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(Bell.Attachment attachment) Sets the value of the 'attachment' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getMaterial, getSoundGroup, matches, mergeMethods 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
 
 
-