Uses of Class
net.minecraft.commands.CommandFunction
Packages that use CommandFunction
Package
Description
-
Uses of CommandFunction in net.minecraft.commands
Fields in net.minecraft.commands with type parameters of type CommandFunctionModifier and TypeFieldDescriptionprivate Optional<CommandFunction>CommandFunction.CacheableFunction.functionMethods in net.minecraft.commands that return CommandFunctionModifier and TypeMethodDescriptionstatic CommandFunctionCommandFunction.fromLines(ResourceLocation p_77985_, com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_77986_, CommandSourceStack p_77987_, List<String> p_77988_)Methods in net.minecraft.commands that return types with arguments of type CommandFunctionModifier and TypeMethodDescriptionCommandFunction.CacheableFunction.get(ServerFunctionManager p_78003_)Constructors in net.minecraft.commands with parameters of type CommandFunctionModifierConstructorDescriptionCacheableFunction(CommandFunction p_77996_)FunctionEntry(CommandFunction p_78019_) -
Uses of CommandFunction in net.minecraft.commands.arguments.item
Methods in net.minecraft.commands.arguments.item that return CommandFunctionModifier and TypeMethodDescription(package private) static CommandFunctionFunctionArgument.getFunction(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120929_, ResourceLocation p_120930_)Methods in net.minecraft.commands.arguments.item that return types with arguments of type CommandFunctionModifier and TypeMethodDescriptionFunctionArgument.Result.create(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120955_)static com.mojang.datafixers.util.Pair<ResourceLocation,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>>FunctionArgument.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120921_, String p_120922_)static com.mojang.datafixers.util.Pair<ResourceLocation,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>>FunctionArgument.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120921_, String p_120922_)static Collection<CommandFunction>FunctionArgument.getFunctions(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120911_, String p_120912_)(package private) static Tag<CommandFunction>FunctionArgument.getFunctionTag(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120932_, ResourceLocation p_120933_)com.mojang.datafixers.util.Pair<ResourceLocation,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>>FunctionArgument.Result.unwrap(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120956_)com.mojang.datafixers.util.Pair<ResourceLocation,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>>FunctionArgument.Result.unwrap(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120956_) -
Uses of CommandFunction in net.minecraft.server
Fields in net.minecraft.server with type parameters of type CommandFunctionModifier and TypeFieldDescriptionprivate Map<ResourceLocation,CommandFunction>ServerFunctionLibrary.functionsprivate TagCollection<CommandFunction>ServerFunctionLibrary.tagsprivate TagLoader<CommandFunction>ServerFunctionLibrary.tagsLoaderprivate List<CommandFunction>ServerFunctionManager.tickingMethods in net.minecraft.server that return types with arguments of type CommandFunctionModifier and TypeMethodDescriptionServerFunctionManager.get(ResourceLocation p_136119_)ServerFunctionLibrary.getFunction(ResourceLocation p_136090_)ServerFunctionLibrary.getFunctions()ServerFunctionLibrary.getTag(ResourceLocation p_136098_)ServerFunctionManager.getTag(ResourceLocation p_136124_)ServerFunctionLibrary.getTags()Methods in net.minecraft.server with parameters of type CommandFunctionModifier and TypeMethodDescription(package private) voidServerFunctionManager.ExecutionContext.delayFunctionCall(CommandFunction p_179973_, CommandSourceStack p_179974_)intServerFunctionManager.execute(CommandFunction p_136113_, CommandSourceStack p_136114_)intServerFunctionManager.execute(CommandFunction p_179961_, CommandSourceStack p_179962_, ServerFunctionManager.TraceCallbacks p_179963_)(package private) intServerFunctionManager.ExecutionContext.runTopCommand(CommandFunction p_179978_, CommandSourceStack p_179979_)Method parameters in net.minecraft.server with type arguments of type CommandFunctionModifier and TypeMethodDescriptionprivate voidServerFunctionManager.executeTagFunctions(Collection<CommandFunction> p_136116_, ResourceLocation p_136117_) -
Uses of CommandFunction in net.minecraft.server.commands
Method parameters in net.minecraft.server.commands with type arguments of type CommandFunctionModifier and TypeMethodDescriptionprivate static intFunctionCommand.runFunction(CommandSourceStack p_137724_, Collection<CommandFunction> p_137725_)private static intScheduleCommand.schedule(CommandSourceStack p_138429_, com.mojang.datafixers.util.Pair<ResourceLocation,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>> p_138430_, int p_138431_, boolean p_138432_)private static intScheduleCommand.schedule(CommandSourceStack p_138429_, com.mojang.datafixers.util.Pair<ResourceLocation,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>> p_138430_, int p_138431_, boolean p_138432_)private static intDebugCommand.traceFunction(CommandSourceStack p_180066_, Collection<CommandFunction> p_180067_)