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.onDestroyedByExplosion(World world, BlockPos pos, Explosion explosion) voidStairsBlock.onDestroyedByExplosion(World world, BlockPos pos, Explosion explosion) voidTntBlock.onDestroyedByExplosion(World world, BlockPos pos, 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 TypeMethodDescriptionbooleanEntity.canExplosionDestroyBlock(Explosion explosion, World world, BlockPos pos, BlockState state, float explosionPower) floatEntity.getBlastResistance(Explosion explosion, World world, BlockPos pos, BlockState state) -
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.getBlastResistance(Explosion explosion, World world, BlockPos pos, BlockState state) -
Uses of Explosion in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type ExplosionModifier and TypeMethodDescriptionbooleanTntMinecartEntity.canExplosionDestroyBlock(Explosion explosion, World world, BlockPos pos, BlockState state, float explosionPower) floatTntMinecartEntity.getBlastResistance(Explosion explosion, World world, BlockPos pos, BlockState state) -
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)