Uses of Interface
net.minecraft.tag.Tag
-
Uses of Tag in net.minecraft.block
Methods in net.minecraft.block with parameters of type Tag Modifier and Type Method Description booleanAbstractBlock.AbstractBlockState. isIn(Tag<Block> tag)booleanAbstractBlock.AbstractBlockState. isIn(Tag<Block> tag, Predicate<AbstractBlock.AbstractBlockState> predicate) -
Uses of Tag in net.minecraft.block.entity
-
Uses of Tag in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame with type parameters of type Tag Modifier and Type Field Description private Map<Identifier,Tag<Item>>CreativeInventoryScreen. searchResultTags -
Uses of Tag in net.minecraft.client.tutorial
Methods in net.minecraft.client.tutorial with parameters of type Tag Modifier and Type Method Description static booleanCraftPlanksTutorialStepHandler. hasCrafted(ClientPlayerEntity player, Tag<Item> tag) -
Uses of Tag in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as Tag Modifier and Type Field Description private Tag<Block>BlockPredicateArgumentType.TagPredicate. tagprivate Tag<Item>ItemPredicateArgumentType.TagPredicate. tagMethods in net.minecraft.command.argument that return Tag Modifier and Type Method Description 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 Tag Modifier and Type Method Description com.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>>CommandFunctionArgumentType.FunctionArgument. getFunctionOrTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext)static com.mojang.datafixers.util.Pair<Identifier,com.mojang.datafixers.util.Either<CommandFunction,Tag<CommandFunction>>>CommandFunctionArgumentType. getFunctionOrTag(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)Constructors in net.minecraft.command.argument with parameters of type Tag Constructor Description TagPredicate(Tag<Block> tag, Map<String,String> map, @Nullable NbtCompound nbt)TagPredicate(Tag<Item> tag, @Nullable NbtCompound nbt) -
Uses of Tag in net.minecraft.data.server
Methods in net.minecraft.data.server with parameters of type Tag Modifier and Type Method Description private static InventoryChangedCriterion.ConditionsRecipesProvider. conditionsFromTag(Tag<Item> tag)private static voidRecipesProvider. offerPlanksRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, Tag<Item> inputItem)private static voidRecipesProvider. offerPlanksRecipe2(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, Tag<Item> inputItem) -
Uses of Tag in net.minecraft.data.server.recipe
Methods in net.minecraft.data.server.recipe with parameters of type Tag Modifier and Type Method Description ShapedRecipeJsonFactoryShapedRecipeJsonFactory. input(Character c, Tag<Item> tag)ShapelessRecipeJsonFactoryShapelessRecipeJsonFactory. input(Tag<Item> tag) -
Uses of Tag in net.minecraft.entity
Fields in net.minecraft.entity declared as Tag Modifier and Type Field Description protected @Nullable Tag<Fluid>Entity. submergedFluidTagFields in net.minecraft.entity with type parameters of type Tag Modifier and Type Field Description protected Object2DoubleMap<Tag<Fluid>>Entity. fluidHeightMethods in net.minecraft.entity with parameters of type Tag Modifier and Type Method Description doubleEntity. getFluidHeight(Tag<Fluid> fluid)booleanEntityType. isIn(Tag<EntityType<?>> tag)booleanEntity. isSubmergedIn(Tag<Fluid> fluidTag)protected voidLivingEntity. swimUpward(Tag<Fluid> fluid)booleanEntity. updateMovementInFluid(Tag<Fluid> tag, double double2) -
Uses of Tag in net.minecraft.entity.ai.brain.task
Constructors in net.minecraft.entity.ai.brain.task with parameters of type Tag Constructor Description FollowMobTask(Tag<EntityType<?>> tag, float float2) -
Uses of Tag in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type Tag Modifier and Type Method Description protected voidMagmaCubeEntity. swimUpward(Tag<Fluid> fluid)protected voidMobEntity. swimUpward(Tag<Fluid> fluid) -
Uses of Tag in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type Tag Modifier and Type Method Description protected voidBeeEntity. swimUpward(Tag<Fluid> fluid) -
Uses of Tag in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type Tag Modifier and Type Method Description booleanPlayerInventory. contains(Tag<Item> tag) -
Uses of Tag in net.minecraft.fluid
-
Uses of Tag in net.minecraft.item
Methods in net.minecraft.item with parameters of type Tag Modifier and Type Method Description booleanItemStack. isIn(Tag<Item> tag) -
Uses of Tag in net.minecraft.loot.entry
Fields in net.minecraft.loot.entry declared as Tag Modifier and Type Field Description private Tag<Item>TagEntry. nameMethods in net.minecraft.loot.entry with parameters of type Tag Modifier and Type Method Description static LeafEntry.Builder<?>TagEntry. builder(Tag<Item> name)static LeafEntry.Builder<?>TagEntry. method_35517(Tag<Item> tag)Constructors in net.minecraft.loot.entry with parameters of type Tag Constructor Description TagEntry(Tag<Item> name, boolean expand, int weight, int quality, LootCondition[] conditions, LootFunction[] functions) -
Uses of Tag in net.minecraft.predicate
Fields in net.minecraft.predicate declared as Tag Modifier and Type Field Description private @Nullable Tag<Fluid>FluidPredicate.class_6079. field_30913private @Nullable Tag<Block>BlockPredicate.Builder. tagprivate @Nullable Tag<Block>BlockPredicate. tagprivate @Nullable Tag<Fluid>FluidPredicate. tagMethods in net.minecraft.predicate with parameters of type Tag Modifier and Type Method Description FluidPredicate.class_6079FluidPredicate.class_6079. method_35222(Tag<Fluid> tag)BlockPredicate.BuilderBlockPredicate.Builder. tag(Tag<Block> tag)Constructors in net.minecraft.predicate with parameters of type Tag Constructor Description BlockPredicate(@Nullable Tag<Block> tag, @Nullable Block block, StatePredicate state, NbtPredicate nbt)FluidPredicate(@Nullable Tag<Fluid> tag, @Nullable Fluid fluid, StatePredicate state) -
Uses of Tag in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as Tag Modifier and Type Field Description private Tag<EntityType<?>>EntityTypePredicate.Tagged. tagMethods in net.minecraft.predicate.entity with parameters of type Tag Modifier and Type Method Description static EntityTypePredicateEntityTypePredicate. create(Tag<EntityType<?>> tag)EntityPredicate.BuilderEntityPredicate.Builder. type(Tag<EntityType<?>> tag)Constructors in net.minecraft.predicate.entity with parameters of type Tag Constructor Description Tagged(Tag<EntityType<?>> tag) -
Uses of Tag in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item declared as Tag Modifier and Type Field Description private @Nullable Tag<Item>ItemPredicate.Builder. tagprivate @Nullable Tag<Item>ItemPredicate. tagMethods in net.minecraft.predicate.item with parameters of type Tag Modifier and Type Method Description ItemPredicate.BuilderItemPredicate.Builder. tag(Tag<Item> tag)Constructors in net.minecraft.predicate.item with parameters of type Tag Constructor Description ItemPredicate(@Nullable Tag<Item> tag, @Nullable Item item, NumberRange.IntRange count, NumberRange.IntRange durability, EnchantmentPredicate[] enchantments, EnchantmentPredicate[] storedEnchantments, @Nullable Potion potion, NbtPredicate nbt) -
Uses of Tag in net.minecraft.recipe
Fields in net.minecraft.recipe declared as Tag Modifier and Type Field Description private Tag<Item>Ingredient.TagEntry. tagMethods in net.minecraft.recipe with parameters of type Tag Modifier and Type Method Description static IngredientIngredient. fromTag(Tag<Item> tag)Constructors in net.minecraft.recipe with parameters of type Tag Constructor Description TagEntry(Tag<Item> tag) -
Uses of Tag in net.minecraft.server.command
Method parameters in net.minecraft.server.command with type arguments of type Tag Modifier and Type Method Description private 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
Methods in net.minecraft.server.function that return Tag Modifier and Type Method Description Tag<CommandFunction>FunctionLoader. getOrCreateTag(Identifier id)Tag<CommandFunction>CommandFunctionManager. getTaggedFunctions(Identifier tag) -
Uses of Tag in net.minecraft.structure.rule
Fields in net.minecraft.structure.rule declared as Tag Modifier and Type Field Description private Tag<Block>TagMatchRuleTest. tagConstructors in net.minecraft.structure.rule with parameters of type Tag Constructor Description TagMatchRuleTest(Tag<Block> tag) -
Uses of Tag in net.minecraft.tag
Subinterfaces of Tag in net.minecraft.tag Modifier and Type Interface Description static interfaceTag.Identified<T>Classes in net.minecraft.tag that implement Tag Modifier and Type Class Description (package private) static classRequiredTagList.TagWrapper<T>classSetTag<T>Fields in net.minecraft.tag declared as Tag Modifier and Type Field Description private @Nullable Tag<T>RequiredTagList.TagWrapper. delegateFields in net.minecraft.tag with type parameters of type Tag Modifier and Type Field Description private static List<Tag<Fluid>>FluidTags. TAGSMethods in net.minecraft.tag that return Tag Modifier and Type Method Description private Tag<T>RequiredTagList.TagWrapper. get()default @Nullable Tag<T>TagGroup. getTag(Identifier id)<T, E extends Exception>
Tag<T>TagManager. getTag(RegistryKey<? extends Registry<T>> registryKey, Identifier id, Function<Identifier,E> exceptionFactory)Tag<T>TagGroup. getTagOrEmpty(Identifier id)static <T> Tag<T>Tag. of(Set<T> values)Methods in net.minecraft.tag that return types with arguments of type Tag Modifier and Type Method Description <T> com.mojang.datafixers.util.Either<Collection<Tag.TrackedEntry>,Tag<T>>Tag.Builder. build(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter)static <T> com.mojang.serialization.Codec<Tag<T>>Tag. codec(Supplier<TagGroup<T>> groupGetter)static List<Tag<Fluid>>FluidTags. getTags()Deprecated.Map<Identifier,Tag<T>>TagGroup. getTags()Methods in net.minecraft.tag with parameters of type Tag Modifier and Type Method Description <T, E extends Exception>
IdentifierTagManager. getTagId(RegistryKey<? extends Registry<T>> registryKey, Tag<T> tag, Supplier<E> exceptionSupplier)@Nullable IdentifierTagGroup. getUncheckedTagId(Tag<T> tag)Method parameters in net.minecraft.tag with type arguments of type Tag Modifier and Type Method Description <T> com.mojang.datafixers.util.Either<Collection<Tag.TrackedEntry>,Tag<T>>Tag.Builder. build(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter)static <T> TagGroup<T>TagGroup. create(Map<Identifier,Tag<T>> tags)<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)(package private) voidRequiredTagList.TagWrapper. updateDelegate(Function<Identifier,Tag<T>> tagFactory) -
Uses of Tag in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension that return Tag Modifier and Type Method Description Tag<Block>DimensionType. getInfiniburnBlocks()