Uses of Interface
net.minecraft.client.util.CharPredicate
Package | Description |
---|---|
net.minecraft.client.util | |
net.minecraft.util |
-
Uses of CharPredicate in net.minecraft.client.util
Methods in net.minecraft.client.util that return CharPredicate Modifier and Type Method Description default CharPredicate
CharPredicate. method_36123()
default CharPredicate
CharPredicate. method_36125(CharPredicate charPredicate)
default CharPredicate
CharPredicate. method_36127(CharPredicate charPredicate)
Methods in net.minecraft.client.util with parameters of type CharPredicate Modifier and Type Method Description default CharPredicate
CharPredicate. method_36125(CharPredicate charPredicate)
default CharPredicate
CharPredicate. method_36127(CharPredicate charPredicate)
-
Uses of CharPredicate in net.minecraft.util
Methods in net.minecraft.util with parameters of type CharPredicate Modifier and Type Method Description static String
Util. replaceInvalidChars(String string, CharPredicate predicate)