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 TypeClassDescriptionclassclass_8939<T extends AbstractServerCommandSource<T>>classclass_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 classSingleCommandAction.MultiSource<T extends AbstractServerCommandSource<T>>static classSingleCommandAction.SingleSource<T extends AbstractServerCommandSource<T>>classSteppedCommandAction<T,P> Fields in net.minecraft.command declared as CommandActionModifier and TypeFieldDescriptionprivate final CommandAction<T>CommandQueueEntry.actionThe field for theactionrecord component.Methods in net.minecraft.command that return CommandActionModifier and TypeMethodDescriptionCommandQueueEntry.action()Returns the value of theactionrecord component.default CommandAction<T>Methods in net.minecraft.command with parameters of type CommandActionConstructors in net.minecraft.command with parameters of type CommandAction