Package com.sk89q.worldedit.bukkit
Class BukkitBlockCategoryRegistry
java.lang.Object
com.sk89q.worldedit.bukkit.BukkitBlockCategoryRegistry
- All Implemented Interfaces:
com.sk89q.worldedit.world.registry.BlockCategoryRegistry
,com.sk89q.worldedit.world.registry.CategoryRegistry<com.sk89q.worldedit.world.block.BlockType>
public class BukkitBlockCategoryRegistry
extends Object
implements com.sk89q.worldedit.world.registry.BlockCategoryRegistry
-
Constructor Summary
Constructors -
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
-
BukkitBlockCategoryRegistry
public BukkitBlockCategoryRegistry()
-
-
Method Details
-
getCategorisedByName
- Specified by:
getCategorisedByName
in interfacecom.sk89q.worldedit.world.registry.CategoryRegistry<com.sk89q.worldedit.world.block.BlockType>
-