Enum Class WolfSoundVariants.Type

java.lang.Object
java.lang.Enum<WolfSoundVariants.Type>
net.minecraft.entity.passive.WolfSoundVariants.Type
All Implemented Interfaces:
Serializable, Comparable<WolfSoundVariants.Type>, Constable
Enclosing class:
WolfSoundVariants

public static enum WolfSoundVariants.Type extends Enum<WolfSoundVariants.Type>
Mappings:
Namespace Name
named net/minecraft/entity/passive/WolfSoundVariants$Type
intermediary net/minecraft/class_10824$class_10825
official cpl$a
  • Enum Constant Details

    • CLASSIC

      public static final WolfSoundVariants.Type CLASSIC
      Mappings:
      Namespace Name Mixin selector
      named CLASSIC Lnet/minecraft/entity/passive/WolfSoundVariants$Type;CLASSIC:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;
      intermediary field_57087 Lnet/minecraft/class_10824$class_10825;field_57087:Lnet/minecraft/class_10824$class_10825;
      official a Lcpl$a;a:Lcpl$a;
    • PUGLIN

      public static final WolfSoundVariants.Type PUGLIN
      Mappings:
      Namespace Name Mixin selector
      named PUGLIN Lnet/minecraft/entity/passive/WolfSoundVariants$Type;PUGLIN:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;
      intermediary field_57088 Lnet/minecraft/class_10824$class_10825;field_57088:Lnet/minecraft/class_10824$class_10825;
      official b Lcpl$a;b:Lcpl$a;
    • SAD

      public static final WolfSoundVariants.Type SAD
      Mappings:
      Namespace Name Mixin selector
      named SAD Lnet/minecraft/entity/passive/WolfSoundVariants$Type;SAD:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;
      intermediary field_57089 Lnet/minecraft/class_10824$class_10825;field_57089:Lnet/minecraft/class_10824$class_10825;
      official c Lcpl$a;c:Lcpl$a;
    • ANGRY

      public static final WolfSoundVariants.Type ANGRY
      Mappings:
      Namespace Name Mixin selector
      named ANGRY Lnet/minecraft/entity/passive/WolfSoundVariants$Type;ANGRY:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;
      intermediary field_57090 Lnet/minecraft/class_10824$class_10825;field_57090:Lnet/minecraft/class_10824$class_10825;
      official d Lcpl$a;d:Lcpl$a;
    • GRUMPY

      public static final WolfSoundVariants.Type GRUMPY
      Mappings:
      Namespace Name Mixin selector
      named GRUMPY Lnet/minecraft/entity/passive/WolfSoundVariants$Type;GRUMPY:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;
      intermediary field_57091 Lnet/minecraft/class_10824$class_10825;field_57091:Lnet/minecraft/class_10824$class_10825;
      official e Lcpl$a;e:Lcpl$a;
    • BIG

      public static final WolfSoundVariants.Type BIG
      Mappings:
      Namespace Name Mixin selector
      named BIG Lnet/minecraft/entity/passive/WolfSoundVariants$Type;BIG:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;
      intermediary field_57092 Lnet/minecraft/class_10824$class_10825;field_57092:Lnet/minecraft/class_10824$class_10825;
      official f Lcpl$a;f:Lcpl$a;
    • CUTE

      public static final WolfSoundVariants.Type CUTE
      Mappings:
      Namespace Name Mixin selector
      named CUTE Lnet/minecraft/entity/passive/WolfSoundVariants$Type;CUTE:Lnet/minecraft/entity/passive/WolfSoundVariants$Type;
      intermediary field_57093 Lnet/minecraft/class_10824$class_10825;field_57093:Lnet/minecraft/class_10824$class_10825;
      official g Lcpl$a;g:Lcpl$a;
  • Field Details

    • id

      private final String id
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/entity/passive/WolfSoundVariants$Type;id:Ljava/lang/String;
      intermediary field_57094 Lnet/minecraft/class_10824$class_10825;field_57094:Ljava/lang/String;
      official h Lcpl$a;h:Ljava/lang/String;
    • suffix

      private final String suffix
      Mappings:
      Namespace Name Mixin selector
      named suffix Lnet/minecraft/entity/passive/WolfSoundVariants$Type;suffix:Ljava/lang/String;
      intermediary field_57095 Lnet/minecraft/class_10824$class_10825;field_57095:Ljava/lang/String;
      official i Lcpl$a;i:Ljava/lang/String;
  • Constructor Details

    • Type

      private Type(String id, String suffix)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/passive/WolfSoundVariants$Type;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_10824$class_10825;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
      official <init> Lcpl$a;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
  • Method Details

    • values

      public static WolfSoundVariants.Type[] 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

      public static WolfSoundVariants.Type valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getId

      public String getId()
      Mappings:
      Namespace Name Mixin selector
      named getId Lnet/minecraft/entity/passive/WolfSoundVariants$Type;getId()Ljava/lang/String;
      intermediary method_68139 Lnet/minecraft/class_10824$class_10825;method_68139()Ljava/lang/String;
      official a Lcpl$a;a()Ljava/lang/String;
    • getSoundEventSuffix

      public String getSoundEventSuffix()
      Mappings:
      Namespace Name Mixin selector
      named getSoundEventSuffix Lnet/minecraft/entity/passive/WolfSoundVariants$Type;getSoundEventSuffix()Ljava/lang/String;
      intermediary method_68140 Lnet/minecraft/class_10824$class_10825;method_68140()Ljava/lang/String;
      official b Lcpl$a;b()Ljava/lang/String;