Uses of Interface
net.minecraft.commands.execution.EntryAction
Packages that use EntryAction
-
Uses of EntryAction in net.minecraft.commands.execution
Fields in net.minecraft.commands.execution declared as EntryActionModifier and TypeFieldDescriptionprivate final EntryAction<T>
CommandQueueEntry.action
The field for theaction
record component.Methods in net.minecraft.commands.execution that return EntryActionModifier and TypeMethodDescriptionCommandQueueEntry.action()
Returns the value of theaction
record component.default EntryAction<T>
Methods in net.minecraft.commands.execution with parameters of type EntryActionConstructors in net.minecraft.commands.execution with parameters of type EntryActionModifierConstructorDescriptionCommandQueueEntry
(Frame frame, EntryAction<T> action) Creates an instance of aCommandQueueEntry
record class. -
Uses of EntryAction in net.minecraft.commands.execution.tasks
Classes in net.minecraft.commands.execution.tasks that implement EntryActionModifier and TypeClassDescriptionstatic class
BuildContexts.Continuation<T extends ExecutionCommandSource<T>>
static class
BuildContexts.TopLevel<T extends ExecutionCommandSource<T>>
class
ContinuationTask<T,
P> class
FallthroughTask<T extends ExecutionCommandSource<T>>
class
IsolatedCall<T extends ExecutionCommandSource<T>>
Methods in net.minecraft.commands.execution.tasks that return EntryActionModifier and TypeMethodDescriptionstatic <T extends ExecutionCommandSource<T>>
EntryAction<T>FallthroughTask.instance()