Uses of Interface
net.minecraft.command.SteppedCommandAction.ActionWrapper
-
Uses of SteppedCommandAction.ActionWrapper in net.minecraft.command
Modifier and TypeFieldDescriptionprivate final SteppedCommandAction.ActionWrapper<T,
P> SteppedCommandAction.wrapper
Modifier and TypeMethodDescriptionstatic <T,
P> void SteppedCommandAction.enqueueCommands
(CommandExecutionContext<T> context, Frame frame, List<P> actions, SteppedCommandAction.ActionWrapper<T, P> wrapper) ModifierConstructorDescriptionprivate
SteppedCommandAction
(SteppedCommandAction.ActionWrapper<T, P> wrapper, List<P> actions, Frame frame)