Uses of Interface
net.minecraft.CharPredicate
Packages that use CharPredicate
-
Uses of CharPredicate in net.minecraft
Methods in net.minecraft that return CharPredicateModifier and TypeMethodDescriptiondefault CharPredicateCharPredicate.and(CharPredicate predicate) default CharPredicateCharPredicate.negate()default CharPredicateCharPredicate.or(CharPredicate predicate) Methods in net.minecraft with parameters of type CharPredicateModifier and TypeMethodDescriptiondefault CharPredicateCharPredicate.and(CharPredicate predicate) default CharPredicateCharPredicate.or(CharPredicate predicate) static StringUtil.sanitizeName(String fileName, CharPredicate characterValidator) -
Uses of CharPredicate in net.minecraft.commands
Methods in net.minecraft.commands with parameters of type CharPredicateModifier and TypeMethodDescriptionstatic StringParserUtils.readWhile(com.mojang.brigadier.StringReader reader, CharPredicate predicate)