Uses of Interface
net.minecraft.client.util.CharPredicate
Packages that use CharPredicate
-
Uses of CharPredicate in net.minecraft.client.util
Methods in net.minecraft.client.util that return CharPredicateModifier and TypeMethodDescriptiondefault CharPredicate
CharPredicate.and
(CharPredicate predicate) default CharPredicate
CharPredicate.negate()
default CharPredicate
CharPredicate.or
(CharPredicate predicate) Methods in net.minecraft.client.util with parameters of type CharPredicateModifier and TypeMethodDescriptiondefault CharPredicate
CharPredicate.and
(CharPredicate predicate) default CharPredicate
CharPredicate.or
(CharPredicate predicate) -
Uses of CharPredicate in net.minecraft.util
Methods in net.minecraft.util with parameters of type CharPredicateModifier and TypeMethodDescriptionstatic String
Util.replaceInvalidChars
(String string, CharPredicate predicate)