Interface Registries
- All Known Implementing Classes:
BundledRegistries
public interface Registries
Contains getters for the various registries.
-
Method Summary
Modifier and TypeMethodDescriptionGet the biome registry.Get the block category registry.Get the block registry.Get the entity registry.Get the item category registry.Get the item registry.
-
Method Details
-
getBlockRegistry
BlockRegistry getBlockRegistry()Get the block registry.- Returns:
- the block registry
-
getItemRegistry
ItemRegistry getItemRegistry()Get the item registry.- Returns:
- the item registry
-
getEntityRegistry
EntityRegistry getEntityRegistry()Get the entity registry.- Returns:
- the entity registry
-
getBiomeRegistry
BiomeRegistry getBiomeRegistry()Get the biome registry.- Returns:
- the biome registry
-
getBlockCategoryRegistry
BlockCategoryRegistry getBlockCategoryRegistry()Get the block category registry.- Returns:
- the block category registry
-
getItemCategoryRegistry
ItemCategoryRegistry getItemCategoryRegistry()Get the item category registry.- Returns:
- the item category registry
-