Class IdList<T>

java.lang.Object
net.minecraft.util.collection.IdList<T>
All Implemented Interfaces:
Iterable<T>, IndexedIterable<T>

public class IdList<T>
extends Object
implements IndexedIterable<T>
  • Field Details

  • Constructor Details

    • IdList

      public IdList()
    • IdList

      public IdList​(int initialSize)
  • Method Details