Interface NbtCollectionLike

  • All Implemented Interfaces:
    java.lang.Iterable , java.util.Collection , java.util.List , java.util.SequencedCollection , pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtLike

    
    public interface NbtCollectionLike<E>
     implements NbtLike, List<E>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract NbtCollectionLike<E> clone()
      • Methods inherited from class pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtLike

        getAsString, getId
      • Methods inherited from class java.util.List

        add, add, addAll, addFirst, addLast, clear, contains, containsAll, copyOf, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, of, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, 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