| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.entity | |
| net.minecraft.entity.projectile | |
| net.minecraft.world |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BlockTNT.canDropFromExplosion(Explosion par1Explosion)
Return whether this block can drop from an explosion.
|
boolean |
Block.canDropFromExplosion(Explosion par1Explosion)
Return whether this block can drop from an explosion.
|
| Modifier and Type | Method and Description |
|---|---|
float |
Entity.func_82146_a(Explosion par1Explosion,
Block par2Block,
int par3,
int par4,
int par5) |
| Modifier and Type | Method and Description |
|---|---|
float |
EntityWitherSkull.func_82146_a(Explosion par1Explosion,
Block par2Block,
int par3,
int par4,
int par5) |
| Modifier and Type | Method and Description |
|---|---|
Explosion |
World.createExplosion(Entity par1Entity,
double par2,
double par4,
double par6,
float par8,
boolean par9)
Creates an explosion.
|
Explosion |
WorldServer.newExplosion(Entity par1Entity,
double par2,
double par4,
double par6,
float par8,
boolean par9,
boolean par10)
returns a new explosion.
|
Explosion |
World.newExplosion(Entity par1Entity,
double par2,
double par4,
double par6,
float par8,
boolean par9,
boolean par10)
returns a new explosion.
|