Package net.minecraft.server
Class ServerFunctionManager
java.lang.Object
net.minecraft.server.ServerFunctionManager
-
Field Summary
Modifier and TypeFieldDescriptionprivate ServerFunctionLibrary
private static final ResourceLocation
private static final org.slf4j.Logger
private boolean
private final MinecraftServer
private static final ResourceLocation
private List<CommandFunction<CommandSourceStack>>
-
Constructor Summary
ConstructorDescriptionServerFunctionManager
(MinecraftServer p_136110_, ServerFunctionLibrary p_136111_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(CommandFunction<CommandSourceStack> p_311911_, CommandSourceStack p_136114_) private void
executeTagFunctions
(Collection<CommandFunction<CommandSourceStack>> p_136116_, ResourceLocation p_136117_) get
(ResourceLocation p_136119_) com.mojang.brigadier.CommandDispatcher<CommandSourceStack>
getTag
(ResourceLocation p_214332_) private void
postReload
(ServerFunctionLibrary p_136126_) void
replaceLibrary
(ServerFunctionLibrary p_136121_) void
tick()
-
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
-