Package net.minecraft.util
Class IdList<T>
java.lang.Object
net.minecraft.util.IdList<T>
- All Implemented Interfaces:
Iterable<T>,ObjectIdIterable<T>
public class IdList<T> extends Object implements ObjectIdIterable<T>
- Mappings:
Namespace Name official ctintermediary net/minecraft/class_1389named net/minecraft/util/IdList
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IdList() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
idMap
- Mappings:
Namespace Name Mixin selector official aLct;a:Ljava/util/IdentityHashMap;intermediary field_5834Lnet/minecraft/class_1389;field_5834:Ljava/util/IdentityHashMap;named idMapLnet/minecraft/util/IdList;idMap:Ljava/util/IdentityHashMap;
-
list
- Mappings:
Namespace Name Mixin selector official bLct;b:Ljava/util/List;intermediary field_5835Lnet/minecraft/class_1389;field_5835:Ljava/util/List;named listLnet/minecraft/util/IdList;list:Ljava/util/List;
-
-
Constructor Details
-
IdList
public IdList()
-
-
Method Details
-
set
- Mappings:
Namespace Name Mixin selector official aLct;a(Ljava/lang/Object;I)Vintermediary method_4945Lnet/minecraft/class_1389;method_4945(Ljava/lang/Object;I)Vnamed setLnet/minecraft/util/IdList;set(Ljava/lang/Object;I)V
-
getId
- Mappings:
Namespace Name Mixin selector official bLct;b(Ljava/lang/Object;)Iintermediary method_4946Lnet/minecraft/class_1389;method_4946(Ljava/lang/Object;)Inamed getIdLnet/minecraft/util/IdList;getId(Ljava/lang/Object;)I
-
fromId
- Mappings:
Namespace Name Mixin selector official aLct;a(I)Ljava/lang/Object;intermediary method_4944Lnet/minecraft/class_1389;method_4944(I)Ljava/lang/Object;named fromIdLnet/minecraft/util/IdList;fromId(I)Ljava/lang/Object;
-
iterator
-