Class NbtLongArray
-
- All Implemented Interfaces:
-
java.lang.Comparable,java.lang.Iterable,java.util.Collection,java.util.List,java.util.SequencedCollection,pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtCollectionLike,pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtLike
public final class NbtLongArray extends NbtCollection<NMS, E>
-
-
Constructor Summary
Constructors Constructor Description NbtLongArray(Array<long> value)NbtLongArray(List<Long> value)
-
Method Summary
Modifier and Type Method Description Longget(int index)longgetLong(int index)intsize()Longset(int index, Long element)voidadd(int index, Long element)Longremove(int index)Array<long>getAsLongArray()StringgetAsString()NbtLongArrayclone()intcompareTo(@NonNull() Nbt<out Object> o)-
Methods inherited from class pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.NbtCollection
add, addAll, addAll, clear, contains, containsAll, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, retainAll, subList, toArray, toArray -
Methods inherited from class pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.Nbt
clone, equals, getId, hashCode, toString -
Methods inherited from class pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtCollectionLike
clone -
Methods inherited from class pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtLike
clone -
Methods inherited from class java.lang.Comparable
compareTo -
Methods inherited from class java.util.List
add, addAll, addFirst, addLast, clear, contains, containsAll, copyOf, get, getFirst, getLast, indexOf, isEmpty, iterator, lastIndexOf, listIterator, of, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, size, sort, spliterator, subList, toArray, toArray -
Methods inherited from class java.util.SequencedCollection
reversed -
Methods inherited from class java.util.Collection
parallelStream, removeIf, stream -
Methods inherited from class java.lang.Iterable
forEach, iterator, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLong
long getLong(int index)
-
size
int size()
-
getAsLongArray
Array<long> getAsLongArray()
-
getAsString
String getAsString()
-
clone
NbtLongArray clone()
-
-
-
-