public class ItemTagsProvider extends TagsProvider<Item>
Modifier and Type | Field and Description |
---|---|
private static org.apache.logging.log4j.Logger |
LOGGER |
generator, registry, tagToBuilder
HASH_FUNCTION
Constructor and Description |
---|
ItemTagsProvider(DataGenerator generatorIn) |
Modifier and Type | Method and Description |
---|---|
protected void |
copy(Tag<Block> from,
Tag<Item> to) |
private Tag.ITagEntry<Item> |
copyEntry(Tag.ITagEntry<Block> entry) |
java.lang.String |
getName() |
protected java.nio.file.Path |
makePath(ResourceLocation id) |
protected void |
registerTags() |
protected void |
setCollection(TagCollection<Item> colectionIn) |
act, getBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
save
public ItemTagsProvider(DataGenerator generatorIn)
protected void registerTags()
registerTags
in class TagsProvider<Item>
private Tag.ITagEntry<Item> copyEntry(Tag.ITagEntry<Block> entry)
protected java.nio.file.Path makePath(ResourceLocation id)
makePath
in class TagsProvider<Item>
public java.lang.String getName()
protected void setCollection(TagCollection<Item> colectionIn)
setCollection
in class TagsProvider<Item>