Class PrefabBufferBlockEntry
java.lang.Object
com.hypixel.hytale.server.core.prefab.selection.buffer.impl.PrefabBufferBlockEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionintfloatstatic final PrefabBufferBlockEntry[]intintbyteintbytefinal int -
Constructor Summary
ConstructorsConstructorDescriptionPrefabBufferBlockEntry(int y) PrefabBufferBlockEntry(int y, int blockId, String blockTypeKey) PrefabBufferBlockEntry(int y, int blockId, String blockTypeKey, float chance) PrefabBufferBlockEntry(int y, int blockId, String blockTypeKey, float chance, Holder<ChunkStore> state, int fluidId, byte fluidLevel, byte supportValue, int rotation, int filler) -
Method Summary
-
Field Details
-
EMPTY_ARRAY
-
y
public final int y -
blockTypeKey
-
blockId
public int blockId -
chance
public float chance -
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
-
PrefabBufferBlockEntry
-
PrefabBufferBlockEntry
public PrefabBufferBlockEntry(int y, int blockId, String blockTypeKey, float chance, Holder<ChunkStore> state, int fluidId, byte fluidLevel, byte supportValue, int rotation, int filler)
-