net.minecraft.server

public class FunctionManager

implements Tickable, ResourceReloadListener

pp
net.minecraft.class_3349
net.minecraft.server.FunctionManager
net.minecraft.advancements.FunctionManager
net.minecraft.advancements.FunctionManager

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
c
field_16383
LOGGER
field_193067_a
LOGGER
private static final Identifier
d
field_21667
TICK_TAG_LOCATION
field_200001_d
TICK_TAG_ID
private static final Identifier
e
field_21668
LOAD_TAG_LOCATION
field_200222_e
LOAD_TAG_ID
public static final int
a
field_21665
PATH_PREFIX_LENGTH
field_195454_a
PATH_PREFIX_LENGTH
public static final int
b
field_21666
PATH_SUFFIX_LENGTH
field_195455_b
PATH_SUFFIX_LENGTH
private final MinecraftServer
f
field_16385
server
field_193069_c
server
private final Map<Identifier, CommandFunction>
g
field_16386
customFunctions
field_193070_d
functions
private final ArrayDeque<FunctionManager$QueuedCommand>
h
field_16389
queuedCommands
field_194020_g
commandQueue
private boolean
i
field_16390
isInFunction
field_194021_h
isExecuting
private final TagCollection<CommandFunction>
j
field_21669
tags
field_200002_i
tagCollection
private final List<CommandFunction>
k
field_21670
functions
field_200003_j
tickFunctions
private boolean
l
field_21671
loaded
field_200223_l
loadFunctionsRun

Constructor summary

ModifierConstructor
public (MinecraftServer server)

Method summary

Modifier and TypeMethod
public CommandFunction
a(pc arg0)
method_14945(class_1653 arg0)
get(Identifier location)
func_193058_a(ResourceLocation arg0)
getFunction(ResourceLocation id)
public MinecraftServer
a()
method_20453()
getServer()
func_195450_a()
getServer()
public int
b()
method_14948()
getMaxCommandChainLength()
func_193065_c()
getMaxCommandChainLength()
public Map<Identifier, CommandFunction>
c()
method_14949()
getFunctions()
func_193066_d()
getFunctions()
public CommandDispatcher<CommandSourceStack>
d()
method_20461()
getCommandDispatcher()
func_195446_d()
getCommandDispatcher()
public void
Y_()
method_2053()
tick()
func_73660_a()
tick()
public int
a(br arg0, bu arg1)
method_14944(class_3270 arg0, class_3915 arg1)
run(CommandFunction function, CommandSourceStack source)
func_195447_a(FunctionObject arg0, CommandSource arg1)
execute(FunctionObject arg0, CommandSource arg1)
public void
a(vf arg0)
method_5895(class_1654 arg0)
reload(ResourceManager arg0)
func_195410_a(IResourceManager arg0)
onResourceManagerReload(IResourceManager arg0)
private CommandFunction
a(br arg0, Throwable arg1, pc arg2)
method_20454(class_3270 arg0, Throwable arg1, class_1653 arg2)
loadFunction(CommandFunction function, Throwable t, Identifier location)
func_212250_a(FunctionObject arg0, Throwable arg1, ResourceLocation arg2)
load(FunctionObject function, Throwable error, ResourceLocation id)
private static List<String>
a(vf arg0, pc arg1)
method_20458(class_1654 arg0, class_1653 arg1)
loadResource(ResourceManager resourceManager, Identifier location)
func_195449_a(IResourceManager arg0, ResourceLocation arg1)
readLines(IResourceManager arg0, ResourceLocation arg1)
public CommandSourceStack
f()
method_20462()
getCommandHandler()
func_195448_f()
getCommandSource()
public TagCollection<CommandFunction>
g()
method_20463()
getFunctionTags()
func_200000_g()
getTagCollection()