Class CLIRegistries

java.lang.Object
com.sk89q.worldedit.world.registry.BundledRegistries
com.sk89q.worldedit.cli.CLIRegistries
All Implemented Interfaces:
com.sk89q.worldedit.world.registry.Registries

public class CLIRegistries extends com.sk89q.worldedit.world.registry.BundledRegistries
  • Method Details

    • getBlockRegistry

      public com.sk89q.worldedit.world.registry.BlockRegistry getBlockRegistry()
      Specified by:
      getBlockRegistry in interface com.sk89q.worldedit.world.registry.Registries
      Overrides:
      getBlockRegistry in class com.sk89q.worldedit.world.registry.BundledRegistries
    • getBlockCategoryRegistry

      public com.sk89q.worldedit.world.registry.BlockCategoryRegistry getBlockCategoryRegistry()
      Specified by:
      getBlockCategoryRegistry in interface com.sk89q.worldedit.world.registry.Registries
      Overrides:
      getBlockCategoryRegistry in class com.sk89q.worldedit.world.registry.BundledRegistries
    • getItemCategoryRegistry

      public com.sk89q.worldedit.world.registry.ItemCategoryRegistry getItemCategoryRegistry()
      Specified by:
      getItemCategoryRegistry in interface com.sk89q.worldedit.world.registry.Registries
      Overrides:
      getItemCategoryRegistry in class com.sk89q.worldedit.world.registry.BundledRegistries
    • getInstance

      public static CLIRegistries getInstance()
      Get a static instance.
      Returns:
      an instance