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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMaterial
(BlockState state) getMaterial
(BlockType blockType) getProperties
(BlockType blockType) com.sk89q.worldedit.util.formatting.text.Component
getRichName
(BlockType blockType) values()
Methods inherited from class com.sk89q.worldedit.world.registry.BundledBlockRegistry
getName
-
Constructor Details
-
BukkitBlockRegistry
public BukkitBlockRegistry()
-
-
Method Details
-
getRichName
- Specified by:
getRichName
in interfaceBlockRegistry
- Overrides:
getRichName
in classBundledBlockRegistry
-
getMaterial
- Specified by:
getMaterial
in interfaceBlockRegistry
- Overrides:
getMaterial
in classBundledBlockRegistry
-
getMaterial
-
getProperties
- Specified by:
getProperties
in interfaceBlockRegistry
- Overrides:
getProperties
in classBundledBlockRegistry
-
getInternalBlockStateId
- Specified by:
getInternalBlockStateId
in interfaceBlockRegistry
- Overrides:
getInternalBlockStateId
in classBundledBlockRegistry
-
values
-
getAllProperties
- Specified by:
getAllProperties
in interfaceBlockRegistry
- Overrides:
getAllProperties
in classBundledBlockRegistry
-