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 CharPredicate
CharPredicate.and
(CharPredicate p_178287_) default CharPredicate
CharPredicate.negate()
default CharPredicate
CharPredicate.or
(CharPredicate p_178292_) Methods in net.minecraft with parameters of type CharPredicateModifier and TypeMethodDescriptiondefault CharPredicate
CharPredicate.and
(CharPredicate p_178287_) default CharPredicate
CharPredicate.or
(CharPredicate p_178292_) static String
Util.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 String
ParserUtils.readWhile
(com.mojang.brigadier.StringReader p_332772_, CharPredicate p_332664_)