Uses of Interface
net.minecraft.tags.ITagCollectionSupplier
Packages that use ITagCollectionSupplier
Package
Description
-
Uses of ITagCollectionSupplier in net.minecraft.client.network.play
Fields in net.minecraft.client.network.play declared as ITagCollectionSupplierMethods in net.minecraft.client.network.play that return ITagCollectionSupplier -
Uses of ITagCollectionSupplier in net.minecraft.client.world
Methods in net.minecraft.client.world that return ITagCollectionSupplier -
Uses of ITagCollectionSupplier in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments with parameters of type ITagCollectionSupplierModifier and TypeMethodDescriptionBlockPredicateArgument.IResult.create(ITagCollectionSupplier p_create_1_) -
Uses of ITagCollectionSupplier in net.minecraft.item
Methods in net.minecraft.item with parameters of type ITagCollectionSupplierModifier and TypeMethodDescriptionbooleanItemStack.hasAdventureModeBreakTagForBlock(ITagCollectionSupplier p_206848_1_, CachedBlockInfo p_206848_2_) booleanItemStack.hasAdventureModePlaceTagForBlock(ITagCollectionSupplier p_206847_1_, CachedBlockInfo p_206847_2_) -
Uses of ITagCollectionSupplier in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as ITagCollectionSupplierMethods in net.minecraft.network.play.server that return ITagCollectionSupplierConstructors in net.minecraft.network.play.server with parameters of type ITagCollectionSupplier -
Uses of ITagCollectionSupplier in net.minecraft.resources
Methods in net.minecraft.resources that return ITagCollectionSupplier -
Uses of ITagCollectionSupplier in net.minecraft.server
Methods in net.minecraft.server that return ITagCollectionSupplier -
Uses of ITagCollectionSupplier in net.minecraft.tags
Fields in net.minecraft.tags declared as ITagCollectionSupplierModifier and TypeFieldDescriptionstatic final ITagCollectionSupplierITagCollectionSupplier.EMPTYprivate static ITagCollectionSupplierTagCollectionManager.instanceprivate ITagCollectionSupplierNetworkTagManager.tagsFields in net.minecraft.tags with type parameters of type ITagCollectionSupplierModifier and TypeFieldDescriptionprivate final Function<ITagCollectionSupplier,ITagCollection<T>> TagRegistry.collectionGetterMethods in net.minecraft.tags that return ITagCollectionSupplierModifier and TypeMethodDescriptionstatic ITagCollectionSupplierITagCollectionSupplier.deserializeFromNetwork(PacketBuffer p_242211_0_) static ITagCollectionSupplierTagCollectionManager.getInstance()NetworkTagManager.getTags()static ITagCollectionSupplierITagCollectionSupplier.of(ITagCollection<Block> p_242209_0_, ITagCollection<Item> p_242209_1_, ITagCollection<Fluid> p_242209_2_, ITagCollection<EntityType<?>> p_242209_3_) static ITagCollectionSupplierITagCollectionSupplier.reinjectOptionalTags(ITagCollectionSupplier tagCollectionSupplier) Methods in net.minecraft.tags with parameters of type ITagCollectionSupplierModifier and TypeMethodDescriptionstatic voidTagCollectionManager.bind(ITagCollectionSupplier p_242180_0_) static voidTagRegistryManager.fetchCustomTagTypes(ITagCollectionSupplier tagCollectionSupplier) static com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> TagRegistryManager.getAllMissingTags(ITagCollectionSupplier p_242198_0_) TagRegistry.getMissingTags(ITagCollectionSupplier p_242189_1_) static ITagCollectionSupplierITagCollectionSupplier.reinjectOptionalTags(ITagCollectionSupplier tagCollectionSupplier) voidTagRegistry.reset(ITagCollectionSupplier p_242188_1_) static voidTagRegistryManager.resetAll(ITagCollectionSupplier p_242193_0_) static com.google.common.collect.Multimap<ResourceLocation,ResourceLocation> TagRegistryManager.validateVanillaTags(ITagCollectionSupplier tagCollectionSupplier) Method parameters in net.minecraft.tags with type arguments of type ITagCollectionSupplierModifier and TypeMethodDescriptionstatic <T> TagRegistry<T>TagRegistryManager.create(ResourceLocation p_242196_0_, Function<ITagCollectionSupplier, ITagCollection<T>> p_242196_1_) Constructor parameters in net.minecraft.tags with type arguments of type ITagCollectionSupplierModifierConstructorDescriptionTagRegistry(Function<ITagCollectionSupplier, ITagCollection<T>> p_i241894_1_) -
Uses of ITagCollectionSupplier in net.minecraft.world
Methods in net.minecraft.world that return ITagCollectionSupplier -
Uses of ITagCollectionSupplier in net.minecraft.world.server
Methods in net.minecraft.world.server that return ITagCollectionSupplier -
Uses of ITagCollectionSupplier in net.minecraftforge.common
Methods in net.minecraftforge.common that return ITagCollectionSupplierModifier and TypeMethodDescriptionstatic ITagCollectionSupplierForgeTagHandler.populateTagCollectionManager(ITagCollection<Block> blockTags, ITagCollection<Item> itemTags, ITagCollection<Fluid> fluidTags, ITagCollection<EntityType<?>> entityTypeTags) Used to ensure that all custom tag types have a defaulted collection when vanilla is initializing a defaulted TagCollectionManagerstatic ITagCollectionSupplierForgeTagHandler.withNoCustom(ITagCollectionSupplier tagCollectionSupplier) Gets anITagCollectionSupplierwith empty custom tag type collections to allow for checking if the client is requiring any tags of custom tag types.static ITagCollectionSupplierForgeTagHandler.withSpecificCustom(ITagCollectionSupplier tagCollectionSupplier, Map<ResourceLocation, ITagCollection<?>> customTagTypes) Gets anITagCollectionSupplierwith specific custom tag types for testing if any tags are missing.Methods in net.minecraftforge.common with parameters of type ITagCollectionSupplierModifier and TypeMethodDescriptionstatic ITagCollectionSupplierForgeTagHandler.withNoCustom(ITagCollectionSupplier tagCollectionSupplier) Gets anITagCollectionSupplierwith empty custom tag type collections to allow for checking if the client is requiring any tags of custom tag types.static ITagCollectionSupplierForgeTagHandler.withSpecificCustom(ITagCollectionSupplier tagCollectionSupplier, Map<ResourceLocation, ITagCollection<?>> customTagTypes) Gets anITagCollectionSupplierwith specific custom tag types for testing if any tags are missing. -
Uses of ITagCollectionSupplier in net.minecraftforge.event
Fields in net.minecraftforge.event declared as ITagCollectionSupplierMethods in net.minecraftforge.event that return ITagCollectionSupplierConstructors in net.minecraftforge.event with parameters of type ITagCollectionSupplierModifierConstructorDescriptionCustomTagTypes(ITagCollectionSupplier manager) TagsUpdatedEvent(ITagCollectionSupplier manager) VanillaTagTypes(ITagCollectionSupplier manager) -
Uses of ITagCollectionSupplier in net.minecraftforge.fml.network
Methods in net.minecraftforge.fml.network with parameters of type ITagCollectionSupplierModifier and TypeMethodDescriptionstatic voidNetworkHooks.syncCustomTagTypes(ServerPlayerEntity player, ITagCollectionSupplier tagCollectionSupplier) Syncs the custom tag types attached to aITagCollectionSupplierto the given player.static voidNetworkHooks.syncCustomTagTypes(ITagCollectionSupplier tagCollectionSupplier) Syncs the custom tag types attached to aITagCollectionSupplierto all connected players.