Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.entity | |
net.minecraft.entity.item | |
net.minecraft.entity.projectile | |
net.minecraft.util | |
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.
|
void |
BlockTNT.onBlockDestroyedByExplosion(World par1World,
int par2,
int par3,
int par4,
Explosion par5Explosion)
Called upon the block being destroyed by an explosion
|
void |
BlockStairs.onBlockDestroyedByExplosion(World par1World,
int par2,
int par3,
int par4,
Explosion par5Explosion)
Called upon the block being destroyed by an explosion
|
void |
Block.onBlockDestroyedByExplosion(World par1World,
int par2,
int par3,
int par4,
Explosion par5Explosion)
Called upon the block being destroyed by an explosion
|
void |
Block.onBlockExploded(World world,
int x,
int y,
int z,
Explosion explosion)
Called when the block is destroyed by an explosion.
|
Modifier and Type | Method and Description |
---|---|
float |
Entity.func_82146_a(Explosion par1Explosion,
World par2World,
int par3,
int par4,
int par5,
Block par6Block) |
boolean |
Entity.func_96091_a(Explosion par1Explosion,
World par2World,
int par3,
int par4,
int par5,
int par6,
float par7) |
Modifier and Type | Method and Description |
---|---|
float |
EntityMinecartTNT.func_82146_a(Explosion par1Explosion,
World par2World,
int par3,
int par4,
int par5,
Block par6Block) |
boolean |
EntityMinecartTNT.func_96091_a(Explosion par1Explosion,
World par2World,
int par3,
int par4,
int par5,
int par6,
float par7) |
Modifier and Type | Method and Description |
---|---|
float |
EntityWitherSkull.func_82146_a(Explosion par1Explosion,
World par2World,
int par3,
int par4,
int par5,
Block par6Block) |
Modifier and Type | Method and Description |
---|---|
static DamageSource |
DamageSource.setExplosionSource(Explosion par0Explosion) |
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.
|