Package net.minecraft.server.function
package net.minecraft.server.function
-
ClassDescriptionA standard element of a command function.A synthetic element to be stored in a
CommandFunctionManager.Entry
.A lazy reference to another command function that may or may not exist.The command function manager implements execution of functions, like that from thefunction
command.A tree-visitor-like tracer, useful for gaining insights on function execution.The function loader holds the functions and function tags for aCommandFunctionManager
to use.