Class ValueStore.Builder

java.lang.Object
com.hypixel.hytale.server.npc.valuestore.ValueStore.Builder
Enclosing class:
ValueStore

public static class ValueStore.Builder extends Object
  • Field Details

  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • getStringSlot

      public int getStringSlot(String name)
    • getIntSlot

      public int getIntSlot(String name)
    • getDoubleSlot

      public int getDoubleSlot(String name)
    • build

      @Nonnull public ValueStore build()