public class NBTTagLongArray extends NBTTagCollection<NBTTagLong>
NBT_TYPES, SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
Constructor and Description |
---|
NBTTagLongArray(java.util.List<java.lang.Long> p_i47525_1_) |
NBTTagLongArray(long[] p_i47524_1_) |
NBTTagLongArray(it.unimi.dsi.fastutil.longs.LongSet p_i48736_1_) |
Modifier and Type | Method and Description |
---|---|
NBTTagLongArray |
copy() |
boolean |
equals(java.lang.Object p_equals_1_) |
long[] |
getAsLongArray() |
byte |
getId() |
NBTTagLong |
getTag(int p_197647_1_) |
int |
hashCode() |
void |
read(java.io.DataInput input,
int depth,
NBTSizeTracker sizeTracker) |
void |
removeTag(int p_197649_1_) |
void |
setTag(int p_197648_1_,
INBTBase p_197648_2_) |
int |
size() |
ITextComponent |
toFormattedComponent(java.lang.String indentation,
int indentDepth) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput output) |
get, set
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
create, getString, getTypeName, toFormattedComponent
public NBTTagLongArray(long[] p_i47524_1_)
public NBTTagLongArray(it.unimi.dsi.fastutil.longs.LongSet p_i48736_1_)
public NBTTagLongArray(java.util.List<java.lang.Long> p_i47525_1_)
public void write(java.io.DataOutput output) throws java.io.IOException
java.io.IOException
public void read(java.io.DataInput input, int depth, NBTSizeTracker sizeTracker) throws java.io.IOException
java.io.IOException
public byte getId()
public java.lang.String toString()
toString
in interface INBTBase
toString
in class java.util.AbstractCollection<NBTTagLong>
public NBTTagLongArray copy()
public boolean equals(java.lang.Object p_equals_1_)
equals
in interface java.util.Collection<NBTTagLong>
equals
in interface java.util.List<NBTTagLong>
equals
in class java.util.AbstractList<NBTTagLong>
public int hashCode()
hashCode
in interface java.util.Collection<NBTTagLong>
hashCode
in interface java.util.List<NBTTagLong>
hashCode
in class java.util.AbstractList<NBTTagLong>
public ITextComponent toFormattedComponent(java.lang.String indentation, int indentDepth)
public long[] getAsLongArray()
public int size()
size
in interface java.util.Collection<NBTTagLong>
size
in interface java.util.List<NBTTagLong>
size
in class NBTTagCollection<NBTTagLong>
public NBTTagLong getTag(int p_197647_1_)
getTag
in class NBTTagCollection<NBTTagLong>
public void setTag(int p_197648_1_, INBTBase p_197648_2_)
setTag
in class NBTTagCollection<NBTTagLong>
public void removeTag(int p_197649_1_)
removeTag
in class NBTTagCollection<NBTTagLong>