net.minecraft.server

public class ServerFunctionManager

aml
net.minecraft.server.ServerFunctionManager
net.minecraft.class_2991

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_47181
private static final ResourceLocation
b
TICK_FUNCTION_TAG
field_13417
private static final ResourceLocation
c
LOAD_FUNCTION_TAG
field_13412
private final MinecraftServer
d
server
field_13419
private List<CommandFunction<CommandSourceStack>>
e
ticking
field_13418
private boolean
f
postReload
field_13422
private ServerFunctionLibrary
g
library
field_25333

Constructor summary

ModifierConstructor
public (MinecraftServer arg0, ServerFunctionLibrary arg1)

Method summary

Modifier and TypeMethod
public com.mojang.brigadier.CommandDispatcher<CommandSourceStack>
a()
getDispatcher()
method_12900()
public void
b()
tick()
method_18699()
private void
a(Collection<ia<ek>> arg0, alw arg1)
executeTagFunctions(Collection<CommandFunction<CommandSourceStack>> arg0, ResourceLocation arg1)
method_29460(Collection<class_2158<class_2168>> arg0, class_2960 arg1)
public void
a(ia<ek> arg0, ek arg1)
execute(CommandFunction<CommandSourceStack> arg0, CommandSourceStack arg1)
method_12904(class_2158<class_2168> arg0, class_2168 arg1)
public void
a(amk arg0)
replaceLibrary(ServerFunctionLibrary arg0)
method_29461(class_5349 arg0)
private void
b(amk arg0)
postReload(ServerFunctionLibrary arg0)
method_29773(class_5349 arg0)
public CommandSourceStack
c()
getGameLoopSender()
method_12899()
public Optional<CommandFunction<CommandSourceStack>>
a(alw arg0)
get(ResourceLocation arg0)
method_12905(class_2960 arg0)
public List<CommandFunction<CommandSourceStack>>
b(alw arg0)
getTag(ResourceLocation arg0)
method_29462(class_2960 arg0)
public Iterable<ResourceLocation>
d()
getFunctionNames()
method_29463()
public Iterable<ResourceLocation>
e()
getTagNames()
method_29464()