Interface Registries

All Known Implementing Classes:
BundledRegistries

public interface Registries
Contains getters for the various registries.
  • 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