Package net.minecraft.util
Interface IObjectIntIterable<T>
-
- All Superinterfaces:
java.lang.Iterable<T>
- All Known Implementing Classes:
DefaultedRegistry
,GameData.ClearableObjectIntIdentityMap
,IntIdentityHashBiMap
,MutableRegistry
,NamespacedDefaultedWrapper
,NamespacedWrapper
,ObjectIntIdentityMap
,Registry
,SimpleRegistry
public interface IObjectIntIterable<T> extends java.lang.Iterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
byId(int p_148745_1_)
int
getId(T p_148757_1_)
-