Package de.eimmer.block.data.type
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.void
setAttachment
(Bell.Attachment attachment) Sets the value of the 'attachment' property.Methods inherited from interface de.eimmer.block.data.BlockData
clone, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
Methods inherited from interface de.eimmer.block.data.Directional
getFaces, getFacing, setFacing
Methods inherited from interface de.eimmer.block.data.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
-