Package net.minecraft.util.function
Interface CharPredicate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name official m
intermediary net/minecraft/class_5462
named net/minecraft/util/function/CharPredicate
-
Method Summary
Modifier and TypeMethodDescriptiondefault CharPredicate
and
(CharPredicate predicate) default CharPredicate
negate()
default CharPredicate
or
(CharPredicate predicate) boolean
test
(char c)
-
Method Details
-
test
boolean test(char c) - Mappings:
Namespace Name Mixin selector official test
Lm;test(C)Z
intermediary test
Lnet/minecraft/class_5462;test(C)Z
named test
Lnet/minecraft/util/function/CharPredicate;test(C)Z
-
and
- Mappings:
Namespace Name Mixin selector official and
Lm;and(Lm;)Lm;
intermediary method_36125
Lnet/minecraft/class_5462;method_36125(Lnet/minecraft/class_5462;)Lnet/minecraft/class_5462;
named and
Lnet/minecraft/util/function/CharPredicate;and(Lnet/minecraft/util/function/CharPredicate;)Lnet/minecraft/util/function/CharPredicate;
-
negate
- Mappings:
Namespace Name Mixin selector official negate
Lm;negate()Lm;
intermediary method_36123
Lnet/minecraft/class_5462;method_36123()Lnet/minecraft/class_5462;
named negate
Lnet/minecraft/util/function/CharPredicate;negate()Lnet/minecraft/util/function/CharPredicate;
-
or
- Mappings:
Namespace Name Mixin selector official or
Lm;or(Lm;)Lm;
intermediary method_36127
Lnet/minecraft/class_5462;method_36127(Lnet/minecraft/class_5462;)Lnet/minecraft/class_5462;
named or
Lnet/minecraft/util/function/CharPredicate;or(Lnet/minecraft/util/function/CharPredicate;)Lnet/minecraft/util/function/CharPredicate;
-