create Explosion
Creates explosion at given coordinates with given power
Return
false if explosion was canceled, otherwise true
Parameters
X coordinate
Y coordinate
Z coordinate
The power of explosion, where 4F is TNT
Creates explosion at given coordinates with given power and optionally setting blocks on fire.
Return
false if explosion was canceled, otherwise true
Parameters
X coordinate
Y coordinate
Z coordinate
The power of explosion, where 4F is TNT
Whether or not to set blocks on fire
Creates explosion at given coordinates with given power and optionally setting blocks on fire or breaking blocks.
Return
false if explosion was canceled, otherwise true
Parameters
X coordinate
Y coordinate
Z coordinate
The power of explosion, where 4F is TNT
Whether or not to set blocks on fire
Whether or not to have blocks be destroyed
Creates explosion at given coordinates with given power
Return
false if explosion was canceled, otherwise true
Parameters
Location to blow up
The power of explosion, where 4F is TNT
Creates explosion at given coordinates with given power and optionally setting blocks on fire.
Return
false if explosion was canceled, otherwise true
Parameters
Location to blow up
The power of explosion, where 4F is TNT
Whether or not to set blocks on fire