classpublicPriority 3
BlockSpawnerTable
com.hypixel.hytale.builtin.blockspawner.BlockSpawnerTable
implements JsonAssetWithMap<String, DefaultAssetMap<String, BlockSpawnerTable>>
6
Methods
6
Public Methods
4
Fields
2
Constructors
Constants
AssetBuilderCodec<String, BlockSpawnerTable>CODEC= AssetBuilderCodec.builder(
BlockSpawnerTable.class,
BlockSpawnerTable::new,
...
Constructors
protected
BlockSpawnerTable()public
BlockSpawnerTable(String id, IWeightedMap<BlockSpawnerEntry> entries)Methods
Public Methods (6)
public
boolean equals(Object o)@Override
publicstatic
DefaultAssetMap<String, BlockSpawnerTable> getAssetMap()public
IWeightedMap<BlockSpawnerEntry> getEntries()public
String getId()public
int hashCode()@Override
public
String toString()@Nonnull@Override
Fields
Protected Fields (3)
protected
AssetExtraInfo.Data dataprotected
IWeightedMap<BlockSpawnerEntry> entriesprotected
String idPrivate/Package Fields (1)
private
DefaultAssetMap<String, BlockSpawnerTable> ASSET_MAP