Interface Bell
- All Superinterfaces:
BlockData, Cloneable, Directional, Powerable
'attachment' denotes how the bell is attached to its block.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the 'attachment' property.voidsetAttachment(@NotNull Bell.Attachment attachment) Sets the value of the 'attachment' property.Methods inherited from interface BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isReplaceable, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotateMethods inherited from interface Directional
getFaces, getFacing, setFacingMethods inherited from interface Powerable
isPowered, setPowered
-
Method Details
-
getAttachment
Gets the value of the 'attachment' property.- Returns:
- the 'attachment' value
-
setAttachment
Sets the value of the 'attachment' property.- Parameters:
attachment- the new 'attachment' value
-