HyCodeYourTale
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)

protectedAssetExtraInfo.Data data
protectedIWeightedMap<BlockSpawnerEntry> entries
protectedString id

Private/Package Fields (1)

privateDefaultAssetMap<String, BlockSpawnerTable> ASSET_MAP

Related Classes