Package net.minecraft.nbt
Class IntArrayTag
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int[]private static final intstatic final TagType<IntArrayTag>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_197474_) voidaccept(TagVisitor p_177869_) voidbooleanvoidclear()copy()booleanget(int p_128608_) int[]bytebytegetId()getType()inthashCode()remove(int p_128627_) booleanintsize()private static int[]toString()voidwrite(DataOutput p_128616_) 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 int[] data
-
-
Constructor Details
-
IntArrayTag
public IntArrayTag(int[] p_128605_) -
IntArrayTag
-
-
Method Details
-
toArray
-
write
- Throws:
IOException
-
getId
public byte getId() -
getType
-
toString
- Specified by:
toStringin interfaceTag- Overrides:
toStringin classAbstractCollection<IntTag>
-
copy
-
equals
- Specified by:
equalsin interfaceCollection<IntTag>- Specified by:
equalsin interfaceList<IntTag>- Overrides:
equalsin classAbstractList<IntTag>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<IntTag>- Specified by:
hashCodein interfaceList<IntTag>- Overrides:
hashCodein classAbstractList<IntTag>
-
getAsIntArray
public int[] getAsIntArray() -
accept
-
size
public int size()- Specified by:
sizein interfaceCollection<IntTag>- Specified by:
sizein interfaceList<IntTag>- Specified by:
sizein classAbstractCollection<IntTag>
-
get
-
set
-
add
-
setTag
- Specified by:
setTagin classCollectionTag<IntTag>
-
addTag
- Specified by:
addTagin classCollectionTag<IntTag>
-
remove
-
getElementType
public byte getElementType()- Specified by:
getElementTypein classCollectionTag<IntTag>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<IntTag>- Specified by:
clearin interfaceList<IntTag>- Overrides:
clearin classAbstractList<IntTag>
-
accept
-