Class BukkitBlockMaterial<B,BS>
java.lang.Object
com.fastasyncworldedit.bukkit.adapter.BukkitBlockMaterial<B,BS>
- All Implemented Interfaces:
BlockMaterial
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlock()
getState()
boolean
boolean
boolean
isTile()
boolean
protected abstract FaweCompoundTag
tileForBlock
(B block) 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.BlockMaterial
getDefaultTile, getHardness, getLightOpacity, getLightValue, getMapColor, getResistance, getSlipperiness, isAir, isFragileWhenPushed, isFullCube, isLiquid, isMovementBlocker, isOpaque, isPowerSource, isReplacedDuringPlacement, isSolid, isTicksRandomly, isTranslucent, isUnpushable
-
Field Details
-
block
-
blockState
-
-
Constructor Details
-
BukkitBlockMaterial
-
-
Method Details
-
tileForBlock
-
getBlock
-
getState
-
getBlockData
-
isBurnable
public boolean isBurnable()- Specified by:
isBurnable
in interfaceBlockMaterial
-
defaultTile
- Specified by:
defaultTile
in interfaceBlockMaterial
-
hasContainer
public boolean hasContainer()- Specified by:
hasContainer
in interfaceBlockMaterial
-
isTile
public boolean isTile()- Specified by:
isTile
in interfaceBlockMaterial
-
isToolRequired
public boolean isToolRequired()- Specified by:
isToolRequired
in interfaceBlockMaterial
-