Package net.minecraft.util.text.filter
Interface ChatFilterClient.IIgnoreTest
- Enclosing class:
- ChatFilterClient
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ChatFilterClient.IIgnoreTest
static final ChatFilterClient.IIgnoreTest
-
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldIgnore
(String p_shouldIgnore_1_, int p_shouldIgnore_2_)
-
Field Details
-
NEVER_IGNORE
-
IGNORE_FULLY_FILTERED
-
-
Method Details
-
shouldIgnore
-