Uses of Interface
net.minecraft.tags.ITag
Packages that use ITag
Package
Description
-
Uses of ITag in net.minecraft.advancements
Methods in net.minecraft.advancements that return ITag -
Uses of ITag in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as ITagModifier and TypeFieldDescriptionBlockPredicate.Builder.blocksBlockPredicate.tagprivate final ITag<EntityType<?>>EntityTypePredicate.TagPredicate.tagFluidPredicate.tagItemPredicate.Builder.tagItemPredicate.tagMethods in net.minecraft.advancements.criterion with parameters of type ITagModifier and TypeMethodDescriptionEntityPredicate.Builder.of(ITag<EntityType<?>> p_217989_1_) static EntityTypePredicateEntityTypePredicate.of(ITag<EntityType<?>> p_217998_0_) Constructors in net.minecraft.advancements.criterion with parameters of type ITagModifierConstructorDescriptionBlockPredicate(ITag<Block> p_i225708_1_, Block p_i225708_2_, StatePropertiesPredicate p_i225708_3_, NBTPredicate p_i225708_4_) FluidPredicate(ITag<Fluid> p_i225738_1_, Fluid p_i225738_2_, StatePropertiesPredicate p_i225738_3_) ItemPredicate(ITag<Item> p_i225740_1_, Item p_i225740_2_, MinMaxBounds.IntBound p_i225740_3_, MinMaxBounds.IntBound p_i225740_4_, EnchantmentPredicate[] p_i225740_5_, EnchantmentPredicate[] p_i225740_6_, Potion p_i225740_7_, NBTPredicate p_i225740_8_) TagPredicate(ITag<EntityType<?>> p_i50558_1_) -
Uses of ITag in net.minecraft.block
Methods in net.minecraft.block with parameters of type ITag -
Uses of ITag in net.minecraft.client.gui.screen.inventory
Fields in net.minecraft.client.gui.screen.inventory with type parameters of type ITagModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,ITag<Item>> CreativeScreen.visibleTags -
Uses of ITag in net.minecraft.client.tutorial
Methods in net.minecraft.client.tutorial with parameters of type ITagModifier and TypeMethodDescriptionstatic booleanCraftPlanksStep.hasCraftedPlanksPreviously(ClientPlayerEntity p_199761_0_, ITag<Item> p_199761_1_) -
Uses of ITag in net.minecraft.command.arguments
Fields in net.minecraft.command.arguments declared as ITagModifier and TypeFieldDescriptionBlockPredicateArgument.TagPredicate.tagItemPredicateArgument.TagPredicate.tagMethods in net.minecraft.command.arguments that return ITagModifier and TypeMethodDescriptionprivate static ITag<FunctionObject>FunctionArgument.getFunctionTag(com.mojang.brigadier.context.CommandContext<CommandSource> p_218111_0_, ResourceLocation p_218111_1_) Methods in net.minecraft.command.arguments that return types with arguments of type ITagModifier and TypeMethodDescriptionstatic 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_) 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_) Constructors in net.minecraft.command.arguments with parameters of type ITagModifierConstructorDescriptionprivateTagPredicate(ITag<Block> p_i48238_1_, Map<String, String> p_i48238_2_, CompoundNBT p_i48238_3_) TagPredicate(ITag<Item> p_i48220_1_, CompoundNBT p_i48220_2_) -
Uses of ITag in net.minecraft.command.impl
Method parameters in net.minecraft.command.impl with type arguments of type ITagModifier and TypeMethodDescriptionprivate 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 ITag in net.minecraft.data
Methods in net.minecraft.data with parameters of type ITagModifier and TypeMethodDescriptionprotected static InventoryChangeTrigger.Instanceprivate static voidRecipeProvider.planksFromLog(Consumer<IFinishedRecipe> p_240470_0_, IItemProvider p_240470_1_, ITag<Item> p_240470_2_) private static voidRecipeProvider.planksFromLogs(Consumer<IFinishedRecipe> p_240472_0_, IItemProvider p_240472_1_, ITag<Item> p_240472_2_) -
Uses of ITag in net.minecraft.enchantment
Methods in net.minecraft.enchantment with parameters of type ITag -
Uses of ITag in net.minecraft.entity
Fields in net.minecraft.entity declared as ITagFields in net.minecraft.entity with type parameters of type ITagMethods in net.minecraft.entity with parameters of type ITagModifier and TypeMethodDescriptiondoubleEntity.getFluidHeight(ITag<Fluid> p_233571_1_) booleanEntityType.is(ITag<EntityType<?>> p_220341_1_) booleanEntity.isEyeInFluid(ITag<Fluid> p_208600_1_) protected voidLivingEntity.jumpInLiquid(ITag<Fluid> p_180466_1_) protected voidMobEntity.jumpInLiquid(ITag<Fluid> p_180466_1_) booleanEntity.updateFluidHeightAndDoFluidPushing(ITag<Fluid> p_210500_1_, double p_210500_2_) -
Uses of ITag in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster with parameters of type ITagModifier and TypeMethodDescriptionprotected voidMagmaCubeEntity.jumpInLiquid(ITag<Fluid> p_180466_1_) -
Uses of ITag in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type ITag -
Uses of ITag in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type ITag -
Uses of ITag in net.minecraft.fluid
Methods in net.minecraft.fluid with parameters of type ITag -
Uses of ITag in net.minecraft.item
Methods in net.minecraft.item with parameters of type ITag -
Uses of ITag in net.minecraft.item.crafting
Fields in net.minecraft.item.crafting declared as ITagMethods in net.minecraft.item.crafting with parameters of type ITagConstructors in net.minecraft.item.crafting with parameters of type ITag -
Uses of ITag in net.minecraft.loot
Fields in net.minecraft.loot declared as ITagMethods in net.minecraft.loot with parameters of type ITagConstructors in net.minecraft.loot with parameters of type ITagModifierConstructorDescriptionprivateTagLootEntry(ITag<Item> p_i51248_1_, boolean p_i51248_2_, int p_i51248_3_, int p_i51248_4_, ILootCondition[] p_i51248_5_, ILootFunction[] p_i51248_6_) -
Uses of ITag in net.minecraft.potion
Methods in net.minecraft.potion with parameters of type ITag -
Uses of ITag in net.minecraft.resources
Methods in net.minecraft.resources that return ITag -
Uses of ITag in net.minecraft.tags
Subinterfaces of ITag in net.minecraft.tagsClasses in net.minecraft.tags that implement ITagModifier and TypeClassDescriptionclassTag<T>(package private) static classprivate static classFields in net.minecraft.tags declared as ITagMethods in net.minecraft.tags that return ITagModifier and TypeMethodDescriptionstatic <T> ITag<T>ITagCollection.getTag(ResourceLocation p_199910_1_) ITagCollection.getTagOrEmpty(ResourceLocation p_241834_1_) TagRegistry.NamedTag.resolve()Methods in net.minecraft.tags that return types with arguments of type ITagModifier and TypeMethodDescriptionITag.Builder.build(Function<ResourceLocation, ITag<T>> p_232959_1_, Function<ResourceLocation, T> p_232959_2_) static <T> com.mojang.serialization.Codec<ITag<T>>ITag.codec(Supplier<ITagCollection<T>> p_232947_0_) ITagCollection.getAllTags()Methods in net.minecraft.tags with parameters of type ITagModifier and TypeMethodDescriptiondefault ResourceLocationITagCollection.getIdOrThrow(ITag<T> p_232975_1_) Method parameters in net.minecraft.tags with type arguments of type ITagModifier and TypeMethodDescriptionITag.Builder.build(Function<ResourceLocation, ITag<T>> p_232959_1_, Function<ResourceLocation, T> p_232959_2_) <T> booleanITag.ITagEntry.build(Function<ResourceLocation, ITag<T>> p_230238_1_, Function<ResourceLocation, T> p_230238_2_, Consumer<T> p_230238_3_) <T> booleanITag.ItemEntry.build(Function<ResourceLocation, ITag<T>> p_230238_1_, Function<ResourceLocation, T> p_230238_2_, Consumer<T> p_230238_3_) <T> booleanITag.OptionalItemEntry.build(Function<ResourceLocation, ITag<T>> p_230238_1_, Function<ResourceLocation, T> p_230238_2_, Consumer<T> p_230238_3_) <T> booleanITag.OptionalTagEntry.build(Function<ResourceLocation, ITag<T>> p_230238_1_, Function<ResourceLocation, T> p_230238_2_, Consumer<T> p_230238_3_) <T> booleanITag.TagEntry.build(Function<ResourceLocation, ITag<T>> p_230238_1_, Function<ResourceLocation, T> p_230238_2_, Consumer<T> p_230238_3_) <T> Stream<ITag.Proxy>ITag.Builder.getUnresolvedEntries(Function<ResourceLocation, ITag<T>> p_232963_1_, Function<ResourceLocation, T> p_232963_2_) static <T> ITagCollection<T>ITagCollection.of(Map<ResourceLocation, ITag<T>> p_242202_0_) (package private) voidTagRegistry.NamedTag.rebind(Function<ResourceLocation, ITag<T>> p_232943_1_) -
Uses of ITag in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type ITag -
Uses of ITag in net.minecraft.world
Methods in net.minecraft.world that return ITag -
Uses of ITag in net.minecraft.world.gen.feature.template
Fields in net.minecraft.world.gen.feature.template declared as ITagConstructors in net.minecraft.world.gen.feature.template with parameters of type ITag -
Uses of ITag in net.minecraftforge.common
Subinterfaces of ITag in net.minecraftforge.common -
Uses of ITag in net.minecraftforge.common.data
Fields in net.minecraftforge.common.data with type parameters of type ITagMethods in net.minecraftforge.common.data with parameters of type ITagModifier and TypeMethodDescriptionprivate voidForgeRecipeProvider.replace(IItemProvider item, ITag<Item> tag) -
Uses of ITag in net.minecraftforge.common.util
Fields in net.minecraftforge.common.util with type parameters of type ITagModifier and TypeFieldDescriptionprivate Map<ResourceLocation,ITag<T>> ReverseTagWrapper.colCache -
Uses of ITag in net.minecraftforge.debug.misc
Methods in net.minecraftforge.debug.misc with parameters of type ITagModifier and TypeMethodDescriptionbooleanCustomTagTypesTest.Custom.isIn(ITag<CustomTagTypesTest.Custom> tag) -
Uses of ITag in net.minecraftforge.fml.network
Method parameters in net.minecraftforge.fml.network with type arguments of type ITagModifier and TypeMethodDescriptionprivate static <T> voidFMLPlayMessages.SyncCustomTagTypes.forgeTagCollectionWrite(PacketBuffer buf, ResourceLocation registryName, Map<ResourceLocation, ITag<T>> tags)