Package net.minecraft.util
Class TypeFilterableList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet
net.minecraft.util.TypeFilterableList
- All Implemented Interfaces:
Iterable,Collection,Set
- Mappings:
Namespace Name official ucintermediary net/minecraft/class_2600named net/minecraft/util/TypeFilterableList
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaniterator()voidmethod_10802(Class class2) protected Classmethod_10805(Class class2, boolean bool) method_10806(Class class2) booleanintsize()Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
addAll, clear, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Field Details
-
field_11830
- Mappings:
Namespace Name Mixin selector official aLuc;a:Lcom/google/common/collect/Multimap;intermediary field_11830Lnet/minecraft/class_2600;field_11830:Lcom/google/common/collect/Multimap;named field_11830Lnet/minecraft/util/TypeFilterableList;field_11830:Lcom/google/common/collect/Multimap;
-
field_11831
- Mappings:
Namespace Name Mixin selector official bLuc;b:Ljava/util/Set;intermediary field_11831Lnet/minecraft/class_2600;field_11831:Ljava/util/Set;named field_11831Lnet/minecraft/util/TypeFilterableList;field_11831:Ljava/util/Set;
-
elementType
- Mappings:
Namespace Name Mixin selector official cLuc;c:Ljava/lang/Class;intermediary field_11832Lnet/minecraft/class_2600;field_11832:Ljava/lang/Class;named elementTypeLnet/minecraft/util/TypeFilterableList;elementType:Ljava/lang/Class;
-
-
Constructor Details
-
TypeFilterableList
- Mappings:
Namespace Name Mixin selector official <init>Luc;<init>(Ljava/lang/Class;)Vintermediary <init>Lnet/minecraft/class_2600;<init>(Ljava/lang/Class;)Vnamed <init>Lnet/minecraft/util/TypeFilterableList;<init>(Ljava/lang/Class;)V
-
-
Method Details
-
method_10802
- Mappings:
Namespace Name Mixin selector official aLuc;a(Ljava/lang/Class;)Vintermediary method_10802Lnet/minecraft/class_2600;method_10802(Ljava/lang/Class;)Vnamed method_10802Lnet/minecraft/util/TypeFilterableList;method_10802(Ljava/lang/Class;)V
-
method_10805
- Mappings:
Namespace Name Mixin selector official aLuc;a(Ljava/lang/Class;Z)Ljava/lang/Class;intermediary method_10805Lnet/minecraft/class_2600;method_10805(Ljava/lang/Class;Z)Ljava/lang/Class;named method_10805Lnet/minecraft/util/TypeFilterableList;method_10805(Ljava/lang/Class;Z)Ljava/lang/Class;
-
add
- Specified by:
addin interfaceCollection- Specified by:
addin interfaceSet- Overrides:
addin classAbstractCollection- Mappings:
Namespace Name Mixin selector official addLuc;add(Ljava/lang/Object;)Zintermediary addLnet/minecraft/class_2600;add(Ljava/lang/Object;)Znamed addLnet/minecraft/util/TypeFilterableList;add(Ljava/lang/Object;)Z
-
remove
- Specified by:
removein interfaceCollection- Specified by:
removein interfaceSet- Overrides:
removein classAbstractCollection- Mappings:
Namespace Name Mixin selector official removeLuc;remove(Ljava/lang/Object;)Zintermediary removeLnet/minecraft/class_2600;remove(Ljava/lang/Object;)Znamed removeLnet/minecraft/util/TypeFilterableList;remove(Ljava/lang/Object;)Z
-
method_10806
- Mappings:
Namespace Name Mixin selector official bLuc;b(Ljava/lang/Class;)Ljava/lang/Iterable;intermediary method_10806Lnet/minecraft/class_2600;method_10806(Ljava/lang/Class;)Ljava/lang/Iterable;named method_10806Lnet/minecraft/util/TypeFilterableList;method_10806(Ljava/lang/Class;)Ljava/lang/Iterable;
-
iterator
- Specified by:
iteratorin interfaceCollection- Specified by:
iteratorin interfaceIterable- Specified by:
iteratorin interfaceSet- Specified by:
iteratorin classAbstractCollection- Mappings:
Namespace Name Mixin selector official iteratorLuc;iterator()Ljava/util/Iterator;intermediary iteratorLnet/minecraft/class_2600;iterator()Ljava/util/Iterator;named iteratorLnet/minecraft/util/TypeFilterableList;iterator()Ljava/util/Iterator;
-
size
public int size()- Specified by:
sizein interfaceCollection- Specified by:
sizein interfaceSet- Specified by:
sizein classAbstractCollection- Mappings:
Namespace Name Mixin selector official sizeLuc;size()Iintermediary sizeLnet/minecraft/class_2600;size()Inamed sizeLnet/minecraft/util/TypeFilterableList;size()I
-