Uses of Enum Class
de.pauleff.util.NBTTags
Packages that use NBTTags
-
Uses of NBTTags in de.pauleff.builder
Methods in de.pauleff.builder that return NBTTagsModifier and TypeMethodDescriptionListBuilder.getListType()Returns the NBT type this list accepts for all elements.Methods in de.pauleff.builder with parameters of type NBTTagsModifier and TypeMethodDescriptionCreates a new list within this compound and switches to list-building mode.Begins building a nested list element within this list.static ListBuilderCreates a fluent builder for homogeneous list tags.Constructors in de.pauleff.builder with parameters of type NBTTagsModifierConstructorDescriptionListBuilder(String name, NBTTags listType, NBTBuilder parent) Creates a new list builder with strict type enforcement. -
Uses of NBTTags in de.pauleff.util
Subclasses with type arguments of type NBTTags in de.pauleff.utilModifier and TypeClassDescriptionenumNBT tag type registry containing all 13 official tag types from the NBT specification.Methods in de.pauleff.util that return NBTTagsModifier and TypeMethodDescriptionstatic NBTTagsNBTTags.getById(int id) Looks up an NBT tag type by its numeric ID.static NBTTagsReturns the enum constant of this class with the specified name.static NBTTags[]NBTTags.values()Returns an array containing the constants of this enum class, in the order they are declared.