Class BuildContexts.Unbound<T extends ExecutionCommandSource<T>>
java.lang.Object
net.minecraft.commands.execution.tasks.BuildContexts<T>
net.minecraft.commands.execution.tasks.BuildContexts.Unbound<T>
- All Implemented Interfaces:
UnboundEntryAction<T>
- Enclosing class:
BuildContexts<T extends ExecutionCommandSource<T>>
public static class BuildContexts.Unbound<T extends ExecutionCommandSource<T>>
extends BuildContexts<T>
implements UnboundEntryAction<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class BuildContexts
BuildContexts.Continuation<T>, BuildContexts.TopLevel<T>, BuildContexts.Unbound<T> -
Field Summary
Fields inherited from class BuildContexts
ERROR_FORK_LIMIT_REACHED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(T sender, ExecutionContext<T> context, Frame frame) Methods inherited from class BuildContexts
execute, toString, traceCommandStartMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface UnboundEntryAction
bind
-
Constructor Details
-
Unbound
-
-
Method Details
-
execute
- Specified by:
executein interfaceUnboundEntryAction<T extends ExecutionCommandSource<T>>
-