Modifier | Constructor and Description |
---|---|
protected |
LegacyWorldData()
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
BiomeRegistry |
getBiomeRegistry()
Get the biome registry.
|
BlockRegistry |
getBlockRegistry()
Get the block registry.
|
EntityRegistry |
getEntityRegistry()
Get the entity registry.
|
static LegacyWorldData |
getInstance()
Get a singleton instance.
|
ItemRegistry |
getItemRegistry()
Get the item registry.
|
public BlockRegistry getBlockRegistry()
WorldData
getBlockRegistry
in interface WorldData
public ItemRegistry getItemRegistry()
WorldData
getItemRegistry
in interface WorldData
public EntityRegistry getEntityRegistry()
WorldData
getEntityRegistry
in interface WorldData
public BiomeRegistry getBiomeRegistry()
WorldData
getBiomeRegistry
in interface WorldData
public static LegacyWorldData getInstance()