Class CollectionCountsPredicate.Empty<T,P extends Predicate<T>>
java.lang.Object
net.minecraft.predicate.collection.CollectionCountsPredicate.Empty<T,P>
- All Implemented Interfaces:
Predicate<Iterable<T>>
,CollectionCountsPredicate<T,
P>
- Enclosing interface:
CollectionCountsPredicate<T,
P extends Predicate<T>>
public static class CollectionCountsPredicate.Empty<T,P extends Predicate<T>>
extends Object
implements CollectionCountsPredicate<T,P>
- Mappings:
Namespace Name named net/minecraft/predicate/collection/CollectionCountsPredicate$Empty
intermediary net/minecraft/class_9643$class_9647
official bb$d
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.predicate.collection.CollectionCountsPredicate
CollectionCountsPredicate.Empty<T,
P extends Predicate<T>>, CollectionCountsPredicate.Entry<T, P extends Predicate<T>>, CollectionCountsPredicate.Multiple<T, P extends Predicate<T>>, CollectionCountsPredicate.Single<T, P extends Predicate<T>> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<T>
- Mappings:
Namespace Name Mixin selector named test
Lnet/minecraft/predicate/collection/CollectionCountsPredicate$Empty;test(Ljava/lang/Iterable;)Z
intermediary method_59622
Lnet/minecraft/class_9643$class_9647;method_59622(Ljava/lang/Iterable;)Z
official a
Lbb$d;a(Ljava/lang/Iterable;)Z
-
getEntries
- Specified by:
getEntries
in interfaceCollectionCountsPredicate<T,
P extends Predicate<T>> - Mappings:
Namespace Name Mixin selector named getEntries
Lnet/minecraft/predicate/collection/CollectionCountsPredicate;getEntries()Ljava/util/List;
intermediary method_59613
Lnet/minecraft/class_9643;method_59613()Ljava/util/List;
official a
Lbb;a()Ljava/util/List;
-