Uses of Interface
net.md_5.bungee.nbt.TypedTag
Packages that use TypedTag
-
Uses of TypedTag in net.md_5.bungee.nbt
Methods in net.md_5.bungee.nbt that return TypedTagModifier and TypeMethodDescriptionstatic TypedTagTag.fromByteArray(byte[] data) Deserializes the given byte array into aTypedTag.static TypedTagTag.fromByteArray(byte[] data, NBTLimiter limiter) Deserializes the given byte array into aTypedTag, with limitations of theNBTLimiter.static TypedTagTag.readById(byte id, DataInput input, NBTLimiter limiter) Reads aTagfrom the givenDataInput, based on the specified tag type, with limitations of theNBTLimiter.Methods in net.md_5.bungee.nbt with parameters of type TypedTagModifier and TypeMethodDescriptionstatic byte[]Tag.toByteArray(TypedTag tag) Serializes the givenTypedTaginto a byte array. -
Uses of TypedTag in net.md_5.bungee.nbt.type
Classes in net.md_5.bungee.nbt.type that implement TypedTagModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.md_5.bungee.nbt.type that return TypedTagMethods in net.md_5.bungee.nbt.type with parameters of type TypedTag