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 cmz$a
  • Enum Constant Details Link icon

    • CLASSIC Link icon

      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 Lcmz$a;a:Lcmz$a;
    • PUGLIN Link icon

      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 Lcmz$a;b:Lcmz$a;
    • SAD Link icon

      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 Lcmz$a;c:Lcmz$a;
    • ANGRY Link icon

      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 Lcmz$a;d:Lcmz$a;
    • GRUMPY Link icon

      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 Lcmz$a;e:Lcmz$a;
    • BIG Link icon

      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 Lcmz$a;f:Lcmz$a;
    • CUTE Link icon

      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 Lcmz$a;g:Lcmz$a;
  • Field Details Link icon

    • id Link icon

      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 Lcmz$a;h:Ljava/lang/String;
    • suffix Link icon

      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 Lcmz$a;i:Ljava/lang/String;
  • Constructor Details Link icon

    • Type Link icon

      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> Lcmz$a;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
  • Method Details Link icon

    • values Link icon

      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 Link icon

      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 Link icon

      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 Lcmz$a;a()Ljava/lang/String;
    • getSoundEventSuffix Link icon

      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 Lcmz$a;b()Ljava/lang/String;