Package com.sk89q.worldedit.bukkit
Class BukkitBlockRegistry
java.lang.Object
com.sk89q.worldedit.world.registry.BundledBlockRegistry
com.sk89q.worldedit.bukkit.BukkitBlockRegistry
- All Implemented Interfaces:
BlockRegistry
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMaterial(BlockState state) getMaterial(BlockType blockType) getProperties(BlockType blockType) com.sk89q.worldedit.util.formatting.text.ComponentgetRichName(BlockType blockType) values()Methods inherited from class com.sk89q.worldedit.world.registry.BundledBlockRegistry
getName
-
Constructor Details
-
BukkitBlockRegistry
public BukkitBlockRegistry()
-
-
Method Details
-
getRichName
- Specified by:
getRichNamein interfaceBlockRegistry- Overrides:
getRichNamein classBundledBlockRegistry
-
getMaterial
- Specified by:
getMaterialin interfaceBlockRegistry- Overrides:
getMaterialin classBundledBlockRegistry
-
getMaterial
-
getProperties
- Specified by:
getPropertiesin interfaceBlockRegistry- Overrides:
getPropertiesin classBundledBlockRegistry
-
getInternalBlockStateId
- Specified by:
getInternalBlockStateIdin interfaceBlockRegistry- Overrides:
getInternalBlockStateIdin classBundledBlockRegistry
-
values
-
getAllProperties
- Specified by:
getAllPropertiesin interfaceBlockRegistry- Overrides:
getAllPropertiesin classBundledBlockRegistry
-