Uses of Interface
net.minecraft.command.CommandAction
Packages that use CommandAction
-
Uses of CommandAction in net.minecraft
Classes in net.minecraft that implement CommandActionModifier and TypeClassDescriptionclass
class_8939<T extends AbstractServerCommandSource<T>>
class
class_8940<T extends AbstractServerCommandSource<T>>
Methods in net.minecraft that return CommandActionModifier and TypeMethodDescriptionstatic <T extends AbstractServerCommandSource<T>>
CommandAction<T>class_8939.method_54899()
-
Uses of CommandAction in net.minecraft.command
Classes in net.minecraft.command that implement CommandActionModifier and TypeClassDescriptionstatic 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>
Methods in net.minecraft.command with parameters of type CommandActionConstructors in net.minecraft.command with parameters of type CommandActionModifierConstructorDescriptionCommandQueueEntry
(class_8937 class_8937, CommandAction<T> commandAction)