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 p_178287_) default CharPredicateCharPredicate.negate()default CharPredicateCharPredicate.or(CharPredicate p_178292_) Methods in net.minecraft with parameters of type CharPredicateModifier and TypeMethodDescriptiondefault CharPredicateCharPredicate.and(CharPredicate p_178287_) default CharPredicateCharPredicate.or(CharPredicate p_178292_) static StringUtil.sanitizeName(String p_137484_, CharPredicate p_137485_) -
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 p_332772_, CharPredicate p_332664_)