public static class ForgeTagHandler.TagCollectionReaderInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private TagCollectionReader<?> |
reader |
private java.util.Map<ResourceLocation,ITag.Builder> |
tagBuilders |
private ResourceLocation |
tagType |
Modifier | Constructor and Description |
---|---|
private |
TagCollectionReaderInfo(ResourceLocation tagType,
TagCollectionReader<?> reader,
java.util.Map<ResourceLocation,ITag.Builder> tagBuilders) |
private final ResourceLocation tagType
private final TagCollectionReader<?> reader
private final java.util.Map<ResourceLocation,ITag.Builder> tagBuilders
private TagCollectionReaderInfo(ResourceLocation tagType, TagCollectionReader<?> reader, java.util.Map<ResourceLocation,ITag.Builder> tagBuilders)