Package com.sk89q.worldedit.cli
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet
<com.sk89q.worldedit.world.block.BlockType> getCategorisedByName
(String category) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sk89q.worldedit.world.registry.CategoryRegistry
getAll
-
Constructor Details
-
CLIBlockCategoryRegistry
public CLIBlockCategoryRegistry()
-
-
Method Details
-
getCategorisedByName
- Specified by:
getCategorisedByName
in interfacecom.sk89q.worldedit.world.registry.CategoryRegistry<com.sk89q.worldedit.world.block.BlockType>
-