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.
- Mappings:
Namespace Name official ajo$a
intermediary net/minecraft/class_5514$class_5515
named net/minecraft/server/filter/TextFilterer$HashIgnorer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TextFilterer.HashIgnorer
static final TextFilterer.HashIgnorer
-
Method Summary
Modifier and TypeMethodDescriptionstatic TextFilterer.HashIgnorer
dropHashes
(int hashesToDrop) static TextFilterer.HashIgnorer
internalDropHashes
(int hashesToDrop) boolean
shouldIgnore
(String hashes, int hashesSize)
-
Field Details
-
NEVER_IGNORE
- Mappings:
Namespace Name Mixin selector official a
Lajo$a;a:Lajo$a;
intermediary field_26834
Lnet/minecraft/class_5514$class_5515;field_26834:Lnet/minecraft/class_5514$class_5515;
named NEVER_IGNORE
Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;NEVER_IGNORE:Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;
-
IGNORE_IF_MATCHES_ALL
- Mappings:
Namespace Name Mixin selector official b
Lajo$a;b:Lajo$a;
intermediary field_26835
Lnet/minecraft/class_5514$class_5515;field_26835:Lnet/minecraft/class_5514$class_5515;
named IGNORE_IF_MATCHES_ALL
Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;IGNORE_IF_MATCHES_ALL:Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;
-
-
Method Details
-
internalDropHashes
- Mappings:
Namespace Name Mixin selector official ignoreOverThreshold
Lajo$a;ignoreOverThreshold(I)Lajo$a;
intermediary method_33806
Lnet/minecraft/class_5514$class_5515;method_33806(I)Lnet/minecraft/class_5514$class_5515;
named internalDropHashes
Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;internalDropHashes(I)Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;
-
dropHashes
- Mappings:
Namespace Name Mixin selector official select
Lajo$a;select(I)Lajo$a;
intermediary method_33808
Lnet/minecraft/class_5514$class_5515;method_33808(I)Lnet/minecraft/class_5514$class_5515;
named dropHashes
Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;dropHashes(I)Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;
-
shouldIgnore
- Mappings:
Namespace Name Mixin selector official shouldIgnore
Lajo$a;shouldIgnore(Ljava/lang/String;I)Z
intermediary shouldIgnore
Lnet/minecraft/class_5514$class_5515;shouldIgnore(Ljava/lang/String;I)Z
named shouldIgnore
Lnet/minecraft/server/filter/TextFilterer$HashIgnorer;shouldIgnore(Ljava/lang/String;I)Z
-