Package net.minecraftforge.common
Class ForgeTagHandler.TagCollectionReaderInfo
java.lang.Object
net.minecraftforge.common.ForgeTagHandler.TagCollectionReaderInfo
- Enclosing class:
- ForgeTagHandler
Helper storage class for keeping track of various data for all custom tag types in the NetworkTagReader to make the code easier to read.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TagCollectionReader<?>
private final Map<ResourceLocation,
ITag.Builder> private final ResourceLocation
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
TagCollectionReaderInfo
(ResourceLocation tagType, TagCollectionReader<?> reader, Map<ResourceLocation, ITag.Builder> tagBuilders) -
Method Summary
-
Field Details
-
tagType
-
reader
-
tagBuilders
-
-
Constructor Details
-
TagCollectionReaderInfo
private TagCollectionReaderInfo(ResourceLocation tagType, TagCollectionReader<?> reader, Map<ResourceLocation, ITag.Builder> tagBuilders)
-