Uses of Class
net.minecraft.tags.TagCollectionReader
Packages that use TagCollectionReader
-
Uses of TagCollectionReader in net.minecraft.resources
Fields in net.minecraft.resources declared as TagCollectionReaderModifier and TypeFieldDescriptionprivate final TagCollectionReader<FunctionObject>
FunctionReloader.tagsLoader
-
Uses of TagCollectionReader in net.minecraft.tags
Fields in net.minecraft.tags declared as TagCollectionReaderModifier and TypeFieldDescriptionprotected TagCollectionReader<Block>
NetworkTagManager.blocks
protected TagCollectionReader<EntityType<?>>
NetworkTagManager.entityTypes
protected TagCollectionReader<Fluid>
NetworkTagManager.fluids
protected TagCollectionReader<Item>
NetworkTagManager.items
Fields in net.minecraft.tags with type parameters of type TagCollectionReaderModifier and TypeFieldDescriptionprotected Map<ResourceLocation,
TagCollectionReader<?>> NetworkTagManager.customTagTypeReaders
-
Uses of TagCollectionReader in net.minecraftforge.common
Fields in net.minecraftforge.common declared as TagCollectionReaderModifier and TypeFieldDescriptionprivate final TagCollectionReader<?>
ForgeTagHandler.TagCollectionReaderInfo.reader
Methods in net.minecraftforge.common that return types with arguments of type TagCollectionReaderModifier and TypeMethodDescriptionstatic Map<ResourceLocation,
TagCollectionReader<?>> ForgeTagHandler.createCustomTagTypeReaders()
Creates a map for custom tag type to tag readerMethod parameters in net.minecraftforge.common with type arguments of type TagCollectionReaderModifier and TypeMethodDescriptionForgeTagHandler.getCustomTagTypeReloadResults
(IResourceManager resourceManager, Executor backgroundExecutor, Map<ResourceLocation, TagCollectionReader<?>> readers) Gets the completable future containing the reload results for all custom tag types.Constructors in net.minecraftforge.common with parameters of type TagCollectionReaderModifierConstructorDescriptionprivate
TagCollectionReaderInfo
(ResourceLocation tagType, TagCollectionReader<?> reader, Map<ResourceLocation, ITag.Builder> tagBuilders)