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 predicate) default CharPredicate
CharPredicate.negate()
default CharPredicate
CharPredicate.or
(CharPredicate predicate) Methods in net.minecraft with parameters of type CharPredicateModifier and TypeMethodDescriptiondefault CharPredicate
CharPredicate.and
(CharPredicate predicate) default CharPredicate
CharPredicate.or
(CharPredicate predicate) static String
Util.sanitizeName
(String fileName, CharPredicate characterValidator) -
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 reader, CharPredicate predicate)