IImpactTnt

public interface IImpactTnt(source)

A TNT, which can be configured to explode when collides (with blocks or other entities).

Functions

Link copied to clipboard
public abstract void explodeOnImpact(boolean explode)
Configures the current TNT to explode or not, when it collides.
Link copied to clipboard
public abstract boolean explodesOnImpact()
Returns if the current TNT explodes, when it collides.