Package dev.latvian.apps.nbt
Interface NBTTag
- All Known Subinterfaces:
NBTNumber,NBTPrimitive
- All Known Implementing Classes:
NBTByte,NBTByteArray,NBTCompoundTag,NBTDouble,NBTFloat,NBTInt,NBTIntArray,NBTList,NBTLong,NBTLongArray,NBTShort,NBTString
public interface NBTTag
-
Method Summary
Modifier and TypeMethodDescriptiondefault NBTTagcopy()getType()default voidtoString(StringBuilder builder) default NBTTagunwrap()voidwrite(DataOutput out)
-
Method Details
-
getType
NBTType getType() -
write
- Throws:
IOException
-
copy
-
unwrap
-
toString
-