Uses of Enum Class
net.minecraft.world.explosion.Explosion.DestructionType
Packages that use Explosion.DestructionType
Package
Description
The base package for all Minecraft classes.
-
Uses of Explosion.DestructionType in net.minecraft
Fields in net.minecraft declared as Explosion.DestructionTypeMethods in net.minecraft that return Explosion.DestructionTypeConstructors in net.minecraft with parameters of type Explosion.DestructionTypeModifierConstructorDescriptionclass_9892(ServerWorld serverWorld, @Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior explosionBehavior, Vec3d vec3d, float float2, boolean bool, Explosion.DestructionType destructionType) -
Uses of Explosion.DestructionType in net.minecraft.server.world
Methods in net.minecraft.server.world that return Explosion.DestructionTypeModifier and TypeMethodDescriptionprivate Explosion.DestructionTypeServerWorld.method_61270(GameRules.Key<GameRules.BooleanRule> key) -
Uses of Explosion.DestructionType in net.minecraft.world.explosion
Methods in net.minecraft.world.explosion that return Explosion.DestructionTypeModifier and TypeMethodDescriptionExplosion.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.