Package org.bukkit.block.data.type
Interface Tripwire
- All Superinterfaces:
- Attachable,- BlockData,- Cloneable,- MultipleFacing,- Powerable
'disarmed' denotes that the tripwire was broken with shears and will not
 subsequently produce a current when destroyed.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGets the value of the 'disarmed' property.voidsetDisarmed(boolean disarmed) Sets the value of the 'disarmed' property.Methods inherited from interface org.bukkit.block.data.AttachableisAttached, setAttachedMethods 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.MultipleFacinggetAllowedFaces, getFaces, hasFace, setFaceMethods inherited from interface org.bukkit.block.data.PowerableisPowered, setPowered
- 
Method Details- 
isDisarmedboolean isDisarmed()Gets the value of the 'disarmed' property.- Returns:
- the 'disarmed' value
 
- 
setDisarmedvoid setDisarmed(boolean disarmed) Sets the value of the 'disarmed' property.- Parameters:
- disarmed- the new 'disarmed' value
 
 
-