Uses of Class
de.pauleff.builder.CompoundBuilder
Packages that use CompoundBuilder
-
Uses of CompoundBuilder in de.pauleff.builder
Methods in de.pauleff.builder that return CompoundBuilderModifier and TypeMethodDescriptionStores a byte value with the specified name.CompoundBuilder.addCompound(String name) Creates a nested compound within this one and switches to nested-building mode.ListBuilder.addCompound(String name) Begins building a compound element within this list.Stores a double-precision value with the specified name.Stores a single-precision float with the specified name.Stores an integer value with the specified name.Stores a long integer with the specified name.Stores a short integer with the specified name.Stores a string value with the specified name.Incorporates an existing tag into this compound.static CompoundBuilderCreates a fluent builder for compound tags containing key-value pairs.CompoundBuilder.endCompound()Type-safe method to return to a CompoundBuilder parent.ListBuilder.endCompound()Type-safe method to return to a CompoundBuilder parent.static CompoundBuilderCreates a compound builder pre-loaded with data from an existing NBT file.