Package net.minecraft

Enum Class class_7253

java.lang.Object
java.lang.Enum<class_7253>
net.minecraft.class_7253
All Implemented Interfaces:
Serializable, Comparable<class_7253>, Constable

public enum class_7253 extends Enum<class_7253>
Mappings:
Namespace Name
official bpf
intermediary net/minecraft/class_7253
named net/minecraft/class_7253
  • Enum Constant Details

    • CALM

      public static final class_7253 CALM
      Mappings:
      Namespace Name Mixin selector
      official a Lbpf;a:Lbpf;
      intermediary field_38120 Lnet/minecraft/class_7253;field_38120:Lnet/minecraft/class_7253;
      named CALM Lnet/minecraft/class_7253;CALM:Lnet/minecraft/class_7253;
    • AGITATED

      public static final class_7253 AGITATED
      Mappings:
      Namespace Name Mixin selector
      official b Lbpf;b:Lbpf;
      intermediary field_38121 Lnet/minecraft/class_7253;field_38121:Lnet/minecraft/class_7253;
      named AGITATED Lnet/minecraft/class_7253;AGITATED:Lnet/minecraft/class_7253;
    • ANGRY

      public static final class_7253 ANGRY
      Mappings:
      Namespace Name Mixin selector
      official c Lbpf;c:Lbpf;
      intermediary field_38122 Lnet/minecraft/class_7253;field_38122:Lnet/minecraft/class_7253;
      named ANGRY Lnet/minecraft/class_7253;ANGRY:Lnet/minecraft/class_7253;
  • Field Details

    • field_38123

      private static final class_7253[] field_38123
      Mappings:
      Namespace Name Mixin selector
      official d Lbpf;d:[Lbpf;
      intermediary field_38123 Lnet/minecraft/class_7253;field_38123:[Lnet/minecraft/class_7253;
      named field_38123 Lnet/minecraft/class_7253;field_38123:[Lnet/minecraft/class_7253;
    • field_38124

      private final int field_38124
      Mappings:
      Namespace Name Mixin selector
      official e Lbpf;e:I
      intermediary field_38124 Lnet/minecraft/class_7253;field_38124:I
      named field_38124 Lnet/minecraft/class_7253;field_38124:I
    • field_38125

      private final SoundEvent field_38125
      Mappings:
      Namespace Name Mixin selector
      official f Lbpf;f:Lahu;
      intermediary field_38125 Lnet/minecraft/class_7253;field_38125:Lnet/minecraft/class_3414;
      named field_38125 Lnet/minecraft/class_7253;field_38125:Lnet/minecraft/sound/SoundEvent;
  • Constructor Details

    • class_7253

      private class_7253(int int2, SoundEvent soundEvent)
  • Method Details

    • values

      public static class_7253[] 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 class_7253 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
    • method_42170

      public int method_42170()
      Mappings:
      Namespace Name Mixin selector
      official a Lbpf;a()I
      intermediary method_42170 Lnet/minecraft/class_7253;method_42170()I
      named method_42170 Lnet/minecraft/class_7253;method_42170()I
    • method_42174

      public SoundEvent method_42174()
      Mappings:
      Namespace Name Mixin selector
      official b Lbpf;b()Lahu;
      intermediary method_42174 Lnet/minecraft/class_7253;method_42174()Lnet/minecraft/class_3414;
      named method_42174 Lnet/minecraft/class_7253;method_42174()Lnet/minecraft/sound/SoundEvent;
    • method_42171

      public static class_7253 method_42171(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbpf;a(I)Lbpf;
      intermediary method_42171 Lnet/minecraft/class_7253;method_42171(I)Lnet/minecraft/class_7253;
      named method_42171 Lnet/minecraft/class_7253;method_42171(I)Lnet/minecraft/class_7253;