Package net.minecraft.server.function
package net.minecraft.server.function
-
ClassDescriptionThe command function manager implements execution of functions, like that from the
function
command.FunctionBuilder<T extends AbstractServerCommandSource<T>>The function loader holds the functions and function tags for aCommandFunctionManager
to use.A lazy reference to another command function that may or may not exist.Macro<T extends AbstractServerCommandSource<T>>Macro.Line<T>Macro.VariableLine<T extends AbstractServerCommandSource<T>>Procedure<T>A tree-visitor-like tracer, useful for gaining insights on function execution.