Package net.minecraft.entity.passive
Enum Class WolfSoundVariants.Type
- All Implemented Interfaces:
Serializable,Comparable<WolfSoundVariants.Type>,Constable
- Enclosing class:
WolfSoundVariants
- Mappings:
Namespace Name named net/minecraft/entity/passive/WolfSoundVariants$Typeintermediary net/minecraft/class_10824$class_10825official cmz$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()static WolfSoundVariants.TypeReturns the enum constant of this class with the specified name.static WolfSoundVariants.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLASSIC
- Mappings:
Namespace Name Mixin selector named CLASSICLnet/minecraft/entity/passive/WolfSoundVariants$Type;CLASSIC:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;intermediary field_57087Lnet/minecraft/class_10824$class_10825;field_57087:Lnet/minecraft/class_10824$class_10825;official aLcmz$a;a:Lcmz$a;
-
PUGLIN
- Mappings:
Namespace Name Mixin selector named PUGLINLnet/minecraft/entity/passive/WolfSoundVariants$Type;PUGLIN:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;intermediary field_57088Lnet/minecraft/class_10824$class_10825;field_57088:Lnet/minecraft/class_10824$class_10825;official bLcmz$a;b:Lcmz$a;
-
SAD
- Mappings:
Namespace Name Mixin selector named SADLnet/minecraft/entity/passive/WolfSoundVariants$Type;SAD:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;intermediary field_57089Lnet/minecraft/class_10824$class_10825;field_57089:Lnet/minecraft/class_10824$class_10825;official cLcmz$a;c:Lcmz$a;
-
ANGRY
- Mappings:
Namespace Name Mixin selector named ANGRYLnet/minecraft/entity/passive/WolfSoundVariants$Type;ANGRY:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;intermediary field_57090Lnet/minecraft/class_10824$class_10825;field_57090:Lnet/minecraft/class_10824$class_10825;official dLcmz$a;d:Lcmz$a;
-
GRUMPY
- Mappings:
Namespace Name Mixin selector named GRUMPYLnet/minecraft/entity/passive/WolfSoundVariants$Type;GRUMPY:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;intermediary field_57091Lnet/minecraft/class_10824$class_10825;field_57091:Lnet/minecraft/class_10824$class_10825;official eLcmz$a;e:Lcmz$a;
-
BIG
- Mappings:
Namespace Name Mixin selector named BIGLnet/minecraft/entity/passive/WolfSoundVariants$Type;BIG:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;intermediary field_57092Lnet/minecraft/class_10824$class_10825;field_57092:Lnet/minecraft/class_10824$class_10825;official fLcmz$a;f:Lcmz$a;
-
CUTE
- Mappings:
Namespace Name Mixin selector named CUTELnet/minecraft/entity/passive/WolfSoundVariants$Type;CUTE:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;intermediary field_57093Lnet/minecraft/class_10824$class_10825;field_57093:Lnet/minecraft/class_10824$class_10825;official gLcmz$a;g:Lcmz$a;
-
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/entity/passive/WolfSoundVariants$Type;id:Ljava/lang/String;intermediary field_57094Lnet/minecraft/class_10824$class_10825;field_57094:Ljava/lang/String;official hLcmz$a;h:Ljava/lang/String;
-
suffix
- Mappings:
Namespace Name Mixin selector named suffixLnet/minecraft/entity/passive/WolfSoundVariants$Type;suffix:Ljava/lang/String;intermediary field_57095Lnet/minecraft/class_10824$class_10825;field_57095:Ljava/lang/String;official iLcmz$a;i:Ljava/lang/String;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/WolfSoundVariants$Type;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_10824$class_10825;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Vofficial <init>Lcmz$a;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
-
-
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
-
getId
- Mappings:
Namespace Name Mixin selector named getIdLnet/minecraft/entity/passive/WolfSoundVariants$Type;getId()Ljava/lang/String;intermediary method_68139Lnet/minecraft/class_10824$class_10825;method_68139()Ljava/lang/String;official aLcmz$a;a()Ljava/lang/String;
-
getSoundEventSuffix
- Mappings:
Namespace Name Mixin selector named getSoundEventSuffixLnet/minecraft/entity/passive/WolfSoundVariants$Type;getSoundEventSuffix()Ljava/lang/String;intermediary method_68140Lnet/minecraft/class_10824$class_10825;method_68140()Ljava/lang/String;official bLcmz$a;b()Ljava/lang/String;
-