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 net.minecraft.commands.execution.tasks.BuildContexts
BuildContexts.Continuation<T extends ExecutionCommandSource<T>>, BuildContexts.TopLevel<T extends ExecutionCommandSource<T>>, BuildContexts.Unbound<T extends ExecutionCommandSource<T>>
-
Field Summary
Fields inherited from class net.minecraft.commands.execution.tasks.BuildContexts
ERROR_FORK_LIMIT_REACHED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(T p_310320_, ExecutionContext<T> p_313071_, Frame p_310123_) Methods inherited from class net.minecraft.commands.execution.tasks.BuildContexts
execute, toString, traceCommandStart
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.commands.execution.UnboundEntryAction
bind
-
Constructor Details
-
Unbound
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceUnboundEntryAction<T extends ExecutionCommandSource<T>>
-