addTag

fun addTag(id: ResourceLocation): TagBuilder<T>

Add another tag to this tag.

Return

this builder

Parameters

id

the resource location of the other tag


fun addTag(key: TagKey<T>): TagBuilder<T>

Add another tag to this tag.

Return

this builder

Parameters

key

the tag to add