Class NullBlockCategoryRegistry
java.lang.Object
com.sk89q.worldedit.world.registry.NullBlockCategoryRegistry
- All Implemented Interfaces:
BlockCategoryRegistry
,CategoryRegistry<BlockType>
-
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
-
NullBlockCategoryRegistry
public NullBlockCategoryRegistry()
-
-
Method Details
-
getCategorisedByName
Description copied from interface:CategoryRegistry
Gets a set of values with a given category.- Specified by:
getCategorisedByName
in interfaceCategoryRegistry<BlockType>
- Parameters:
category
- The category- Returns:
- A set of values
-