Package net.minecraft.world.explosion
Enum Class Explosion.DestructionType
- All Implemented Interfaces:
Serializable,Comparable<Explosion.DestructionType>,Constable
- Enclosing class:
Explosion
- Mappings:
Namespace Name official ccp$aintermediary net/minecraft/class_1927$class_4179named net/minecraft/world/explosion/Explosion$DestructionType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Explosion.DestructionTypeReturns the enum constant of this class with the specified name.static Explosion.DestructionType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLccp$a;a:Lccp$a;intermediary field_18685Lnet/minecraft/class_1927$class_4179;field_18685:Lnet/minecraft/class_1927$class_4179;named NONELnet/minecraft/world/explosion/Explosion$DestructionType;NONE:Lnet/minecraft/world/explosion/Explosion$DestructionType;
-
BREAK
- Mappings:
Namespace Name Mixin selector official bLccp$a;b:Lccp$a;intermediary field_18686Lnet/minecraft/class_1927$class_4179;field_18686:Lnet/minecraft/class_1927$class_4179;named BREAKLnet/minecraft/world/explosion/Explosion$DestructionType;BREAK:Lnet/minecraft/world/explosion/Explosion$DestructionType;
-
DESTROY
- Mappings:
Namespace Name Mixin selector official cLccp$a;c:Lccp$a;intermediary field_18687Lnet/minecraft/class_1927$class_4179;field_18687:Lnet/minecraft/class_1927$class_4179;named DESTROYLnet/minecraft/world/explosion/Explosion$DestructionType;DESTROY:Lnet/minecraft/world/explosion/Explosion$DestructionType;
-
-
Constructor Details
-
DestructionType
private DestructionType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-