Uses of Enum Class
net.minecraft.world.explosion.Explosion.DestructionType
Packages that use Explosion.DestructionType
-
Uses of Explosion.DestructionType in net.minecraft.world
Methods in net.minecraft.world that return Explosion.DestructionTypeModifier and TypeMethodDescriptionprivate Explosion.DestructionType
World.getDestructionType
(GameRules.Key<GameRules.BooleanRule> gameRuleKey) -
Uses of Explosion.DestructionType in net.minecraft.world.explosion
Fields in net.minecraft.world.explosion declared as Explosion.DestructionTypeModifier and TypeFieldDescriptionprivate final Explosion.DestructionType
Explosion.destructionType
Methods in net.minecraft.world.explosion that return Explosion.DestructionTypeModifier and TypeMethodDescriptionstatic Explosion.DestructionType
Returns 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)