Package net.minecraft.nbt
Class NbtByteArray
- All Implemented Interfaces:
Iterable<NbtByte>,Collection<NbtByte>,List<NbtByte>,NbtElement
Represents an NBT byte array. This object is mutable and backed by
byte[].
Its type is 0x7. Like Java arrays, accessing
indices that are out of bounds will throw ArrayIndexOutOfBoundsException.
The backing array can be obtained via getByteArray().- Mappings:
Namespace Name intermediary net/minecraft/class_2479official qonamed net/minecraft/nbt/NbtByteArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intstatic final NbtType<NbtByteArray>private byte[]Fields inherited from class java.util.AbstractList
modCountFields inherited from interface net.minecraft.nbt.NbtElement
BYTE_ARRAY_TYPE, BYTE_TYPE, COMPOUND_TYPE, DOUBLE_TYPE, END_TYPE, field_33246, field_33247, field_33248, field_33249, FLOAT_TYPE, INT_ARRAY_TYPE, INT_TYPE, LIST_TYPE, LONG_ARRAY_TYPE, LONG_TYPE, MAX_DEPTH, NUMBER_TYPE, SHORT_TYPE, STRING_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(NbtElementVisitor visitor) booleanaddElement(int index, NbtElement element) Insertselementatindex.voidclear()copy()Returns an NBT element of equal value that won't change with this element.doAccept(NbtScanner visitor) booleanget(int int2) byte[]Returns the underlying byte array.byteGets the type of element that this list holds.Returns the NBT type definition of this NBT element.intbytegetType()Returns the type of this NBT element.inthashCode()voidmethod_10531(int int2, NbtByte nbtByte) method_10536(int int2) booleansetElement(int index, NbtElement element) Sets the element atindextoelement.intsize()private static byte[]toString()voidwrite(DataOutput output) Writes the NBT element tooutput.Methods inherited from class net.minecraft.nbt.AbstractNbtList
add, removeMethods 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.NbtElement
accept, asString
-
Field Details
-
SIZE
private static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_41716Lnet/minecraft/class_2479;field_41716:Iofficial bLqo;b:Inamed SIZELnet/minecraft/nbt/NbtByteArray;SIZE:I
-
TYPE
- Mappings:
Namespace Name Mixin selector intermediary field_21024Lnet/minecraft/class_2479;field_21024:Lnet/minecraft/class_4614;official aLqo;a:Lrm;named TYPELnet/minecraft/nbt/NbtByteArray;TYPE:Lnet/minecraft/nbt/NbtType;
-
value
private byte[] value- Mappings:
Namespace Name Mixin selector intermediary field_11493Lnet/minecraft/class_2479;field_11493:[Bofficial cLqo;c:[Bnamed valueLnet/minecraft/nbt/NbtByteArray;value:[B
-
-
Constructor Details
-
NbtByteArray
public NbtByteArray(byte[] value) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_2479;<init>([B)Vofficial <init>Lqo;<init>([B)Vnamed <init>Lnet/minecraft/nbt/NbtByteArray;<init>([B)V
-
NbtByteArray
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_2479;<init>(Ljava/util/List;)Vofficial <init>Lqo;<init>(Ljava/util/List;)Vnamed <init>Lnet/minecraft/nbt/NbtByteArray;<init>(Ljava/util/List;)V
-
-
Method Details
-
toArray
- Mappings:
Namespace Name Mixin selector intermediary method_10522Lnet/minecraft/class_2479;method_10522(Ljava/util/List;)[Bofficial aLqo;a(Ljava/util/List;)[Bnamed toArrayLnet/minecraft/nbt/NbtByteArray;toArray(Ljava/util/List;)[B
-
write
Writes the NBT element tooutput.- Throws:
IOException- Mappings:
Namespace Name Mixin selector intermediary method_10713Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)Vofficial aLrk;a(Ljava/io/DataOutput;)Vnamed writeLnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
-
getSizeInBytes
public int getSizeInBytes()- Mappings:
Namespace Name Mixin selector intermediary method_47988Lnet/minecraft/class_2520;method_47988()Iofficial aLrk;a()Inamed getSizeInBytesLnet/minecraft/nbt/NbtElement;getSizeInBytes()I
-
getType
public byte getType()Returns the type of this NBT element.- Returns:
- the type of this NBT element
- Mappings:
Namespace Name Mixin selector intermediary method_10711Lnet/minecraft/class_2520;method_10711()Bofficial bLrk;b()Bnamed getTypeLnet/minecraft/nbt/NbtElement;getType()B
-
getNbtType
Returns the NBT type definition of this NBT element.- Returns:
- the NBT type definition of this NBT element
- Mappings:
Namespace Name Mixin selector intermediary method_23258Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;official cLrk;c()Lrm;named getNbtTypeLnet/minecraft/nbt/NbtElement;getNbtType()Lnet/minecraft/nbt/NbtType;
-
toString
- Specified by:
toStringin interfaceNbtElement- Overrides:
toStringin classAbstractCollection<NbtByte>
-
copy
Returns an NBT element of equal value that won't change with this element.- Returns:
- an NBT element of equal value that won't change with this element
- Mappings:
Namespace Name Mixin selector intermediary method_10707Lnet/minecraft/class_2520;method_10707()Lnet/minecraft/class_2520;official dLrk;d()Lrk;named copyLnet/minecraft/nbt/NbtElement;copy()Lnet/minecraft/nbt/NbtElement;
-
equals
- Specified by:
equalsin interfaceCollection<NbtByte>- Specified by:
equalsin interfaceList<NbtByte>- Overrides:
equalsin classAbstractList<NbtByte>- Mappings:
Namespace Name Mixin selector intermediary equalsLnet/minecraft/class_2479;equals(Ljava/lang/Object;)Zofficial equalsLqo;equals(Ljava/lang/Object;)Znamed equalsLnet/minecraft/nbt/NbtByteArray;equals(Ljava/lang/Object;)Z
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<NbtByte>- Specified by:
hashCodein interfaceList<NbtByte>- Overrides:
hashCodein classAbstractList<NbtByte>
-
accept
- Mappings:
Namespace Name Mixin selector intermediary method_32289Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)Vofficial aLrk;a(Lro;)Vnamed acceptLnet/minecraft/nbt/NbtElement;accept(Lnet/minecraft/nbt/visitor/NbtElementVisitor;)V
-
getByteArray
public byte[] getByteArray()Returns the underlying byte array.- Returns:
- the underlying byte array
- API Note:
- This does not copy the array, so modifications to the returned array also apply to this NBT byte array.
- Mappings:
Namespace Name Mixin selector intermediary method_10521Lnet/minecraft/class_2479;method_10521()[Bofficial eLqo;e()[Bnamed getByteArrayLnet/minecraft/nbt/NbtByteArray;getByteArray()[B
-
size
public int size()- Specified by:
sizein interfaceCollection<NbtByte>- Specified by:
sizein interfaceList<NbtByte>- Specified by:
sizein classAbstractCollection<NbtByte>
-
get
- Specified by:
getin interfaceList<NbtByte>- Specified by:
getin classAbstractList<NbtByte>- Mappings:
Namespace Name Mixin selector intermediary method_10523Lnet/minecraft/class_2479;method_10523(I)Lnet/minecraft/class_2481;official aLqo;a(I)Lqp;named getLnet/minecraft/nbt/NbtByteArray;get(I)Lnet/minecraft/nbt/NbtByte;
-
set
- Specified by:
setin interfaceList<NbtByte>- Specified by:
setin classAbstractNbtList<NbtByte>- Mappings:
Namespace Name Mixin selector intermediary method_17803Lnet/minecraft/class_2479;method_17803(ILnet/minecraft/class_2481;)Lnet/minecraft/class_2481;official aLqo;a(ILqp;)Lqp;named setLnet/minecraft/nbt/NbtByteArray;set(ILnet/minecraft/nbt/NbtByte;)Lnet/minecraft/nbt/NbtByte;
-
method_10531
- Mappings:
Namespace Name Mixin selector intermediary method_17805Lnet/minecraft/class_2479;method_17805(ILnet/minecraft/class_2481;)Vofficial bLqo;b(ILqp;)Vnamed method_10531Lnet/minecraft/nbt/NbtByteArray;method_10531(ILnet/minecraft/nbt/NbtByte;)V
-
setElement
Sets the element atindextoelement. Does nothing if the types were incompatible.- Specified by:
setElementin classAbstractNbtList<NbtByte>- Returns:
- whether the element was actually set
- Mappings:
Namespace Name Mixin selector intermediary method_10535Lnet/minecraft/class_2483;method_10535(ILnet/minecraft/class_2520;)Zofficial aLqq;a(ILrk;)Znamed setElementLnet/minecraft/nbt/AbstractNbtList;setElement(ILnet/minecraft/nbt/NbtElement;)Z
-
addElement
Insertselementatindex. Does nothing if the types were incompatible.- Specified by:
addElementin classAbstractNbtList<NbtByte>- Returns:
- whether the element was actually added
- Mappings:
Namespace Name Mixin selector intermediary method_10533Lnet/minecraft/class_2483;method_10533(ILnet/minecraft/class_2520;)Zofficial bLqq;b(ILrk;)Znamed addElementLnet/minecraft/nbt/AbstractNbtList;addElement(ILnet/minecraft/nbt/NbtElement;)Z
-
method_10536
- Mappings:
Namespace Name Mixin selector intermediary method_17804Lnet/minecraft/class_2479;method_17804(I)Lnet/minecraft/class_2481;official bLqo;b(I)Lqp;named method_10536Lnet/minecraft/nbt/NbtByteArray;method_10536(I)Lnet/minecraft/nbt/NbtByte;
-
getHeldType
public byte getHeldType()Gets the type of element that this list holds.- Specified by:
getHeldTypein classAbstractNbtList<NbtByte>- Returns:
- the type of element that this list holds
- Mappings:
Namespace Name Mixin selector intermediary method_10601Lnet/minecraft/class_2483;method_10601()Bofficial fLqq;f()Bnamed getHeldTypeLnet/minecraft/nbt/AbstractNbtList;getHeldType()B
-
clear
public void clear()- Specified by:
clearin interfaceCollection<NbtByte>- Specified by:
clearin interfaceList<NbtByte>- Overrides:
clearin classAbstractList<NbtByte>
-
doAccept
- Mappings:
Namespace Name Mixin selector intermediary method_39850Lnet/minecraft/class_2520;method_39850(Lnet/minecraft/class_6836;)Lnet/minecraft/class_6836$class_6838;official aLrk;a(Lrh;)Lrh$b;named doAcceptLnet/minecraft/nbt/NbtElement;doAccept(Lnet/minecraft/nbt/scanner/NbtScanner;)Lnet/minecraft/nbt/scanner/NbtScanner$Result;
-