| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Explosion | |
|---|---|
| net.minecraft.block | |
| net.minecraft.entity | |
| net.minecraft.entity.projectile | |
| net.minecraft.world | |
| Uses of Explosion in net.minecraft.block | 
|---|
| Methods in net.minecraft.block with parameters of type Explosion | |
|---|---|
 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.  | 
| Uses of Explosion in net.minecraft.entity | 
|---|
| Methods in net.minecraft.entity with parameters of type Explosion | |
|---|---|
 float | 
Entity.func_82146_a(Explosion par1Explosion,
                         Block par2Block,
                         int par3,
                         int par4,
                         int par5)
 | 
| Uses of Explosion in net.minecraft.entity.projectile | 
|---|
| Methods in net.minecraft.entity.projectile with parameters of type Explosion | |
|---|---|
 float | 
EntityWitherSkull.func_82146_a(Explosion par1Explosion,
                         Block par2Block,
                         int par3,
                         int par4,
                         int par5)
 | 
| Uses of Explosion in net.minecraft.world | 
|---|
| Methods in net.minecraft.world that return Explosion | |
|---|---|
 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.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||