Uses of Interface
net.minecraft.command.CommandAction
Packages that use CommandAction
-
Uses of CommandAction in net.minecraft.command
Classes in net.minecraft.command that implement CommandActionModifier 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> Fields in net.minecraft.command declared as CommandActionModifier and TypeFieldDescriptionprivate final CommandAction
<T> CommandQueueEntry.action
The field for theaction
record component.Methods in net.minecraft.command that return CommandActionModifier and TypeMethodDescriptionCommandQueueEntry.action()
Returns the value of theaction
record component.default CommandAction
<T> static <T extends AbstractServerCommandSource<T>>
CommandAction<T> FallthroughCommandAction.getInstance()
Methods in net.minecraft.command with parameters of type CommandActionConstructors in net.minecraft.command with parameters of type CommandAction