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 TypeMethodDescriptionfloatEntity.method_10932(Explosion explosion, BlockView blockView, BlockPos blockPos, BlockState blockState, FluidState fluidState, float float2) booleanEntity.method_10933(Explosion explosion, BlockView blockView, BlockPos blockPos, BlockState blockState, 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_10932(Explosion explosion, BlockView blockView, BlockPos blockPos, BlockState blockState, FluidState fluidState, float float2) -
Uses of Explosion in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type ExplosionModifier and TypeMethodDescriptionfloatTntMinecartEntity.method_10932(Explosion explosion, BlockView blockView, BlockPos blockPos, BlockState blockState, FluidState fluidState, float float2) booleanTntMinecartEntity.method_10933(Explosion explosion, BlockView blockView, BlockPos blockPos, BlockState blockState, float float2) -
Uses of Explosion in net.minecraft.server.world
Methods in net.minecraft.server.world that return ExplosionModifier and TypeMethodDescriptionServerWorld.method_16320(Entity entity, DamageSource damageSource, double double2, double double3, double double4, float float2, boolean bool, boolean bool2) -
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) World.method_16320(Entity entity, DamageSource damageSource, double double2, double double3, double double4, float float2, boolean bool, boolean bool2)