addOptionalTag

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

Add another optional tag to this tag.

Return

this builder

Parameters

id

the resource location of the other tag


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

Add another optional tag to this tag.

Return

this builder

Parameters

key

the tag to add