Package net.minecraft.server
Class ServerFunctionManager
java.lang.Object
net.minecraft.server.ServerFunctionManager
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate ServerFunctionLibraryprivate static final ResourceLocationprivate static final org.slf4j.Loggerprivate booleanprivate final MinecraftServerprivate static final ResourceLocationprivate List<CommandFunction<CommandSourceStack>>
- 
Constructor SummaryConstructorsConstructorDescriptionServerFunctionManager(MinecraftServer p_136110_, ServerFunctionLibrary p_136111_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(CommandFunction<CommandSourceStack> p_305881_, CommandSourceStack p_136114_) private voidexecuteTagFunctions(Collection<CommandFunction<CommandSourceStack>> p_136116_, ResourceLocation p_136117_) get(ResourceLocation p_136119_) com.mojang.brigadier.CommandDispatcher<CommandSourceStack>getTag(ResourceLocation p_214332_) private voidpostReload(ServerFunctionLibrary p_136126_) voidreplaceLibrary(ServerFunctionLibrary p_136121_) voidtick()
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
TICK_FUNCTION_TAG
- 
LOAD_FUNCTION_TAG
- 
server
- 
ticking
- 
postReloadprivate boolean postReload
- 
library
 
- 
- 
Constructor Details- 
ServerFunctionManager
 
- 
- 
Method Details- 
getDispatcher
- 
tickpublic void tick()
- 
executeTagFunctionsprivate void executeTagFunctions(Collection<CommandFunction<CommandSourceStack>> p_136116_, ResourceLocation p_136117_) 
- 
execute
- 
replaceLibrary
- 
postReload
- 
getGameLoopSender
- 
get
- 
getTag
- 
getFunctionNames
- 
getTagNames
 
-