Uses of Interface
net.minecraft.command.SteppedCommandAction.ActionWrapper
Packages that use SteppedCommandAction.ActionWrapper
-
Uses of SteppedCommandAction.ActionWrapper in net.minecraft.command
Fields in net.minecraft.command declared as SteppedCommandAction.ActionWrapperModifier and TypeFieldDescriptionprivate final SteppedCommandAction.ActionWrapper
<T, P> SteppedCommandAction.wrapper
Methods in net.minecraft.command with parameters of type SteppedCommandAction.ActionWrapperModifier and TypeMethodDescriptionstatic <T,
P> void SteppedCommandAction.enqueueCommands
(CommandExecutionContext<T> context, Frame frame, List<P> actions, SteppedCommandAction.ActionWrapper<T, P> wrapper) Constructors in net.minecraft.command with parameters of type SteppedCommandAction.ActionWrapperModifierConstructorDescriptionprivate
SteppedCommandAction
(SteppedCommandAction.ActionWrapper<T, P> wrapper, List<P> actions, Frame frame)