Uses of Interface
net.minecraft.server.dialog.action.Action
Packages that use Action
Package
Description
-
Uses of Action in net.minecraft.client.gui.screens.dialog
Method parameters in net.minecraft.client.gui.screens.dialog with type arguments of type Action -
Uses of Action in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type ActionModifier and TypeFieldDescriptionBuiltInRegistries.DIALOG_ACTION_TYPE
static final ResourceKey
<Registry<com.mojang.serialization.MapCodec<? extends Action>>> Registries.DIALOG_ACTION_TYPE
-
Uses of Action in net.minecraft.server.dialog
Fields in net.minecraft.server.dialog with type parameters of type ActionMethods in net.minecraft.server.dialog that return types with arguments of type ActionModifier and TypeMethodDescriptionActionButton.action()
Returns the value of theaction
record component.ButtonListDialog.onCancel()
ConfirmationDialog.onCancel()
Dialog.onCancel()
NoticeDialog.onCancel()
Constructor parameters in net.minecraft.server.dialog with type arguments of type ActionModifierConstructorDescriptionActionButton
(CommonButtonData button, Optional<Action> action) Creates an instance of aActionButton
record class. -
Uses of Action in net.minecraft.server.dialog.action
Classes in net.minecraft.server.dialog.action that implement ActionModifier and TypeClassDescriptionfinal record
final record
final record
Fields in net.minecraft.server.dialog.action with type parameters of type ActionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Action> Action.CODEC
Methods in net.minecraft.server.dialog.action that return types with arguments of type ActionModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec
<? extends Action> com.mojang.serialization.MapCodec
<? extends Action> Action.codec()
Method parameters in net.minecraft.server.dialog.action with type arguments of type Action