Class CLIBlockCategoryRegistry

java.lang.Object
com.sk89q.worldedit.cli.CLIBlockCategoryRegistry
All Implemented Interfaces:
com.sk89q.worldedit.world.registry.BlockCategoryRegistry, com.sk89q.worldedit.world.registry.CategoryRegistry<com.sk89q.worldedit.world.block.BlockType>

public class CLIBlockCategoryRegistry extends Object implements com.sk89q.worldedit.world.registry.BlockCategoryRegistry
  • Constructor Details

    • CLIBlockCategoryRegistry

      public CLIBlockCategoryRegistry()
  • Method Details

    • getCategorisedByName

      public Set<com.sk89q.worldedit.world.block.BlockType> getCategorisedByName(String category)
      Specified by:
      getCategorisedByName in interface com.sk89q.worldedit.world.registry.CategoryRegistry<com.sk89q.worldedit.world.block.BlockType>