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
- Mappings:
Namespace Name official acf$aintermediary net/minecraft/class_5514$class_5515named net/minecraft/server/filter/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 static TextFilterer.HashIgnorermethod_33806(int int2)static TextFilterer.HashIgnorermethod_33808(int int2)booleanshouldIgnore(String hashes, int hashesSize)
-
Field Details
-
NEVER_IGNORE
- Mappings:
Namespace Name Mixin selector official aLacf$a;a:Lacf$a;intermediary field_26834Lnet/minecraft/class_5514$class_5515;field_26834:Lnet/minecraft/class_5514$class_5515;named NEVER_IGNORELnet/minecraft/server/filter/TextFilterer$HashIgnorer;NEVER_IGNORE:Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;
-
IGNORE_IF_MATCHES_ALL
- Mappings:
Namespace Name Mixin selector official bLacf$a;b:Lacf$a;intermediary field_26835Lnet/minecraft/class_5514$class_5515;field_26835:Lnet/minecraft/class_5514$class_5515;named IGNORE_IF_MATCHES_ALLLnet/minecraft/server/filter/TextFilterer$HashIgnorer;IGNORE_IF_MATCHES_ALL:Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;
-
-
Method Details
-
method_33806
- Mappings:
Namespace Name Mixin selector official aLacf$a;a(I)Lacf$a;intermediary method_33806Lnet/minecraft/class_5514$class_5515;method_33806(I)Lnet/minecraft/class_5514$class_5515;named method_33806Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;method_33806(I)Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;
-
method_33808
- Mappings:
Namespace Name Mixin selector official bLacf$a;b(I)Lacf$a;intermediary method_33808Lnet/minecraft/class_5514$class_5515;method_33808(I)Lnet/minecraft/class_5514$class_5515;named method_33808Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;method_33808(I)Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;
-
shouldIgnore
- Mappings:
Namespace Name Mixin selector official shouldIgnoreLacf$a;shouldIgnore(Ljava/lang/String;I)Zintermediary shouldIgnoreLnet/minecraft/class_5514$class_5515;shouldIgnore(Ljava/lang/String;I)Znamed shouldIgnoreLnet/minecraft/server/filter/TextFilterer$HashIgnorer;shouldIgnore(Ljava/lang/String;I)Z
-