Uses of Interface
net.minecraft.util.function.CharPredicate
Packages that use CharPredicate
Package
Description
Contains utility method classes, various enums, serialization helpers, and
 miscellaneous classes.
- 
Uses of CharPredicate in net.minecraft.utilMethods in net.minecraft.util with parameters of type CharPredicateModifier and TypeMethodDescriptionstatic StringJsonReaderUtils.readWhileMatching(com.mojang.brigadier.StringReader stringReader, CharPredicate predicate) static StringUtil.replaceInvalidChars(String string, CharPredicate predicate) 
- 
Uses of CharPredicate in net.minecraft.util.functionMethods in net.minecraft.util.function that return CharPredicateModifier and TypeMethodDescriptiondefault CharPredicateCharPredicate.and(CharPredicate predicate) default CharPredicateCharPredicate.negate()default CharPredicateCharPredicate.or(CharPredicate predicate) Methods in net.minecraft.util.function with parameters of type CharPredicateModifier and TypeMethodDescriptiondefault CharPredicateCharPredicate.and(CharPredicate predicate) default CharPredicateCharPredicate.or(CharPredicate predicate)