Package net.minecraft.client.report.log
Enum Class 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$aintermediary net/minecraft/class_7629$class_7854named net/minecraft/client/report/log/ChatLogEntry$class_7854
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.Codec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final Supplier<StringIdentifiable.Codec<? extends ChatLogEntry>>Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateclass_7854(String string, Supplier<StringIdentifiable.Codec<? extends ChatLogEntry>> supplier) -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.private StringIdentifiable.Codec<? extends ChatLogEntry>static ChatLogEntry.class_7854Returns the enum constant of this class with the specified name.static ChatLogEntry.class_7854[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PLAYER
- Mappings:
Namespace Name Mixin selector official aLeye$a;a:Leye$a;intermediary field_40804Lnet/minecraft/class_7629$class_7854;field_40804:Lnet/minecraft/class_7629$class_7854;named PLAYERLnet/minecraft/client/report/log/ChatLogEntry$class_7854;PLAYER:Lnet/minecraft/client/report/log/ChatLogEntry$class_7854;
-
SYSTEM
- Mappings:
Namespace Name Mixin selector official bLeye$a;b:Leye$a;intermediary field_40805Lnet/minecraft/class_7629$class_7854;field_40805:Lnet/minecraft/class_7629$class_7854;named SYSTEMLnet/minecraft/client/report/log/ChatLogEntry$class_7854;SYSTEM:Lnet/minecraft/client/report/log/ChatLogEntry$class_7854;
-
-
Field Details
-
field_40806
- Mappings:
Namespace Name Mixin selector official cLeye$a;c:Ljava/lang/String;intermediary field_40806Lnet/minecraft/class_7629$class_7854;field_40806:Ljava/lang/String;named field_40806Lnet/minecraft/client/report/log/ChatLogEntry$class_7854;field_40806:Ljava/lang/String;
-
field_40807
- Mappings:
Namespace Name Mixin selector official dLeye$a;d:Ljava/util/function/Supplier;intermediary field_40807Lnet/minecraft/class_7629$class_7854;field_40807:Ljava/util/function/Supplier;named field_40807Lnet/minecraft/client/report/log/ChatLogEntry$class_7854;field_40807:Ljava/util/function/Supplier;
-
-
Constructor Details
-
class_7854
private class_7854(String string, Supplier<StringIdentifiable.Codec<? extends ChatLogEntry>> supplier)
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
method_46539
- Mappings:
Namespace Name Mixin selector official aLeye$a;a()Lcom/mojang/serialization/Codec;intermediary method_46539Lnet/minecraft/class_7629$class_7854;method_46539()Lcom/mojang/serialization/Codec;named method_46539Lnet/minecraft/client/report/log/ChatLogEntry$class_7854;method_46539()Lcom/mojang/serialization/Codec;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official cLaob;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-