Package net.minecraft.server
Class ServerFunctionManager
java.lang.Object
net.minecraft.server.ServerFunctionManager
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) classstatic classstatic interface
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate ServerFunctionLibraryprivate static final ResourceLocationprivate static final Componentprivate boolean(package private) final MinecraftServerprivate static final ResourceLocationprivate List<CommandFunction>
- 
Constructor SummaryConstructorsConstructorDescriptionServerFunctionManager(MinecraftServer p_136110_, ServerFunctionLibrary p_136111_) 
- 
Method SummaryModifier and TypeMethodDescriptionintexecute(CommandFunction p_136113_, CommandSourceStack p_136114_) intexecute(CommandFunction p_179961_, CommandSourceStack p_179962_, ServerFunctionManager.TraceCallbacks p_179963_, CompoundTag p_300204_) private voidexecuteTagFunctions(Collection<CommandFunction> p_136116_, ResourceLocation p_136117_) get(ResourceLocation p_136119_) intcom.mojang.brigadier.CommandDispatcher<CommandSourceStack>getTag(ResourceLocation p_214332_) private voidpostReload(ServerFunctionLibrary p_136126_) voidreplaceLibrary(ServerFunctionLibrary p_136121_) voidtick()
- 
Field Details- 
NO_RECURSIVE_TRACES
- 
TICK_FUNCTION_TAG
- 
LOAD_FUNCTION_TAG
- 
server
- 
context
- 
ticking
- 
postReloadprivate boolean postReload
- 
library
 
- 
- 
Constructor Details- 
ServerFunctionManager
 
- 
- 
Method Details- 
getCommandLimitpublic int getCommandLimit()
- 
getDispatcher
- 
tickpublic void tick()
- 
executeTagFunctions
- 
execute
- 
executepublic int execute(CommandFunction p_179961_, CommandSourceStack p_179962_, @Nullable ServerFunctionManager.TraceCallbacks p_179963_, @Nullable CompoundTag p_300204_) throws FunctionInstantiationException - Throws:
- FunctionInstantiationException
 
- 
replaceLibrary
- 
postReload
- 
getGameLoopSender
- 
get
- 
getTag
- 
getFunctionNames
- 
getTagNames
 
-