Uses of Class
net.minecraft.command.FunctionObject
-
Packages that use FunctionObject Package Description net.minecraft.advancements net.minecraft.command net.minecraft.command.arguments net.minecraft.command.impl net.minecraft.resources -
-
Uses of FunctionObject in net.minecraft.advancements
Fields in net.minecraft.advancements with type parameters of type FunctionObject Modifier and Type Field Description private java.util.List<FunctionObject>FunctionManager. tickingMethods in net.minecraft.advancements that return types with arguments of type FunctionObject Modifier and Type Method Description java.util.Optional<FunctionObject>FunctionManager. get(ResourceLocation p_215361_1_)ITag<FunctionObject>FunctionManager. getTag(ResourceLocation p_240947_1_)Methods in net.minecraft.advancements with parameters of type FunctionObject Modifier and Type Method Description intFunctionManager. execute(FunctionObject p_195447_1_, CommandSource p_195447_2_)Method parameters in net.minecraft.advancements with type arguments of type FunctionObject Modifier and Type Method Description private voidFunctionManager. executeTagFunctions(java.util.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 FunctionObject Modifier and Type Field Description private java.util.Optional<FunctionObject>FunctionObject.CacheableFunction. functionMethods in net.minecraft.command that return FunctionObject Modifier and Type Method Description static FunctionObjectFunctionObject. fromLines(ResourceLocation p_237140_0_, com.mojang.brigadier.CommandDispatcher<CommandSource> p_237140_1_, CommandSource p_237140_2_, java.util.List<java.lang.String> p_237140_3_)Methods in net.minecraft.command that return types with arguments of type FunctionObject Modifier and Type Method Description java.util.Optional<FunctionObject>FunctionObject.CacheableFunction. get(FunctionManager p_218039_1_)Constructors in net.minecraft.command with parameters of type FunctionObject Constructor Description CacheableFunction(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 FunctionObject Modifier and Type Method Description private 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 FunctionObject Modifier and Type Method Description java.util.Collection<FunctionObject>FunctionArgument.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_, java.lang.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_, java.lang.String p_218110_1_)static java.util.Collection<FunctionObject>FunctionArgument. getFunctions(com.mojang.brigadier.context.CommandContext<CommandSource> p_200022_0_, java.lang.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 FunctionObject Modifier and Type Method Description private static intFunctionCommand. runFunction(CommandSource p_200025_0_, java.util.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 FunctionObject Modifier and Type Field Description private java.util.Map<ResourceLocation,FunctionObject>FunctionReloader. functionsprivate ITagCollection<FunctionObject>FunctionReloader. tagsprivate TagCollectionReader<FunctionObject>FunctionReloader. tagsLoaderMethods in net.minecraft.resources that return types with arguments of type FunctionObject Modifier and Type Method Description java.util.Optional<FunctionObject>FunctionReloader. getFunction(ResourceLocation p_240940_1_)java.util.Map<ResourceLocation,FunctionObject>FunctionReloader. getFunctions()ITag<FunctionObject>FunctionReloader. getTag(ResourceLocation p_240943_1_)ITagCollection<FunctionObject>FunctionReloader. getTags()
-