Uses of Class
net.minecraft.world.Explosion
-
-
Uses of Explosion in net.minecraft.block
Methods in net.minecraft.block with parameters of type Explosion Modifier and Type Method Description boolean
Block. dropFromExplosion(Explosion p_149659_1_)
Deprecated.boolean
TNTBlock. dropFromExplosion(Explosion p_149659_1_)
void
Block. wasExploded(World p_180652_1_, BlockPos p_180652_2_, Explosion p_180652_3_)
void
SilverfishBlock. wasExploded(World p_180652_1_, BlockPos p_180652_2_, Explosion p_180652_3_)
void
StairsBlock. wasExploded(World p_180652_1_, BlockPos p_180652_2_, Explosion p_180652_3_)
void
TNTBlock. wasExploded(World p_180652_1_, BlockPos p_180652_2_, Explosion p_180652_3_)
-
Uses of Explosion in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type Explosion Modifier and Type Method Description float
Entity. getBlockExplosionResistance(Explosion p_180428_1_, IBlockReader p_180428_2_, BlockPos p_180428_3_, BlockState p_180428_4_, FluidState p_180428_5_, float p_180428_6_)
boolean
Entity. shouldBlockExplode(Explosion p_174816_1_, IBlockReader p_174816_2_, BlockPos p_174816_3_, BlockState p_174816_4_, float p_174816_5_)
-
Uses of Explosion in net.minecraft.entity.item.minecart
Methods in net.minecraft.entity.item.minecart with parameters of type Explosion Modifier and Type Method Description float
TNTMinecartEntity. getBlockExplosionResistance(Explosion p_180428_1_, IBlockReader p_180428_2_, BlockPos p_180428_3_, BlockState p_180428_4_, FluidState p_180428_5_, float p_180428_6_)
boolean
TNTMinecartEntity. shouldBlockExplode(Explosion p_174816_1_, IBlockReader p_174816_2_, BlockPos p_174816_3_, BlockState p_174816_4_, float p_174816_5_)
-
Uses of Explosion in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type Explosion Modifier and Type Method Description float
WitherSkullEntity. getBlockExplosionResistance(Explosion p_180428_1_, IBlockReader p_180428_2_, BlockPos p_180428_3_, BlockState p_180428_4_, FluidState p_180428_5_, float p_180428_6_)
-
Uses of Explosion in net.minecraft.util
Methods in net.minecraft.util with parameters of type Explosion Modifier and Type Method Description static DamageSource
DamageSource. explosion(Explosion p_94539_0_)
-
Uses of Explosion in net.minecraft.world
Methods in net.minecraft.world that return Explosion Modifier and Type Method Description Explosion
World. explode(Entity p_217398_1_, double p_217398_2_, double p_217398_4_, double p_217398_6_, float p_217398_8_, boolean p_217398_9_, Explosion.Mode p_217398_10_)
Explosion
World. explode(Entity p_217385_1_, double p_217385_2_, double p_217385_4_, double p_217385_6_, float p_217385_8_, Explosion.Mode p_217385_9_)
Explosion
World. explode(Entity p_230546_1_, DamageSource p_230546_2_, ExplosionContext p_230546_3_, double p_230546_4_, double p_230546_6_, double p_230546_8_, float p_230546_10_, boolean p_230546_11_, Explosion.Mode p_230546_12_)
Methods in net.minecraft.world with parameters of type Explosion Modifier and Type Method Description java.util.Optional<java.lang.Float>
EntityExplosionContext. getBlockExplosionResistance(Explosion p_230312_1_, IBlockReader p_230312_2_, BlockPos p_230312_3_, BlockState p_230312_4_, FluidState p_230312_5_)
java.util.Optional<java.lang.Float>
ExplosionContext. getBlockExplosionResistance(Explosion p_230312_1_, IBlockReader p_230312_2_, BlockPos p_230312_3_, BlockState p_230312_4_, FluidState p_230312_5_)
boolean
EntityExplosionContext. shouldBlockExplode(Explosion p_230311_1_, IBlockReader p_230311_2_, BlockPos p_230311_3_, BlockState p_230311_4_, float p_230311_5_)
boolean
ExplosionContext. shouldBlockExplode(Explosion p_230311_1_, IBlockReader p_230311_2_, BlockPos p_230311_3_, BlockState p_230311_4_, float p_230311_5_)
-
Uses of Explosion in net.minecraft.world.server
Methods in net.minecraft.world.server that return Explosion Modifier and Type Method Description Explosion
ServerWorld. explode(Entity p_230546_1_, DamageSource p_230546_2_, ExplosionContext p_230546_3_, double p_230546_4_, double p_230546_6_, double p_230546_8_, float p_230546_10_, boolean p_230546_11_, Explosion.Mode p_230546_12_)
-
Uses of Explosion in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions with parameters of type Explosion Modifier and Type Method Description default boolean
IForgeBlock. canDropFromExplosion(BlockState state, IBlockReader world, BlockPos pos, Explosion explosion)
Determines if this block should drop loot when exploded.default boolean
IForgeBlockState. canDropFromExplosion(IBlockReader world, BlockPos pos, Explosion explosion)
Determines if this block should drop loot when exploded.default float
IForgeBlock. getExplosionResistance(BlockState state, IBlockReader world, BlockPos pos, Explosion explosion)
Location sensitive version of getExplosionResistancedefault float
IForgeBlockState. getExplosionResistance(IBlockReader world, BlockPos pos, Explosion explosion)
Location sensitive version of getExplosionResistancedefault float
IForgeFluid. getExplosionResistance(FluidState state, IBlockReader world, BlockPos pos, Explosion explosion)
Location sensitive version of getExplosionResistancedefault float
IForgeFluidState. getExplosionResistance(IBlockReader world, BlockPos pos, Explosion explosion)
Location sensitive version of getExplosionResistancedefault void
IForgeBlock. onBlockExploded(BlockState state, World world, BlockPos pos, Explosion explosion)
Called when the block is destroyed by an explosion.default void
IForgeBlockState. onBlockExploded(World world, BlockPos pos, Explosion explosion)
Called when the block is destroyed by an explosion. -
Uses of Explosion in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type Explosion Modifier and Type Method Description static void
ForgeEventFactory. onExplosionDetonate(World world, Explosion explosion, java.util.List<Entity> list, double diameter)
static boolean
ForgeEventFactory. onExplosionStart(World world, Explosion explosion)
-
Uses of Explosion in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as Explosion Modifier and Type Field Description private Explosion
ExplosionEvent. explosion
Methods in net.minecraftforge.event.world that return Explosion Modifier and Type Method Description Explosion
ExplosionEvent. getExplosion()
Constructors in net.minecraftforge.event.world with parameters of type Explosion Constructor Description Detonate(World world, Explosion explosion, java.util.List<Entity> entityList)
ExplosionEvent(World world, Explosion explosion)
Start(World world, Explosion explosion)
-