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 that return Explosion.DestructionTypeModifier and TypeMethodDescriptionprivate Explosion.DestructionTypeServerWorld.getDestructionType(GameRules.Key<GameRules.BooleanRule> decayRule) -
Uses of Explosion.DestructionType in net.minecraft.world.explosion
Fields in net.minecraft.world.explosion declared as Explosion.DestructionTypeModifier and TypeFieldDescriptionprivate final Explosion.DestructionTypeExplosionImpl.destructionTypeMethods in net.minecraft.world.explosion that return Explosion.DestructionTypeModifier and TypeMethodDescriptionExplosion.getDestructionType()ExplosionImpl.getDestructionType()static 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.DestructionTypeModifierConstructorDescriptionExplosionImpl(ServerWorld world, @Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, Vec3d pos, float power, boolean createFire, Explosion.DestructionType destructionType)