Package net.minecraft.enchantment
Enum Class ProtectionEnchantment.Type
- All Implemented Interfaces:
Serializable,Comparable<ProtectionEnchantment.Type>,Constable
- Enclosing class:
ProtectionEnchantment
- Mappings:
Namespace Name official cyp$aintermediary net/minecraft/class_1900$class_1901named net/minecraft/enchantment/ProtectionEnchantment$Type
-
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 ProtectionEnchantment.TypeReturns the enum constant of this class with the specified name.static ProtectionEnchantment.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALL
- Mappings:
Namespace Name Mixin selector official aLcyp$a;a:Lcyp$a;intermediary field_9138Lnet/minecraft/class_1900$class_1901;field_9138:Lnet/minecraft/class_1900$class_1901;named ALLLnet/minecraft/enchantment/ProtectionEnchantment$Type;ALL:Lnet/minecraft/enchantment/ProtectionEnchantment$Type;
-
FIRE
- Mappings:
Namespace Name Mixin selector official bLcyp$a;b:Lcyp$a;intermediary field_9139Lnet/minecraft/class_1900$class_1901;field_9139:Lnet/minecraft/class_1900$class_1901;named FIRELnet/minecraft/enchantment/ProtectionEnchantment$Type;FIRE:Lnet/minecraft/enchantment/ProtectionEnchantment$Type;
-
FALL
- Mappings:
Namespace Name Mixin selector official cLcyp$a;c:Lcyp$a;intermediary field_9140Lnet/minecraft/class_1900$class_1901;field_9140:Lnet/minecraft/class_1900$class_1901;named FALLLnet/minecraft/enchantment/ProtectionEnchantment$Type;FALL:Lnet/minecraft/enchantment/ProtectionEnchantment$Type;
-
EXPLOSION
- Mappings:
Namespace Name Mixin selector official dLcyp$a;d:Lcyp$a;intermediary field_9141Lnet/minecraft/class_1900$class_1901;field_9141:Lnet/minecraft/class_1900$class_1901;named EXPLOSIONLnet/minecraft/enchantment/ProtectionEnchantment$Type;EXPLOSION:Lnet/minecraft/enchantment/ProtectionEnchantment$Type;
-
PROJECTILE
- Mappings:
Namespace Name Mixin selector official eLcyp$a;e:Lcyp$a;intermediary field_9142Lnet/minecraft/class_1900$class_1901;field_9142:Lnet/minecraft/class_1900$class_1901;named PROJECTILELnet/minecraft/enchantment/ProtectionEnchantment$Type;PROJECTILE:Lnet/minecraft/enchantment/ProtectionEnchantment$Type;
-
-
Constructor Details
-
Type
private Type()
-
-
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
-