Package net.minecraft.dialog
Enum Class AfterAction
- All Implemented Interfaces:
Serializable,Comparable<AfterAction>,Constable,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/dialog/AfterActionintermediary net/minecraft/class_11520official asa
-
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.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<AfterAction> private final Stringprivate final intstatic final IntFunction<AfterAction> static final PacketCodec<ByteBuf, AfterAction> Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.booleanstatic AfterActionReturns the enum constant of this class with the specified name.static AfterAction[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLOSE
- Mappings:
Namespace Name Mixin selector named CLOSELnet/minecraft/dialog/AfterAction;CLOSE:Lnet/minecraft/dialog/AfterAction;intermediary field_60962Lnet/minecraft/class_11520;field_60962:Lnet/minecraft/class_11520;official aLasa;a:Lasa;
-
NONE
- Mappings:
Namespace Name Mixin selector named NONELnet/minecraft/dialog/AfterAction;NONE:Lnet/minecraft/dialog/AfterAction;intermediary field_60963Lnet/minecraft/class_11520;field_60963:Lnet/minecraft/class_11520;official bLasa;b:Lasa;
-
WAIT_FOR_RESPONSE
- Mappings:
Namespace Name Mixin selector named WAIT_FOR_RESPONSELnet/minecraft/dialog/AfterAction;WAIT_FOR_RESPONSE:Lnet/minecraft/dialog/AfterAction;intermediary field_60964Lnet/minecraft/class_11520;field_60964:Lnet/minecraft/class_11520;official cLasa;c:Lasa;
-
-
Field Details
-
INDEX_MAPPER
- Mappings:
Namespace Name Mixin selector named INDEX_MAPPERLnet/minecraft/dialog/AfterAction;INDEX_MAPPER:Ljava/util/function/IntFunction;intermediary field_60965Lnet/minecraft/class_11520;field_60965:Ljava/util/function/IntFunction;official dLasa;d:Ljava/util/function/IntFunction;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/dialog/AfterAction;CODEC:Lnet/minecraft/util/StringIdentifiable$EnumCodec;intermediary field_60966Lnet/minecraft/class_11520;field_60966:Lnet/minecraft/class_3542$class_7292;official eLasa;e:Lbgg$a;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODECLnet/minecraft/dialog/AfterAction;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_60967Lnet/minecraft/class_11520;field_60967:Lnet/minecraft/class_9139;official fLasa;f:Laae;
-
index
private final int index- Mappings:
Namespace Name Mixin selector named indexLnet/minecraft/dialog/AfterAction;index:Iintermediary field_60968Lnet/minecraft/class_11520;field_60968:Iofficial gLasa;g:I
-
id
- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/dialog/AfterAction;id:Ljava/lang/String;intermediary field_60969Lnet/minecraft/class_11520;field_60969:Ljava/lang/String;official hLasa;h:Ljava/lang/String;
-
-
Constructor Details
-
AfterAction
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/dialog/AfterAction;<init>(Ljava/lang/String;IILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_11520;<init>(Ljava/lang/String;IILjava/lang/String;)Vofficial <init>Lasa;<init>(Ljava/lang/String;IILjava/lang/String;)V
-
-
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
-
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 named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbgg;c()Ljava/lang/String;
-
canUnpause
public boolean canUnpause()- Mappings:
Namespace Name Mixin selector named canUnpauseLnet/minecraft/dialog/AfterAction;canUnpause()Zintermediary method_72063Lnet/minecraft/class_11520;method_72063()Zofficial aLasa;a()Z
-