Interface TNT

  • All Superinterfaces:
    BlockData, Cloneable

    public interface TNT
    extends BlockData
    'unstable' indicates whether this TNT will explode on punching.
    • Method Detail

      • isUnstable

        boolean isUnstable()
        Gets the value of the 'unstable' property.
        Returns:
        the 'unstable' value
      • setUnstable

        void setUnstable​(boolean unstable)
        Sets the value of the 'unstable' property.
        Parameters:
        unstable - the new 'unstable' value