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