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, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, 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
-