Class BukkitBlockMaterial<B,BS>
java.lang.Object
com.fastasyncworldedit.bukkit.adapter.BukkitBlockMaterial<B,BS>
- All Implemented Interfaces:
BlockMaterial
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlock()getState()booleanbooleanbooleanisTile()booleanprotected abstract FaweCompoundTagtileForBlock(B block) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
isBurnablein interfaceBlockMaterial
-
defaultTile
- Specified by:
defaultTilein interfaceBlockMaterial
-
hasContainer
public boolean hasContainer()- Specified by:
hasContainerin interfaceBlockMaterial
-
isTile
public boolean isTile()- Specified by:
isTilein interfaceBlockMaterial
-
isToolRequired
public boolean isToolRequired()- Specified by:
isToolRequiredin interfaceBlockMaterial
-