Uses of Class
net.minecraft.world.explosion.ExplosionBehavior
| Package | Description |
|---|---|
| net.minecraft.server.world | |
| net.minecraft.world | |
| net.minecraft.world.explosion |
-
Uses of ExplosionBehavior in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type ExplosionBehavior Modifier and Type Method Description ExplosionServerWorld. createExplosion(@Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, Explosion.DestructionType destructionType) -
Uses of ExplosionBehavior in net.minecraft.world
Methods in net.minecraft.world with parameters of type ExplosionBehavior Modifier and Type Method Description ExplosionWorld. createExplosion(@Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, Explosion.DestructionType destructionType) -
Uses of ExplosionBehavior in net.minecraft.world.explosion
Subclasses of ExplosionBehavior in net.minecraft.world.explosion Modifier and Type Class Description classEntityExplosionBehaviorFields in net.minecraft.world.explosion declared as ExplosionBehavior Modifier and Type Field Description private ExplosionBehaviorExplosion. behaviorprivate static ExplosionBehaviorExplosion. DEFAULT_BEHAVIORMethods in net.minecraft.world.explosion that return ExplosionBehavior Modifier and Type Method Description private ExplosionBehaviorExplosion. chooseBehavior(@Nullable Entity entity)Constructors in net.minecraft.world.explosion with parameters of type ExplosionBehavior Constructor Description Explosion(World world, @Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, Explosion.DestructionType destructionType)