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 pPredicate) default CharPredicate
CharPredicate.negate()
default CharPredicate
CharPredicate.or
(CharPredicate pPredicate) Methods in net.minecraft with parameters of type CharPredicateModifier and TypeMethodDescriptiondefault CharPredicate
CharPredicate.and
(CharPredicate pPredicate) default CharPredicate
CharPredicate.or
(CharPredicate pPredicate) static String
Util.sanitizeName
(String pFileName, CharPredicate pCharacterValidator) -
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_)