TagBuilder
A type-safe tag builder for creating a TagFile.
Unlike the vanilla net.minecraft.tags.TagBuilder, this one also has a setReplace method to set the value of the replace field in the resulting TagFile. It also has additional type-safe methods which enforce the correct type of entries to be added.
Inheritors
Properties
Functions
Link copied to clipboard
Add an element to this tag.
Add a TagEntry to this tag.
Link copied to clipboard
Add an optional element to this tag.
Link copied to clipboard
Add another optional tag to this tag.
Link copied to clipboard
Add another tag to this tag.
Link copied to clipboard
Set the value of the replace field.