Uses of Enum Class
net.minecraft.world.explosion.Explosion.DestructionType
-
Uses of Explosion.DestructionType in net.minecraft.world
Modifier and TypeMethodDescriptionprivate Explosion.DestructionType
World.getDestructionType
(GameRules.Key<GameRules.BooleanRule> gameRuleKey) -
Uses of Explosion.DestructionType in net.minecraft.world.explosion
Modifier and TypeFieldDescriptionprivate final Explosion.DestructionType
Explosion.destructionType
Modifier 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.ModifierConstructorDescriptionExplosion
(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)