Uses of Interface
net.minecraft.command.CommandAction
-
Uses of CommandAction in net.minecraft.command
Modifier and TypeClassDescriptionclass
FallthroughCommandAction<T extends AbstractServerCommandSource<T>>
class
IsolatedCommandAction<T extends AbstractServerCommandSource<T>>
static class
SingleCommandAction.MultiSource<T extends AbstractServerCommandSource<T>>
static class
SingleCommandAction.SingleSource<T extends AbstractServerCommandSource<T>>
class
SteppedCommandAction<T,
P> Modifier and TypeFieldDescriptionprivate final CommandAction<T>
CommandQueueEntry.action
The field for theaction
record component.Modifier and TypeMethodDescriptionCommandQueueEntry.action()
Returns the value of theaction
record component.default CommandAction<T>
static <T extends AbstractServerCommandSource<T>>
CommandAction<T>FallthroughCommandAction.getInstance()