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.actionThe field for theactionrecord component.Methods in net.minecraft.commands.execution that return EntryActionModifier and TypeMethodDescriptionCommandQueueEntry.action()Returns the value of theactionrecord 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 aCommandQueueEntryrecord class. -
Uses of EntryAction in net.minecraft.commands.execution.tasks
Classes in net.minecraft.commands.execution.tasks that implement EntryActionModifier and TypeClassDescriptionstatic classBuildContexts.Continuation<T extends ExecutionCommandSource<T>>static classBuildContexts.TopLevel<T extends ExecutionCommandSource<T>>classContinuationTask<T,P> classFallthroughTask<T extends ExecutionCommandSource<T>>classIsolatedCall<T extends ExecutionCommandSource<T>>Methods in net.minecraft.commands.execution.tasks that return EntryActionModifier and TypeMethodDescriptionstatic <T extends ExecutionCommandSource<T>>
EntryAction<T> FallthroughTask.instance()