Package net.glowstone.util.nbt
Class ListTag<T extends Tag>
The
TAG_List tag.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type of entries within this list.getValue()Gets the value of this tag.protected voidvalueToString(StringBuilder builder)
-
Constructor Details
-
ListTag
Creates the tag.- Parameters:
childType- The type of item in the list.value- The value.
-
-
Method Details