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 other) default CharPredicateCharPredicate.negate()default CharPredicateCharPredicate.or(CharPredicate other) Methods in net.minecraft with parameters of type CharPredicateModifier and TypeMethodDescriptiondefault CharPredicateCharPredicate.and(CharPredicate other) default CharPredicateCharPredicate.or(CharPredicate other) -
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) -
Uses of CharPredicate in net.minecraft.util
Methods in net.minecraft.util with parameters of type CharPredicateModifier and TypeMethodDescriptionstatic StringUtil.sanitizeName(String value, CharPredicate isAllowedChar)