Package org.bukkit.block.data.type
Interface HangingMoss
'tip' indicates whether this block is a tip.
-
Method Summary
Methods inherited from interface org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
Method Details
-
isTip
boolean isTip()Gets the value of the 'tip' property.- Returns:
- the 'tip' value
-
setTip
void setTip(boolean tip) Sets the value of the 'tip' property.- Parameters:
tip
- the new 'tip' value
-