Class Hierarchy
- java.lang.Object
- net.minecraft.commands.execution.tasks.BuildContexts<T>
- net.minecraft.commands.execution.tasks.BuildContexts.Continuation<T> (implements net.minecraft.commands.execution.EntryAction<T>)
- net.minecraft.commands.execution.tasks.BuildContexts.TopLevel<T> (implements net.minecraft.commands.execution.EntryAction<T>)
- net.minecraft.commands.execution.tasks.BuildContexts.Unbound<T> (implements net.minecraft.commands.execution.UnboundEntryAction<T>)
- net.minecraft.commands.execution.tasks.CallFunction<T> (implements net.minecraft.commands.execution.UnboundEntryAction<T>)
- net.minecraft.commands.execution.tasks.ContinuationTask<T,
P> (implements net.minecraft.commands.execution.EntryAction<T>) - net.minecraft.commands.execution.tasks.ExecuteCommand<T> (implements net.minecraft.commands.execution.UnboundEntryAction<T>)
- net.minecraft.commands.execution.tasks.FallthroughTask<T> (implements net.minecraft.commands.execution.EntryAction<T>)
- net.minecraft.commands.execution.tasks.IsolatedCall<T> (implements net.minecraft.commands.execution.EntryAction<T>)
- net.minecraft.commands.execution.tasks.BuildContexts<T>
Interface Hierarchy
- net.minecraft.commands.execution.tasks.ContinuationTask.TaskProvider<T,
P>