Uses of Class
net.minecraft.tag.Tag
Packages that use Tag
Package
Description
-
Uses of Tag in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return TagModifier and TypeMethodDescription(package private) static Tag<CommandFunction>CommandFunctionArgumentType.getFunctionTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier id) Methods in net.minecraft.command.argument that return types with arguments of type TagModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction, Tag<CommandFunction>>> CommandFunctionArgumentType.FunctionArgument.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) static com.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction, Tag<CommandFunction>>> CommandFunctionArgumentType.getFunctionOrTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) -
Uses of Tag in net.minecraft.server.command
Method parameters in net.minecraft.server.command with type arguments of type TagModifier and TypeMethodDescriptionprivate static intScheduleCommand.execute(ServerCommandSource source, com.mojang.datafixers.util.Pair<Identifier, com.mojang.datafixers.util.Either<CommandFunction, Tag<CommandFunction>>> function, int time, boolean replace) -
Uses of Tag in net.minecraft.server.function
Fields in net.minecraft.server.function with type parameters of type TagModifier and TypeFieldDescriptionprivate Map<Identifier,Tag<CommandFunction>> FunctionLoader.tagsMethods in net.minecraft.server.function that return TagModifier and TypeMethodDescriptionCommandFunctionManager.getTag(Identifier id) FunctionLoader.getTagOrEmpty(Identifier id) -
Uses of Tag in net.minecraft.tag
Fields in net.minecraft.tag declared as TagFields in net.minecraft.tag with type parameters of type TagModifier and TypeFieldDescriptionprivate final Map<Identifier,Tag<RegistryEntry<T>>> TagManagerLoader.RegistryTags.tagsThe field for thetagsrecord component.Methods in net.minecraft.tag that return TagMethods in net.minecraft.tag that return types with arguments of type TagModifier and TypeMethodDescription<T> com.mojang.datafixers.util.Either<Collection<Tag.TrackedEntry>,Tag<T>> Tag.Builder.build(Function<Identifier, Tag<T>> tagGetter, Function<Identifier, T> objectGetter) Map<Identifier,Tag<T>> TagGroupLoader.buildGroup(Map<Identifier, Tag.Builder> tags) Map<Identifier,Tag<T>> TagGroupLoader.load(ResourceManager manager) TagManagerLoader.RegistryTags.tags()Returns the value of thetagsrecord component.Method parameters in net.minecraft.tag with type arguments of type TagModifier and TypeMethodDescription<T> com.mojang.datafixers.util.Either<Collection<Tag.TrackedEntry>,Tag<T>> Tag.Builder.build(Function<Identifier, Tag<T>> tagGetter, Function<Identifier, T> objectGetter) <T> booleanTag.Entry.resolve(Function<Identifier, Tag<T>> tagGetter, Function<Identifier, T> objectGetter, Consumer<T> collector) <T> booleanTag.ObjectEntry.resolve(Function<Identifier, Tag<T>> tagGetter, Function<Identifier, T> objectGetter, Consumer<T> collector) <T> booleanTag.OptionalObjectEntry.resolve(Function<Identifier, Tag<T>> tagGetter, Function<Identifier, T> objectGetter, Consumer<T> collector) <T> booleanTag.OptionalTagEntry.resolve(Function<Identifier, Tag<T>> tagGetter, Function<Identifier, T> objectGetter, Consumer<T> collector) <T> booleanTag.TagEntry.resolve(Function<Identifier, Tag<T>> tagGetter, Function<Identifier, T> objectGetter, Consumer<T> collector) Constructor parameters in net.minecraft.tag with type arguments of type TagModifierConstructorDescriptionRegistryTags(RegistryKey<? extends Registry<T>> registryKey, Map<Identifier, Tag<RegistryEntry<T>>> map)