Uses of Enum Class
net.minecraft.world.explosion.Explosion.DestructionType
Packages that use Explosion.DestructionType
-
Uses of Explosion.DestructionType in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type Explosion.DestructionTypeModifier and TypeMethodDescriptionServerWorld.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 Explosion.DestructionType in net.minecraft.world
Methods in net.minecraft.world with parameters of type Explosion.DestructionTypeModifier and TypeMethodDescriptionWorld.createExplosion(@Nullable Entity entity, double x, double y, double z, float power, boolean createFire, Explosion.DestructionType destructionType)World.createExplosion(@Nullable Entity entity, double x, double y, double z, float power, Explosion.DestructionType destructionType)World.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 Explosion.DestructionType in net.minecraft.world.explosion
Fields in net.minecraft.world.explosion declared as Explosion.DestructionTypeMethods in net.minecraft.world.explosion that return Explosion.DestructionTypeModifier and TypeMethodDescriptionstatic Explosion.DestructionTypeReturns the enum constant of this class with the specified name.static Explosion.DestructionType[]Explosion.DestructionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.explosion with parameters of type Explosion.DestructionTypeModifierConstructorDescriptionExplosion(World world, @Nullable Entity entity, double x, double y, double z, float power, boolean createFire, Explosion.DestructionType destructionType)Explosion(World world, @Nullable Entity entity, double x, double y, double z, float power, boolean createFire, Explosion.DestructionType destructionType, List<BlockPos> affectedBlocks)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)