Uses of Class
de.pauleff.builder.NBTBuilder
Packages that use NBTBuilder
-
Uses of NBTBuilder in de.pauleff.builder
Subclasses of NBTBuilder in de.pauleff.builderModifier and TypeClassDescriptionclassFluent builder for creating structured NBT compound tags with seamless nesting support.classFluent builder for creating type-safe NBT lists.Fields in de.pauleff.builder declared as NBTBuilderMethods in de.pauleff.builder that return NBTBuilderModifier and TypeMethodDescriptionCompoundBuilder.end()Completes this nested compound and returns control to the parent builder.ListBuilder.end()Finishes this nested list and returns to the parent builder.abstract NBTBuilderNBTBuilder.end()Closes this nested builder and returns control to its parent.NBTBuilder.getParent()Returns the parent builder in the construction hierarchy.Constructors in de.pauleff.builder with parameters of type NBTBuilderModifierConstructorDescriptionCompoundBuilder(String name, NBTBuilder parent) Creates a new compound builder ready for tag assembly.ListBuilder(String name, NBTTags listType, NBTBuilder parent) Creates a new list builder with strict type enforcement.protectedNBTBuilder(String name, NBTBuilder parent) Constructs a builder with parent-child relationship for nested structures.