Package org.bukkit.block.data.type
Interface Bell
- All Superinterfaces:
- BlockData,- Cloneable,- Directional,- Powerable
'attachment' denotes how the bell is attached to its block.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the 'attachment' property.voidsetAttachment(@NotNull Bell.Attachment attachment) Sets the value of the 'attachment' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDropsMethods inherited from interface org.bukkit.block.data.DirectionalgetFaces, getFacing, setFacingMethods inherited from interface org.bukkit.block.data.PowerableisPowered, setPowered
- 
Method Details- 
getAttachmentGets the value of the 'attachment' property.- Returns:
- the 'attachment' value
 
- 
setAttachmentSets the value of the 'attachment' property.- Parameters:
- attachment- the new 'attachment' value
 
 
-