Uses of Interface
net.minecraft.commands.execution.EntryAction
-
Uses of EntryAction in net.minecraft.commands.execution
Modifier and TypeFieldDescriptionprivate final EntryAction
<T> CommandQueueEntry.action
The field for theaction
record component.Modifier and TypeMethodDescriptionCommandQueueEntry.action()
Returns the value of theaction
record component.default EntryAction
<T> ModifierConstructorDescriptionCommandQueueEntry
(Frame frame, EntryAction<T> action) Creates an instance of aCommandQueueEntry
record class. -
Uses of EntryAction in net.minecraft.commands.execution.tasks
Modifier 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>>
Modifier and TypeMethodDescriptionstatic <T extends ExecutionCommandSource<T>>
EntryAction<T> FallthroughTask.instance()