Package net.minecraft.nbt
Class ByteArrayTag
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]private static final intstatic final TagType<ByteArrayTag>Fields inherited from class java.util.AbstractList
modCountFields inherited from interface net.minecraft.nbt.Tag
ARRAY_HEADER, MAX_DEPTH, OBJECT_HEADER, OBJECT_REFERENCE, STRING_SIZE, TAG_ANY_NUMERIC, TAG_BYTE, TAG_BYTE_ARRAY, TAG_COMPOUND, TAG_DOUBLE, TAG_END, TAG_FLOAT, TAG_INT, TAG_INT_ARRAY, TAG_LIST, TAG_LONG, TAG_LONG_ARRAY, TAG_SHORT, TAG_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(StreamTagVisitor p_197429_) voidaccept(TagVisitor p_177839_) voidbooleanvoidclear()copy()booleanget(int p_128194_) byte[]bytebytegetId()getType()inthashCode()remove(int p_128213_) booleanintsize()private static byte[]toString()voidwrite(DataOutput p_128202_) Methods inherited from class java.util.AbstractList
add, addAll, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayMethods inherited from interface net.minecraft.nbt.Tag
acceptAsRoot, getAsString
-
Field Details
-
SELF_SIZE_IN_BITS
private static final int SELF_SIZE_IN_BITS- See Also:
-
TYPE
-
data
private byte[] data
-
-
Constructor Details
-
ByteArrayTag
public ByteArrayTag(byte[] p_128191_) -
ByteArrayTag
-
-
Method Details
-
toArray
-
write
- Throws:
IOException
-
getId
public byte getId() -
getType
-
toString
- Specified by:
toStringin interfaceTag- Overrides:
toStringin classAbstractCollection<ByteTag>
-
copy
-
equals
- Specified by:
equalsin interfaceCollection<ByteTag>- Specified by:
equalsin interfaceList<ByteTag>- Overrides:
equalsin classAbstractList<ByteTag>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<ByteTag>- Specified by:
hashCodein interfaceList<ByteTag>- Overrides:
hashCodein classAbstractList<ByteTag>
-
accept
-
getAsByteArray
public byte[] getAsByteArray() -
size
public int size()- Specified by:
sizein interfaceCollection<ByteTag>- Specified by:
sizein interfaceList<ByteTag>- Specified by:
sizein classAbstractCollection<ByteTag>
-
get
-
set
-
add
-
setTag
- Specified by:
setTagin classCollectionTag<ByteTag>
-
addTag
- Specified by:
addTagin classCollectionTag<ByteTag>
-
remove
-
getElementType
public byte getElementType()- Specified by:
getElementTypein classCollectionTag<ByteTag>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<ByteTag>- Specified by:
clearin interfaceList<ByteTag>- Overrides:
clearin classAbstractList<ByteTag>
-
accept
-