Package com.sk89q.worldedit.cli
Class CLIItemCategoryRegistry
java.lang.Object
com.sk89q.worldedit.cli.CLIItemCategoryRegistry
- All Implemented Interfaces:
com.sk89q.worldedit.world.registry.CategoryRegistry<com.sk89q.worldedit.world.item.ItemType>
,com.sk89q.worldedit.world.registry.ItemCategoryRegistry
public class CLIItemCategoryRegistry
extends Object
implements com.sk89q.worldedit.world.registry.ItemCategoryRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet
<com.sk89q.worldedit.world.item.ItemType> 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
-
CLIItemCategoryRegistry
public CLIItemCategoryRegistry()
-
-
Method Details
-
getCategorisedByName
- Specified by:
getCategorisedByName
in interfacecom.sk89q.worldedit.world.registry.CategoryRegistry<com.sk89q.worldedit.world.item.ItemType>
-