Uses of Class
net.minecraft.command.FunctionObject
Packages that use FunctionObject
Package
Description
-
Uses of FunctionObject in net.minecraft.advancements
Fields in net.minecraft.advancements with type parameters of type FunctionObjectMethods in net.minecraft.advancements that return types with arguments of type FunctionObjectModifier and TypeMethodDescriptionFunctionManager.get(ResourceLocation p_215361_1_) FunctionManager.getTag(ResourceLocation p_240947_1_) Methods in net.minecraft.advancements with parameters of type FunctionObjectModifier and TypeMethodDescriptionintFunctionManager.execute(FunctionObject p_195447_1_, CommandSource p_195447_2_) Method parameters in net.minecraft.advancements with type arguments of type FunctionObjectModifier and TypeMethodDescriptionprivate voidFunctionManager.executeTagFunctions(Collection<FunctionObject> p_240945_1_, ResourceLocation p_240945_2_) -
Uses of FunctionObject in net.minecraft.command
Fields in net.minecraft.command with type parameters of type FunctionObjectModifier and TypeFieldDescriptionprivate Optional<FunctionObject>FunctionObject.CacheableFunction.functionMethods in net.minecraft.command that return FunctionObjectModifier and TypeMethodDescriptionstatic FunctionObjectFunctionObject.fromLines(ResourceLocation p_237140_0_, com.mojang.brigadier.CommandDispatcher<CommandSource> p_237140_1_, CommandSource p_237140_2_, List<String> p_237140_3_) Methods in net.minecraft.command that return types with arguments of type FunctionObjectModifier and TypeMethodDescriptionFunctionObject.CacheableFunction.get(FunctionManager p_218039_1_) Constructors in net.minecraft.command with parameters of type FunctionObjectModifierConstructorDescriptionCacheableFunction(FunctionObject p_i47602_1_) FunctionEntry(FunctionObject p_i47601_1_) -
Uses of FunctionObject in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return FunctionObjectModifier and TypeMethodDescriptionprivate static FunctionObjectFunctionArgument.getFunction(com.mojang.brigadier.context.CommandContext<CommandSource> p_218108_0_, ResourceLocation p_218108_1_) Methods in net.minecraft.command.arguments that return types with arguments of type FunctionObjectModifier and TypeMethodDescriptionFunctionArgument.IResult.create(com.mojang.brigadier.context.CommandContext<CommandSource> p_223252_1_) static com.mojang.datafixers.util.Pair<ResourceLocation,com.mojang.datafixers.util.Either<FunctionObject, ITag<FunctionObject>>> FunctionArgument.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<CommandSource> p_218110_0_, String p_218110_1_) static com.mojang.datafixers.util.Pair<ResourceLocation,com.mojang.datafixers.util.Either<FunctionObject, ITag<FunctionObject>>> FunctionArgument.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<CommandSource> p_218110_0_, String p_218110_1_) static Collection<FunctionObject>FunctionArgument.getFunctions(com.mojang.brigadier.context.CommandContext<CommandSource> p_200022_0_, String p_200022_1_) private static ITag<FunctionObject>FunctionArgument.getFunctionTag(com.mojang.brigadier.context.CommandContext<CommandSource> p_218111_0_, ResourceLocation p_218111_1_) com.mojang.datafixers.util.Pair<ResourceLocation,com.mojang.datafixers.util.Either<FunctionObject, ITag<FunctionObject>>> FunctionArgument.IResult.unwrap(com.mojang.brigadier.context.CommandContext<CommandSource> p_218102_1_) com.mojang.datafixers.util.Pair<ResourceLocation,com.mojang.datafixers.util.Either<FunctionObject, ITag<FunctionObject>>> FunctionArgument.IResult.unwrap(com.mojang.brigadier.context.CommandContext<CommandSource> p_218102_1_) -
Uses of FunctionObject in net.minecraft.command.impl
Method parameters in net.minecraft.command.impl with type arguments of type FunctionObjectModifier and TypeMethodDescriptionprivate static intFunctionCommand.runFunction(CommandSource p_200025_0_, Collection<FunctionObject> p_200025_1_) private static intScheduleCommand.schedule(CommandSource p_241063_0_, com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<FunctionObject, ITag<FunctionObject>>> p_241063_1_, int p_241063_2_, boolean p_241063_3_) private static intScheduleCommand.schedule(CommandSource p_241063_0_, com.mojang.datafixers.util.Pair<ResourceLocation, com.mojang.datafixers.util.Either<FunctionObject, ITag<FunctionObject>>> p_241063_1_, int p_241063_2_, boolean p_241063_3_) -
Uses of FunctionObject in net.minecraft.resources
Fields in net.minecraft.resources with type parameters of type FunctionObjectModifier and TypeFieldDescriptionprivate Map<ResourceLocation,FunctionObject> FunctionReloader.functionsprivate ITagCollection<FunctionObject>FunctionReloader.tagsprivate final TagCollectionReader<FunctionObject>FunctionReloader.tagsLoaderMethods in net.minecraft.resources that return types with arguments of type FunctionObjectModifier and TypeMethodDescriptionFunctionReloader.getFunction(ResourceLocation p_240940_1_) FunctionReloader.getFunctions()FunctionReloader.getTag(ResourceLocation p_240943_1_) FunctionReloader.getTags()