Uses of Enum Class
net.minecraft.dialog.AfterAction
Packages that use AfterAction
-
Uses of AfterAction in net.minecraft.client.gui.screen.dialog
Methods in net.minecraft.client.gui.screen.dialog with parameters of type AfterActionModifier and TypeMethodDescriptionvoid
DialogScreen.runAction
(Optional<ClickEvent> clickEvent, AfterAction afterAction) -
Uses of AfterAction in net.minecraft.dialog
Fields in net.minecraft.dialog declared as AfterActionModifier and TypeFieldDescriptionprivate final AfterAction
DialogCommonData.afterAction
The field for theafterAction
record component.Fields in net.minecraft.dialog with type parameters of type AfterActionModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec
<AfterAction> AfterAction.CODEC
static final IntFunction
<AfterAction> AfterAction.INDEX_MAPPER
static final PacketCodec
<ByteBuf, AfterAction> AfterAction.PACKET_CODEC
Methods in net.minecraft.dialog that return AfterActionModifier and TypeMethodDescriptionDialogCommonData.afterAction()
Returns the value of theafterAction
record component.static AfterAction
Returns the enum constant of this class with the specified name.static AfterAction[]
AfterAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.dialog with parameters of type AfterActionModifierConstructorDescriptionDialogCommonData
(Text text, Optional<Text> optional, boolean bool, boolean bool2, AfterAction afterAction, List<DialogBody> list, List<DialogInput> list2)