classpublicPriority 3
PrefabBufferBlockEntry
com.hypixel.hytale.server.core.prefab.selection.buffer.impl.PrefabBufferBlockEntry
0
Methods
0
Public Methods
10
Fields
4
Constructors
Constants
PrefabBufferBlockEntry[]EMPTY_ARRAY= new PrefabBufferBlockEntry[0]
Constructors
public
PrefabBufferBlockEntry(int y)public
PrefabBufferBlockEntry(int y, int blockId, String blockTypeKey)public
PrefabBufferBlockEntry(int y, int blockId, String blockTypeKey, float chance)public
PrefabBufferBlockEntry(int y, int blockId, String blockTypeKey, float chance, Holder<ChunkStore> state, int fluidId, byte fluidLevel, byte supportValue, int rotation, int filler)Fields
Public Fields (10)
public
int blockIdpublic
String blockTypeKeypublic
float chancepublic
int fillerpublic
int fluidIdpublic
byte fluidLevelpublic
int rotationpublic
Holder<ChunkStore> statepublic
byte supportValuepublicfinal
int yRelated Classes
Used By