Interface IObjectIntIterable<T>

All Superinterfaces:
Iterable<T>
All Known Implementing Classes:
DefaultedRegistry, GameData.ClearableObjectIntIdentityMap, IntIdentityHashBiMap, MutableRegistry, NamespacedDefaultedWrapper, NamespacedWrapper, ObjectIntIdentityMap, Registry, SimpleRegistry

public interface IObjectIntIterable<T> extends Iterable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    byId(int p_148745_1_)
     
    int
    getId(T p_148757_1_)
     

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getId

      int getId(T p_148757_1_)
    • byId

      @Nullable T byId(int p_148745_1_)