Class BlockSpawnerTable
java.lang.Object
com.hypixel.hytale.builtin.blockspawner.BlockSpawnerTable
- All Implemented Interfaces:
JsonAsset<String>,JsonAssetWithMap<String,DefaultAssetMap<String, BlockSpawnerTable>>
public class BlockSpawnerTable
extends Object
implements JsonAssetWithMap<String,DefaultAssetMap<String,BlockSpawnerTable>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static DefaultAssetMap<String, BlockSpawnerTable> static final AssetBuilderCodec<String, BlockSpawnerTable> protected AssetExtraInfo.Dataprotected IWeightedMap<BlockSpawnerEntry> protected String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBlockSpawnerTable(String id, IWeightedMap<BlockSpawnerEntry> entries) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic DefaultAssetMap<String, BlockSpawnerTable> getId()inthashCode()toString()
-
Field Details
-
CODEC
-
ASSET_MAP
-
data
-
id
-
entries
-
-
Constructor Details
-
BlockSpawnerTable
-
BlockSpawnerTable
protected BlockSpawnerTable()
-
-
Method Details