Class BlockSpawnerEntry
java.lang.Object
com.hypixel.hytale.builtin.blockspawner.BlockSpawnerEntry
- All Implemented Interfaces:
IWeightedElement
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Holder<ChunkStore> private Stringstatic BuilderCodec<BlockSpawnerEntry> static final BlockSpawnerEntry[]private BlockSpawnerEntry.RotationModeprivate double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
-
Field Details
-
CODEC
-
EMPTY_ARRAY
-
blockName
-
blockComponents
-
weight
private double weight -
rotationMode
-
-
Constructor Details
-
BlockSpawnerEntry
public BlockSpawnerEntry()
-
-
Method Details
-
getBlockName
-
getBlockComponents
-
getRotationMode
-
getWeight
public double getWeight()- Specified by:
getWeightin interfaceIWeightedElement
-