Package net.minecraft

Enum Class class_9703

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

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

    • ATTACKER

      public static final class_9703 ATTACKER
      Mappings:
      Namespace Name Mixin selector
      named ATTACKER Lnet/minecraft/class_9703;ATTACKER:Lnet/minecraft/class_9703;
      intermediary field_51683 Lnet/minecraft/class_9703;field_51683:Lnet/minecraft/class_9703;
      official a Lczn;a:Lczn;
    • DAMAGING_ENTITY

      public static final class_9703 DAMAGING_ENTITY
      Mappings:
      Namespace Name Mixin selector
      named DAMAGING_ENTITY Lnet/minecraft/class_9703;DAMAGING_ENTITY:Lnet/minecraft/class_9703;
      intermediary field_51684 Lnet/minecraft/class_9703;field_51684:Lnet/minecraft/class_9703;
      official b Lczn;b:Lczn;
    • VICTIM

      public static final class_9703 VICTIM
      Mappings:
      Namespace Name Mixin selector
      named VICTIM Lnet/minecraft/class_9703;VICTIM:Lnet/minecraft/class_9703;
      intermediary field_51685 Lnet/minecraft/class_9703;field_51685:Lnet/minecraft/class_9703;
      official c Lczn;c:Lczn;
  • Field Details

    • field_51686

      public static final com.mojang.serialization.Codec<class_9703> field_51686
      Mappings:
      Namespace Name Mixin selector
      named field_51686 Lnet/minecraft/class_9703;field_51686:Lcom/mojang/serialization/Codec;
      intermediary field_51686 Lnet/minecraft/class_9703;field_51686:Lcom/mojang/serialization/Codec;
      official d Lczn;d:Lcom/mojang/serialization/Codec;
    • field_51687

      private final String field_51687
      Mappings:
      Namespace Name Mixin selector
      named field_51687 Lnet/minecraft/class_9703;field_51687:Ljava/lang/String;
      intermediary field_51687 Lnet/minecraft/class_9703;field_51687:Ljava/lang/String;
      official e Lczn;e:Ljava/lang/String;
  • Constructor Details

    • class_9703

      private class_9703(String string)
  • Method Details

    • values

      public static class_9703[] 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_9703 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
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Layz;c()Ljava/lang/String;