Package net.minecraft.server.filter
Interface TextFilterer.HashIgnorer
- Enclosing class:
- TextFilterer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface TextFilterer.HashIgnorer
-
Field Summary
Fields Modifier and Type Field Description static TextFilterer.HashIgnorerIGNORE_IF_MATCHES_ALLstatic TextFilterer.HashIgnorerNEVER_IGNORE -
Method Summary
Modifier and Type Method Description booleanshouldIgnore(String hashes, int hashesSize)
-
Field Details
-
NEVER_IGNORE
-
IGNORE_IF_MATCHES_ALL
-
-
Method Details
-
shouldIgnore
-