Package org.bukkit.block.data.type
Interface TNT
'unstable' indicates whether this TNT will explode on punching.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGets the value of the 'unstable' property.voidsetUnstable(boolean unstable) Sets the value of the 'unstable' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDrops
- 
Method Details- 
isUnstableboolean isUnstable()Gets the value of the 'unstable' property.- Returns:
- the 'unstable' value
 
- 
setUnstablevoid setUnstable(boolean unstable) Sets the value of the 'unstable' property.- Parameters:
- unstable- the new 'unstable' value
 
 
-