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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(T p_306259_, ExecutionContext<T> p_305944_, Frame p_309714_) Methods inherited from class net.minecraft.commands.execution.tasks.BuildContexts
execute, toString, traceCommandStartMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.commands.execution.UnboundEntryAction
bind
-
Constructor Details
-
Unbound
-
-
Method Details
-
execute
- Specified by:
executein interfaceUnboundEntryAction<T extends ExecutionCommandSource<T>>
-