FabricDataGeneratorTagBuilder

public interface FabricDataGeneratorTagBuilder<T>

Interface implemented by net.minecraft.data.server.AbstractTagProvider.ObjectBuilder instances when Fabric API is present. Useful for data generators.

Functions

addOptionalObject
Link copied to clipboard
abstract void addOptionalObject(Identifier id)
Add an optional entry of type {@code } to the tag.
addOptionalTag
Link copied to clipboard
abstract void addOptionalTag(Identifier id)
Add an optional tag entry to the tag.

Inheritors

MixinObjectBuilder
Link copied to clipboard

Sources

jvm source
Link copied to clipboard