Uses of Class
net.minecraft.advancements.FunctionManager
-
Packages that use FunctionManager Package Description net.minecraft.advancements net.minecraft.command net.minecraft.server -
-
Uses of FunctionManager in net.minecraft.advancements
Fields in net.minecraft.advancements declared as FunctionManager Modifier and Type Field Description private FunctionManager
FunctionManager.QueuedCommand. manager
Constructors in net.minecraft.advancements with parameters of type FunctionManager Constructor Description QueuedCommand(FunctionManager p_i48018_1_, CommandSource p_i48018_2_, FunctionObject.IEntry p_i48018_3_)
-
Uses of FunctionManager in net.minecraft.command
Methods in net.minecraft.command with parameters of type FunctionManager Modifier and Type Method Description void
FunctionObject.CommandEntry. execute(FunctionManager p_196998_1_, CommandSource p_196998_2_, java.util.ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_)
void
FunctionObject.FunctionEntry. execute(FunctionManager p_196998_1_, CommandSource p_196998_2_, java.util.ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_)
void
FunctionObject.IEntry. execute(FunctionManager p_196998_1_, CommandSource p_196998_2_, java.util.ArrayDeque<FunctionManager.QueuedCommand> p_196998_3_, int p_196998_4_)
java.util.Optional<FunctionObject>
FunctionObject.CacheableFunction. get(FunctionManager p_218039_1_)
-
Uses of FunctionManager in net.minecraft.server
Fields in net.minecraft.server declared as FunctionManager Modifier and Type Field Description private FunctionManager
MinecraftServer. functionManager
Methods in net.minecraft.server that return FunctionManager Modifier and Type Method Description FunctionManager
MinecraftServer. getFunctions()
-