Package net.minecraft.nbt
Class NbtByteArray
- All Implemented Interfaces:
Iterable<NbtByte>
,Collection<NbtByte>
,List<NbtByte>
,SequencedCollection<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 named net/minecraft/nbt/NbtByteArray
intermediary net/minecraft/class_2479
official up
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
static final NbtType
<NbtByteArray> private byte[]
Fields inherited from class java.util.AbstractList
modCount
Fields 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(NbtElementVisitor visitor) boolean
addElement
(int index, NbtElement element) Insertselement
atindex
.void
clear()
copy()
Returns an NBT element of equal value that won't change with this element.doAccept
(NbtScanner visitor) boolean
get
(int int2) byte[]
Returns the underlying byte array.byte
Gets the type of element that this list holds.Returns the NBT type definition of this NBT element.int
byte
getType()
Returns the type of this NBT element.int
hashCode()
void
method_10531
(int int2, NbtByte nbtByte) method_10536
(int int2) boolean
setElement
(int index, NbtElement element) Sets the element atindex
toelement
.int
size()
private static byte[]
toString()
void
write
(DataOutput output) Writes the NBT element tooutput
.Methods inherited from class net.minecraft.nbt.AbstractNbtList
add, remove
Methods inherited from class java.util.AbstractList
add, addAll, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
Methods inherited from interface net.minecraft.nbt.NbtElement
accept, asString
-
Field Details
-
SIZE
private static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named SIZE
Lnet/minecraft/nbt/NbtByteArray;SIZE:I
intermediary field_41716
Lnet/minecraft/class_2479;field_41716:I
official b
Lup;b:I
-
TYPE
- Mappings:
Namespace Name Mixin selector named TYPE
Lnet/minecraft/nbt/NbtByteArray;TYPE:Lnet/minecraft/nbt/NbtType;
intermediary field_21024
Lnet/minecraft/class_2479;field_21024:Lnet/minecraft/class_4614;
official a
Lup;a:Lvr;
-
value
private byte[] value- Mappings:
Namespace Name Mixin selector named value
Lnet/minecraft/nbt/NbtByteArray;value:[B
intermediary field_11493
Lnet/minecraft/class_2479;field_11493:[B
official c
Lup;c:[B
-
-
Constructor Details
-
NbtByteArray
public NbtByteArray(byte[] value) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/nbt/NbtByteArray;<init>([B)V
intermediary <init>
Lnet/minecraft/class_2479;<init>([B)V
official <init>
Lup;<init>([B)V
-
NbtByteArray
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/nbt/NbtByteArray;<init>(Ljava/util/List;)V
intermediary <init>
Lnet/minecraft/class_2479;<init>(Ljava/util/List;)V
official <init>
Lup;<init>(Ljava/util/List;)V
-
-
Method Details
-
toArray
- Mappings:
Namespace Name Mixin selector named toArray
Lnet/minecraft/nbt/NbtByteArray;toArray(Ljava/util/List;)[B
intermediary method_10522
Lnet/minecraft/class_2479;method_10522(Ljava/util/List;)[B
official a
Lup;a(Ljava/util/List;)[B
-
write
Writes the NBT element tooutput
.- Throws:
IOException
- API Note:
- This is a low-level method for serializing NBT elements; consider using
NbtIo
,NbtOps
, orPacketByteBuf.writeNbt(net.minecraft.nbt.NbtElement)
instead. - Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
intermediary method_10713
Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)V
official a
Lvp;a(Ljava/io/DataOutput;)V
-
getSizeInBytes
public int getSizeInBytes()- Mappings:
Namespace Name Mixin selector named getSizeInBytes
Lnet/minecraft/nbt/NbtElement;getSizeInBytes()I
intermediary method_47988
Lnet/minecraft/class_2520;method_47988()I
official a
Lvp;a()I
-
getType
public byte getType()Returns the type of this NBT element.- Returns:
- the type of this NBT element
- Mappings:
Namespace Name Mixin selector named getType
Lnet/minecraft/nbt/NbtElement;getType()B
intermediary method_10711
Lnet/minecraft/class_2520;method_10711()B
official b
Lvp;b()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 named getNbtType
Lnet/minecraft/nbt/NbtElement;getNbtType()Lnet/minecraft/nbt/NbtType;
intermediary method_23258
Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;
official c
Lvp;c()Lvr;
-
toString
- Specified by:
toString
in interfaceNbtElement
- Overrides:
toString
in 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 named copy
Lnet/minecraft/nbt/NbtElement;copy()Lnet/minecraft/nbt/NbtElement;
intermediary method_10707
Lnet/minecraft/class_2520;method_10707()Lnet/minecraft/class_2520;
official d
Lvp;d()Lvp;
-
equals
- Specified by:
equals
in interfaceCollection<NbtByte>
- Specified by:
equals
in interfaceList<NbtByte>
- Overrides:
equals
in classAbstractList<NbtByte>
- Mappings:
Namespace Name Mixin selector named equals
Lnet/minecraft/nbt/NbtByteArray;equals(Ljava/lang/Object;)Z
intermediary equals
Lnet/minecraft/class_2479;equals(Ljava/lang/Object;)Z
official equals
Lup;equals(Ljava/lang/Object;)Z
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceCollection<NbtByte>
- Specified by:
hashCode
in interfaceList<NbtByte>
- Overrides:
hashCode
in classAbstractList<NbtByte>
-
accept
- Mappings:
Namespace Name Mixin selector named accept
Lnet/minecraft/nbt/NbtElement;accept(Lnet/minecraft/nbt/visitor/NbtElementVisitor;)V
intermediary method_32289
Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)V
official a
Lvp;a(Lvt;)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 named getByteArray
Lnet/minecraft/nbt/NbtByteArray;getByteArray()[B
intermediary method_10521
Lnet/minecraft/class_2479;method_10521()[B
official e
Lup;e()[B
-
size
public int size()- Specified by:
size
in interfaceCollection<NbtByte>
- Specified by:
size
in interfaceList<NbtByte>
- Specified by:
size
in classAbstractCollection<NbtByte>
-
get
- Specified by:
get
in interfaceList<NbtByte>
- Specified by:
get
in classAbstractList<NbtByte>
- Mappings:
Namespace Name Mixin selector named get
Lnet/minecraft/nbt/NbtByteArray;get(I)Lnet/minecraft/nbt/NbtByte;
intermediary method_10523
Lnet/minecraft/class_2479;method_10523(I)Lnet/minecraft/class_2481;
official a
Lup;a(I)Luq;
-
set
- Specified by:
set
in interfaceList<NbtByte>
- Specified by:
set
in classAbstractNbtList<NbtByte>
- Mappings:
Namespace Name Mixin selector named set
Lnet/minecraft/nbt/NbtByteArray;set(ILnet/minecraft/nbt/NbtByte;)Lnet/minecraft/nbt/NbtByte;
intermediary method_17803
Lnet/minecraft/class_2479;method_17803(ILnet/minecraft/class_2481;)Lnet/minecraft/class_2481;
official a
Lup;a(ILuq;)Luq;
-
method_10531
- Mappings:
Namespace Name Mixin selector named method_10531
Lnet/minecraft/nbt/NbtByteArray;method_10531(ILnet/minecraft/nbt/NbtByte;)V
intermediary method_17805
Lnet/minecraft/class_2479;method_17805(ILnet/minecraft/class_2481;)V
official b
Lup;b(ILuq;)V
-
setElement
Sets the element atindex
toelement
. Does nothing if the types were incompatible.- Specified by:
setElement
in classAbstractNbtList<NbtByte>
- Returns:
- whether the element was actually set
- Mappings:
Namespace Name Mixin selector named setElement
Lnet/minecraft/nbt/AbstractNbtList;setElement(ILnet/minecraft/nbt/NbtElement;)Z
intermediary method_10535
Lnet/minecraft/class_2483;method_10535(ILnet/minecraft/class_2520;)Z
official a
Lur;a(ILvp;)Z
-
addElement
Insertselement
atindex
. Does nothing if the types were incompatible.- Specified by:
addElement
in classAbstractNbtList<NbtByte>
- Returns:
- whether the element was actually added
- Mappings:
Namespace Name Mixin selector named addElement
Lnet/minecraft/nbt/AbstractNbtList;addElement(ILnet/minecraft/nbt/NbtElement;)Z
intermediary method_10533
Lnet/minecraft/class_2483;method_10533(ILnet/minecraft/class_2520;)Z
official b
Lur;b(ILvp;)Z
-
method_10536
- Mappings:
Namespace Name Mixin selector named method_10536
Lnet/minecraft/nbt/NbtByteArray;method_10536(I)Lnet/minecraft/nbt/NbtByte;
intermediary method_17804
Lnet/minecraft/class_2479;method_17804(I)Lnet/minecraft/class_2481;
official b
Lup;b(I)Luq;
-
getHeldType
public byte getHeldType()Gets the type of element that this list holds.- Specified by:
getHeldType
in classAbstractNbtList<NbtByte>
- Returns:
- the type of element that this list holds
- Mappings:
Namespace Name Mixin selector named getHeldType
Lnet/minecraft/nbt/AbstractNbtList;getHeldType()B
intermediary method_10601
Lnet/minecraft/class_2483;method_10601()B
official f
Lur;f()B
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<NbtByte>
- Specified by:
clear
in interfaceList<NbtByte>
- Overrides:
clear
in classAbstractList<NbtByte>
-
doAccept
- Mappings:
Namespace Name Mixin selector named doAccept
Lnet/minecraft/nbt/NbtElement;doAccept(Lnet/minecraft/nbt/scanner/NbtScanner;)Lnet/minecraft/nbt/scanner/NbtScanner$Result;
intermediary method_39850
Lnet/minecraft/class_2520;method_39850(Lnet/minecraft/class_6836;)Lnet/minecraft/class_6836$class_6838;
official a
Lvp;a(Lvm;)Lvm$b;
-