Package net.minecraft.server
Class ServerFunctionManager
java.lang.Object
net.minecraft.server.ServerFunctionManager
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ServerFunctionLibraryprivate static final ResourceLocationprivate static final org.slf4j.Loggerprivate booleanprivate final MinecraftServerprivate static final ResourceLocationprivate List<CommandFunction<CommandSourceStack>> - 
Constructor Summary
ConstructorsConstructorDescriptionServerFunctionManager(MinecraftServer p_136110_, ServerFunctionLibrary p_136111_)  - 
Method Summary
Modifier 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
- 
LOGGER
private static final org.slf4j.Logger LOGGER - 
TICK_FUNCTION_TAG
 - 
LOAD_FUNCTION_TAG
 - 
server
 - 
ticking
 - 
postReload
private boolean postReload - 
library
 
 - 
 - 
Constructor Details
- 
ServerFunctionManager
 
 - 
 - 
Method Details
- 
getDispatcher
 - 
tick
public void tick() - 
executeTagFunctions
private void executeTagFunctions(Collection<CommandFunction<CommandSourceStack>> p_136116_, ResourceLocation p_136117_)  - 
execute
 - 
replaceLibrary
 - 
postReload
 - 
getGameLoopSender
 - 
get
 - 
getTag
 - 
getFunctionNames
 - 
getTagNames
 
 -