net.minecraft.world.Explosion.Explosion |
( |
World |
par1World, |
|
|
Entity |
par2Entity, |
|
|
double |
par3, |
|
|
double |
par5, |
|
|
double |
par7, |
|
|
float |
par9 |
|
) |
| |
void net.minecraft.world.Explosion.doExplosionA |
( |
) | |
|
Does the first part of the explosion (destroy blocks)
void net.minecraft.world.Explosion.doExplosionB |
( |
boolean |
par1) | |
|
Does the second part of the explosion (sound, particles, drop spawn)
Map net.minecraft.world.Explosion.func_77277_b |
( |
) | |
|
List net.minecraft.world.Explosion.affectedBlockPositions = new ArrayList() |
A list of ChunkPositions of blocks affected by this explosion
Entity net.minecraft.world.Explosion.exploder |
float net.minecraft.world.Explosion.explosionSize |
double net.minecraft.world.Explosion.explosionX |
double net.minecraft.world.Explosion.explosionY |
double net.minecraft.world.Explosion.explosionZ |
boolean net.minecraft.world.Explosion.isFlaming = false |
whether or not the explosion sets fire to blocks around it
boolean net.minecraft.world.Explosion.isSmoking = true |
whether or not this explosion spawns smoke particles
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/world/Explosion.java