Uses of Interface
net.minecraft.server.commands.FunctionCommand.Callbacks
Packages that use FunctionCommand.Callbacks
-
Uses of FunctionCommand.Callbacks in net.minecraft.server.commands
Fields in net.minecraft.server.commands declared as FunctionCommand.CallbacksModifier and TypeFieldDescription(package private) static final FunctionCommand.Callbacks<CommandSourceStack> FunctionCommand.FULL_CONTEXT_CALLBACKSMethods in net.minecraft.server.commands with parameters of type FunctionCommand.CallbacksModifier and TypeMethodDescriptionprivate static <T extends ExecutionCommandSource<T>>
CommandResultCallbackFunctionCommand.decorateOutputIfNeeded(T source, FunctionCommand.Callbacks<T> callbacks, ResourceLocation function, CommandResultCallback resultCallback) static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctions(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T source, ExecutionControl<T> executionControl, FunctionCommand.Callbacks<T> callbacks, ChainModifiers chainModifiers) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctionsAsReturn(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T source, ExecutionControl<T> exectutionControl, FunctionCommand.Callbacks<T> callbacks) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctionsNoReturn(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T source, ExecutionControl<T> executionControl, FunctionCommand.Callbacks<T> callbacks)