Uses of Class
net.minecraft.world.explosion.Explosion
Packages that use Explosion
Package
Description
-
Uses of Explosion in net.minecraft.block
Methods in net.minecraft.block with parameters of type ExplosionModifier and TypeMethodDescriptionvoidBlock.method_468(World world, int int2, int int3, int int4, Explosion explosion) voidStairsBlock.method_468(World world, int int2, int int3, int int4, Explosion explosion) voidTntBlock.method_468(World world, int int2, int int3, int int4, Explosion explosion) booleanBlock.shouldDropItemsOnExplosion(Explosion explosion) Returns whether the block should drop as an Item during an explosion.booleanTntBlock.shouldDropItemsOnExplosion(Explosion explosion) Returns whether the block should drop as an Item during an explosion. -
Uses of Explosion in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ExplosionModifier and TypeMethodDescriptionfloatEntity.method_4444(Explosion explosion, World world, int int2, int int3, int int4, Block block) booleanEntity.method_5379(Explosion explosion, World world, int int2, int int3, int int4, Block block, float float2) -
Uses of Explosion in net.minecraft.entity.damage
Methods in net.minecraft.entity.damage with parameters of type Explosion -
Uses of Explosion in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type ExplosionModifier and TypeMethodDescriptionfloatWitherSkullEntity.method_4444(Explosion explosion, World world, int int2, int int3, int int4, Block block) -
Uses of Explosion in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type ExplosionModifier and TypeMethodDescriptionfloatTntMinecartEntity.method_4444(Explosion explosion, World world, int int2, int int3, int int4, Block block) booleanTntMinecartEntity.method_5379(Explosion explosion, World world, int int2, int int3, int int4, Block block, float float2) -
Uses of Explosion in net.minecraft.server.world
Methods in net.minecraft.server.world that return ExplosionModifier and TypeMethodDescriptionServerWorld.createExplosion(Entity entity, double x, double y, double z, float power, boolean createFire, boolean destructive) -
Uses of Explosion in net.minecraft.world
Methods in net.minecraft.world that return ExplosionModifier and TypeMethodDescriptionWorld.createExplosion(Entity entity, double x, double y, double z, float power, boolean destructive) World.createExplosion(Entity entity, double x, double y, double z, float power, boolean createFire, boolean destructive)