Class NbtList

  • 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 , pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtListLike

    
    public final class NbtList
    extends NbtCollection<NMS, E> implements NbtListLike
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      NbtList()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Nbt<out Object> get(int index)
      int size()
      Nbt<out Object> set(int index, Nbt<out Object> element)
      void add(int index, Nbt<out Object> element)
      Nbt<out Object> remove(int index)
      NbtList clone()
      int compareTo(@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.api.NbtListLike

        addBoolean, addBoolean, addByte, addByte, addByteArray, addByteArray, addByteArray, addByteArray, addDouble, addDouble, addEmptyCompound, addEmptyCompound, addEmptyList, addEmptyList, addFloat, addFloat, addInt, addInt, addIntArray, addIntArray, addIntArray, addIntArray, addLong, addLong, addLongArray, addLongArray, addLongArray, addLongArray, addShort, addShort, addString, addString, getBoolean, getBoolean, getBooleanOrNull, getByte, getByte, getByteArray, getByteArray, getByteArrayOrNull, getByteOrNull, getCompound, getCompound, getCompoundOrNull, getDouble, getDouble, getDoubleOrNull, getFloat, getFloat, getFloatOrNull, getInt, getInt, getIntArray, getIntArray, getIntArrayOrNull, getIntOrNull, getList, getList, getListOrNull, getLong, getLong, getLongArray, getLongArray, getLongArrayOrNull, getLongOrNull, getOrCreateCompound, getOrCreateList, getShort, getShort, getShortOrNull, getString, getString, getStringOrNull, setBoolean, setByte, setByteArray, setByteArray, setDouble, setEmptyCompound, setEmptyList, setFloat, setInt, setIntArray, setIntArray, setLong, setLongArray, setLongArray, setShort, setString
      • Methods inherited from class pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.Nbt

        clone, equals, getAsString, 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, getFirst, getLast, indexOf, isEmpty, iterator, lastIndexOf, listIterator, of, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, 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