Package net.minecraft

Enum Class class_8107

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

public enum class_8107 extends Enum<class_8107> implements StringIdentifiable
Mappings:
Namespace Name
official bec
intermediary net/minecraft/class_8107
named net/minecraft/class_8107
  • Enum Constant Details

    • HURT

      public static final class_8107 HURT
      Mappings:
      Namespace Name Mixin selector
      official a Lbec;a:Lbec;
      intermediary field_42275 Lnet/minecraft/class_8107;field_42275:Lnet/minecraft/class_8107;
      named HURT Lnet/minecraft/class_8107;HURT:Lnet/minecraft/class_8107;
    • THORNS

      public static final class_8107 THORNS
      Mappings:
      Namespace Name Mixin selector
      official b Lbec;b:Lbec;
      intermediary field_42276 Lnet/minecraft/class_8107;field_42276:Lnet/minecraft/class_8107;
      named THORNS Lnet/minecraft/class_8107;THORNS:Lnet/minecraft/class_8107;
    • DROWNING

      public static final class_8107 DROWNING
      Mappings:
      Namespace Name Mixin selector
      official c Lbec;c:Lbec;
      intermediary field_42277 Lnet/minecraft/class_8107;field_42277:Lnet/minecraft/class_8107;
      named DROWNING Lnet/minecraft/class_8107;DROWNING:Lnet/minecraft/class_8107;
    • BURNING

      public static final class_8107 BURNING
      Mappings:
      Namespace Name Mixin selector
      official d Lbec;d:Lbec;
      intermediary field_42278 Lnet/minecraft/class_8107;field_42278:Lnet/minecraft/class_8107;
      named BURNING Lnet/minecraft/class_8107;BURNING:Lnet/minecraft/class_8107;
    • POKING

      public static final class_8107 POKING
      Mappings:
      Namespace Name Mixin selector
      official e Lbec;e:Lbec;
      intermediary field_42279 Lnet/minecraft/class_8107;field_42279:Lnet/minecraft/class_8107;
      named POKING Lnet/minecraft/class_8107;POKING:Lnet/minecraft/class_8107;
    • FREEZING

      public static final class_8107 FREEZING
      Mappings:
      Namespace Name Mixin selector
      official f Lbec;f:Lbec;
      intermediary field_42280 Lnet/minecraft/class_8107;field_42280:Lnet/minecraft/class_8107;
      named FREEZING Lnet/minecraft/class_8107;FREEZING:Lnet/minecraft/class_8107;
  • Field Details

    • field_42281

      public static final StringIdentifiable.Codec<class_8107> field_42281
      Mappings:
      Namespace Name Mixin selector
      official g Lbec;g:Lcom/mojang/serialization/Codec;
      intermediary field_42281 Lnet/minecraft/class_8107;field_42281:Lcom/mojang/serialization/Codec;
      named field_42281 Lnet/minecraft/class_8107;field_42281:Lcom/mojang/serialization/Codec;
    • field_42282

      private final String field_42282
      Mappings:
      Namespace Name Mixin selector
      official h Lbec;h:Ljava/lang/String;
      intermediary field_42282 Lnet/minecraft/class_8107;field_42282:Ljava/lang/String;
      named field_42282 Lnet/minecraft/class_8107;field_42282:Ljava/lang/String;
    • field_42283

      private final SoundEvent field_42283
      Mappings:
      Namespace Name Mixin selector
      official i Lbec;i:Lamj;
      intermediary field_42283 Lnet/minecraft/class_8107;field_42283:Lnet/minecraft/class_3414;
      named field_42283 Lnet/minecraft/class_8107;field_42283:Lnet/minecraft/sound/SoundEvent;
  • Constructor Details

  • Method Details

    • values

      public static class_8107[] 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_8107 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
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      official c Laps;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
    • method_48786

      public SoundEvent method_48786()
      Mappings:
      Namespace Name Mixin selector
      official a Lbec;a()Lamj;
      intermediary method_48786 Lnet/minecraft/class_8107;method_48786()Lnet/minecraft/class_3414;
      named method_48786 Lnet/minecraft/class_8107;method_48786()Lnet/minecraft/sound/SoundEvent;