Package net.minecraft.nbt
Class NbtByteArray
- All Implemented Interfaces:
Iterable<NbtByte>,Collection<NbtByte>,List<NbtByte>,class_4373
- Mappings:
Namespace Name official gvintermediary net/minecraft/class_269named net/minecraft/nbt/NbtByteArray
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCountFields inherited from interface net.minecraft.class_4373
field_21488, field_21489, field_21490, field_21491, field_21492 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]getArray()inthashCode()bytevoidmethod_1649(DataInput dataInput, int int2, PositionTracker positionTracker) voidmethod_1650(DataOutput dataOutput) voidmethod_20086(int int2, class_4373 class_4373) voidmethod_20087(int int2) method_20089(int int2) method_20146(String string, int int2) intsize()private static byte[]toString()Methods inherited from class net.minecraft.class_4371
get, setMethods inherited from class java.util.AbstractList
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, 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 net.minecraft.class_4373
method_20147, method_7370Methods 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, toArray
-
Field Details
-
value
private byte[] value- Mappings:
Namespace Name Mixin selector official fLgv;f:[Bintermediary field_833Lnet/minecraft/class_269;field_833:[Bnamed valueLnet/minecraft/nbt/NbtByteArray;value:[B
-
-
Constructor Details
-
NbtByteArray
NbtByteArray() -
NbtByteArray
public NbtByteArray(byte[] value) - Mappings:
Namespace Name Mixin selector official <init>Lgv;<init>([B)Vintermediary <init>Lnet/minecraft/class_269;<init>([B)Vnamed <init>Lnet/minecraft/nbt/NbtByteArray;<init>([B)V
-
NbtByteArray
- Mappings:
Namespace Name Mixin selector official <init>Lgv;<init>(Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_269;<init>(Ljava/util/List;)Vnamed <init>Lnet/minecraft/nbt/NbtByteArray;<init>(Ljava/util/List;)V
-
-
Method Details
-
toArray
- Mappings:
Namespace Name Mixin selector official aLgv;a(Ljava/util/List;)[Bintermediary method_14748Lnet/minecraft/class_269;method_14748(Ljava/util/List;)[Bnamed toArrayLnet/minecraft/nbt/NbtByteArray;toArray(Ljava/util/List;)[B
-
method_1650
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLho;a(Ljava/io/DataOutput;)Vintermediary method_1650Lnet/minecraft/class_4373;method_1650(Ljava/io/DataOutput;)Vnamed method_1650Lnet/minecraft/class_4373;method_1650(Ljava/io/DataOutput;)V
-
method_1649
public void method_1649(DataInput dataInput, int int2, PositionTracker positionTracker) throws IOException - Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLho;a(Ljava/io/DataInput;ILhh;)Vintermediary method_1649Lnet/minecraft/class_4373;method_1649(Ljava/io/DataInput;ILnet/minecraft/class_1944;)Vnamed method_1649Lnet/minecraft/class_4373;method_1649(Ljava/io/DataInput;ILnet/minecraft/nbt/PositionTracker;)V
-
method_1645
public byte method_1645()- Mappings:
Namespace Name Mixin selector official aLho;a()Bintermediary method_1645Lnet/minecraft/class_4373;method_1645()Bnamed method_1645Lnet/minecraft/class_4373;method_1645()B
-
toString
- Specified by:
toStringin interfaceclass_4373- Overrides:
toStringin classAbstractCollection<NbtByte>- Mappings:
Namespace Name Mixin selector official toStringLho;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_4373;toString()Ljava/lang/String;named toStringLnet/minecraft/class_4373;toString()Ljava/lang/String;
-
method_1651
- Mappings:
Namespace Name Mixin selector official bLho;b()Lho;intermediary method_1651Lnet/minecraft/class_4373;method_1651()Lnet/minecraft/class_4373;named method_1651Lnet/minecraft/class_4373;method_1651()Lnet/minecraft/class_4373;
-
equals
- Specified by:
equalsin interfaceCollection<NbtByte>- Specified by:
equalsin interfaceList<NbtByte>- Overrides:
equalsin classAbstractList<NbtByte>- Mappings:
Namespace Name Mixin selector official equalsLgv;equals(Ljava/lang/Object;)Zintermediary equalsLnet/minecraft/class_269;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>- Mappings:
Namespace Name Mixin selector official hashCodeLgv;hashCode()Iintermediary hashCodeLnet/minecraft/class_269;hashCode()Inamed hashCodeLnet/minecraft/nbt/NbtByteArray;hashCode()I
-
method_20146
- Mappings:
Namespace Name Mixin selector official aLho;a(Ljava/lang/String;I)Lij;intermediary method_20146Lnet/minecraft/class_4373;method_20146(Ljava/lang/String;I)Lnet/minecraft/class_1982;named method_20146Lnet/minecraft/class_4373;method_20146(Ljava/lang/String;I)Lnet/minecraft/text/Text;
-
getArray
public byte[] getArray()- Mappings:
Namespace Name Mixin selector official cLgv;c()[Bintermediary method_7340Lnet/minecraft/class_269;method_7340()[Bnamed getArrayLnet/minecraft/nbt/NbtByteArray;getArray()[B
-
size
public int size()- Specified by:
sizein interfaceCollection<NbtByte>- Specified by:
sizein interfaceList<NbtByte>- Specified by:
sizein classclass_4371<NbtByte>- Mappings:
Namespace Name Mixin selector official sizeLgx;size()Iintermediary sizeLnet/minecraft/class_4371;size()Inamed sizeLnet/minecraft/class_4371;size()I
-
method_20089
- Specified by:
method_20089in classclass_4371<NbtByte>- Mappings:
Namespace Name Mixin selector official aLgv;a(I)Lgw;intermediary method_20085Lnet/minecraft/class_269;method_20085(I)Lnet/minecraft/class_296;named method_20089Lnet/minecraft/nbt/NbtByteArray;method_20089(I)Lnet/minecraft/nbt/NbtByte;
-
method_20086
- Specified by:
method_20086in classclass_4371<NbtByte>- Mappings:
Namespace Name Mixin selector official aLgx;a(ILho;)Vintermediary method_20086Lnet/minecraft/class_4371;method_20086(ILnet/minecraft/class_4373;)Vnamed method_20086Lnet/minecraft/class_4371;method_20086(ILnet/minecraft/class_4373;)V
-
method_20087
public void method_20087(int int2) - Specified by:
method_20087in classclass_4371<NbtByte>- Mappings:
Namespace Name Mixin selector official bLgx;b(I)Vintermediary method_20087Lnet/minecraft/class_4371;method_20087(I)Vnamed method_20087Lnet/minecraft/class_4371;method_20087(I)V
-