Package com.sk89q.worldedit.cli
Class CLIBlockRegistry
java.lang.Object
com.sk89q.worldedit.world.registry.BundledBlockRegistry
com.sk89q.worldedit.cli.CLIBlockRegistry
- All Implemented Interfaces:
com.sk89q.worldedit.world.registry.BlockRegistry
public class CLIBlockRegistry
extends com.sk89q.worldedit.world.registry.BundledBlockRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetProperties
(com.sk89q.worldedit.world.block.BlockType blockType) Methods inherited from class com.sk89q.worldedit.world.registry.BundledBlockRegistry
getInternalBlockStateId, getMaterial, getName, getRichName
-
Constructor Details
-
CLIBlockRegistry
public CLIBlockRegistry()
-
-
Method Details
-
getProperties
@Nullable public Map<String,? extends com.sk89q.worldedit.registry.state.Property<?>> getProperties(com.sk89q.worldedit.world.block.BlockType blockType) - Specified by:
getProperties
in interfacecom.sk89q.worldedit.world.registry.BlockRegistry
- Overrides:
getProperties
in classcom.sk89q.worldedit.world.registry.BundledBlockRegistry
-