Enum Class ChatLogEntry.class_7854

java.lang.Object
java.lang.Enum<ChatLogEntry.class_7854>
net.minecraft.client.report.log.ChatLogEntry.class_7854
All Implemented Interfaces:
Serializable, Comparable<ChatLogEntry.class_7854>, Constable, StringIdentifiable
Enclosing interface:
ChatLogEntry

@Environment(CLIENT) public static enum ChatLogEntry.class_7854 extends Enum<ChatLogEntry.class_7854> implements StringIdentifiable
Mappings:
Namespace Name
official eye$a
intermediary net/minecraft/class_7629$class_7854
named net/minecraft/client/report/log/ChatLogEntry$class_7854
  • Enum Constant Details

    • PLAYER

      public static final ChatLogEntry.class_7854 PLAYER
      Mappings:
      Namespace Name Mixin selector
      official a Leye$a;a:Leye$a;
      intermediary field_40804 Lnet/minecraft/class_7629$class_7854;field_40804:Lnet/minecraft/class_7629$class_7854;
      named PLAYER Lnet/minecraft/client/report/log/ChatLogEntry$class_7854;PLAYER:Lnet/minecraft/client/report/log/ChatLogEntry$class_7854;
    • SYSTEM

      public static final ChatLogEntry.class_7854 SYSTEM
      Mappings:
      Namespace Name Mixin selector
      official b Leye$a;b:Leye$a;
      intermediary field_40805 Lnet/minecraft/class_7629$class_7854;field_40805:Lnet/minecraft/class_7629$class_7854;
      named SYSTEM Lnet/minecraft/client/report/log/ChatLogEntry$class_7854;SYSTEM:Lnet/minecraft/client/report/log/ChatLogEntry$class_7854;
  • Field Details

    • field_40806

      private final String field_40806
      Mappings:
      Namespace Name Mixin selector
      official c Leye$a;c:Ljava/lang/String;
      intermediary field_40806 Lnet/minecraft/class_7629$class_7854;field_40806:Ljava/lang/String;
      named field_40806 Lnet/minecraft/client/report/log/ChatLogEntry$class_7854;field_40806:Ljava/lang/String;
    • field_40807

      private final Supplier<StringIdentifiable.Codec<? extends ChatLogEntry>> field_40807
      Mappings:
      Namespace Name Mixin selector
      official d Leye$a;d:Ljava/util/function/Supplier;
      intermediary field_40807 Lnet/minecraft/class_7629$class_7854;field_40807:Ljava/util/function/Supplier;
      named field_40807 Lnet/minecraft/client/report/log/ChatLogEntry$class_7854;field_40807:Ljava/util/function/Supplier;
  • Constructor Details

  • Method Details

    • values

      public static ChatLogEntry.class_7854[] 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 ChatLogEntry.class_7854 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_46539

      private StringIdentifiable.Codec<? extends ChatLogEntry> method_46539()
      Mappings:
      Namespace Name Mixin selector
      official a Leye$a;a()Lcom/mojang/serialization/Codec;
      intermediary method_46539 Lnet/minecraft/class_7629$class_7854;method_46539()Lcom/mojang/serialization/Codec;
      named method_46539 Lnet/minecraft/client/report/log/ChatLogEntry$class_7854;method_46539()Lcom/mojang/serialization/Codec;
    • 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 Laob;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;