Uses of Class
net.minecraft.server.function.CommandFunctionManager
| Package | Description |
|---|---|
| net.minecraft.server | |
| net.minecraft.server.function |
-
Uses of CommandFunctionManager in net.minecraft.server
Fields in net.minecraft.server declared as CommandFunctionManager Modifier and Type Field Description private CommandFunctionManagerMinecraftServer. commandFunctionManagerMethods in net.minecraft.server that return CommandFunctionManager Modifier and Type Method Description CommandFunctionManagerMinecraftServer. getCommandFunctionManager() -
Uses of CommandFunctionManager in net.minecraft.server.function
Fields in net.minecraft.server.function declared as CommandFunctionManager Modifier and Type Field Description private CommandFunctionManagerCommandFunctionManager.Entry. managerMethods in net.minecraft.server.function with parameters of type CommandFunctionManager Modifier and Type Method Description voidCommandFunction.CommandElement. execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength)voidCommandFunction.Element. execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength)voidCommandFunction.FunctionElement. execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength)Optional<CommandFunction>CommandFunction.LazyContainer. get(CommandFunctionManager manager)Constructors in net.minecraft.server.function with parameters of type CommandFunctionManager Constructor Description Entry(CommandFunctionManager manager, ServerCommandSource source, CommandFunction.Element element)