Class NullItemCategoryRegistry
java.lang.Object
com.sk89q.worldedit.world.registry.NullItemCategoryRegistry
- All Implemented Interfaces:
CategoryRegistry<ItemType>
,ItemCategoryRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCategorisedByName
(String category) Gets a set of values with a given 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
-
NullItemCategoryRegistry
public NullItemCategoryRegistry()
-
-
Method Details
-
getCategorisedByName
Description copied from interface:CategoryRegistry
Gets a set of values with a given category.- Specified by:
getCategorisedByName
in interfaceCategoryRegistry<ItemType>
- Parameters:
category
- The category- Returns:
- A set of values
-