Class PrefabBufferBlockEntry

java.lang.Object
com.hypixel.hytale.server.core.prefab.selection.buffer.impl.PrefabBufferBlockEntry

public class PrefabBufferBlockEntry extends Object
  • Field Details

    • EMPTY_ARRAY

      public static final PrefabBufferBlockEntry[] EMPTY_ARRAY
    • y

      public final int y
    • blockTypeKey

      public String blockTypeKey
    • blockId

      public int blockId
    • chance

      public float chance
    • state

      @Nullable public Holder<ChunkStore> state
    • fluidId

      public int fluidId
    • fluidLevel

      public byte fluidLevel
    • supportValue

      public byte supportValue
    • filler

      public int filler
    • rotation

      public int rotation
  • Constructor Details

    • PrefabBufferBlockEntry

      public PrefabBufferBlockEntry(int y)
    • PrefabBufferBlockEntry

      public PrefabBufferBlockEntry(int y, int blockId, String blockTypeKey)
    • PrefabBufferBlockEntry

      public PrefabBufferBlockEntry(int y, int blockId, String blockTypeKey, float chance)
    • PrefabBufferBlockEntry

      public PrefabBufferBlockEntry(int y, int blockId, String blockTypeKey, float chance, Holder<ChunkStore> state, int fluidId, byte fluidLevel, byte supportValue, int rotation, int filler)