Class FabricTagProvider.AliasGroupBuilder
java.lang.Object
net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.AliasGroupBuilder
- Enclosing class:
FabricTagProvider<T>
A builder for tag alias groups.
-
Method Summary
Modifier and TypeMethodDescriptionfinal FabricTagProvider<T>.AliasGroupBuilder
add
(Identifier tag) add
(Identifier... tags) getTags()
Returns a read-only list of the tags in this alias group.
-
Method Details
-
getTags
Returns a read-only list of the tags in this alias group..- Returns:
- a read-only list of the tags in this alias group
-
add
-
add
-
add
-
add
-