Package net.minecraft.server.filter
Interface TextStream
- All Known Implementing Classes:
- TextFilterer.Impl
public interface TextStream
- Mappings:
- Namespace - Name - official - ajd- intermediary - net/minecraft/class_5513- named - net/minecraft/server/filter/TextStream
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionfilterText(String text) filterTexts(List<String> texts) voidvoid
- 
Field Details- 
UNFILTERED- Mappings:
- Namespace - Name - Mixin selector - official - a- Lajd;a:Lajd;- intermediary - field_28862- Lnet/minecraft/class_5513;field_28862:Lnet/minecraft/class_5513;- named - UNFILTERED- Lnet/minecraft/server/filter/TextStream;UNFILTERED:Lnet/minecraft/server/filter/TextStream;
 
 
- 
- 
Method Details- 
onConnectvoid onConnect()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lajd;a()V- intermediary - method_31287- Lnet/minecraft/class_5513;method_31287()V- named - onConnect- Lnet/minecraft/server/filter/TextStream;onConnect()V
 
- 
onDisconnectvoid onDisconnect()- Mappings:
- Namespace - Name - Mixin selector - official - b- Lajd;b()V- intermediary - method_31290- Lnet/minecraft/class_5513;method_31290()V- named - onDisconnect- Lnet/minecraft/server/filter/TextStream;onDisconnect()V
 
- 
filterText- Mappings:
- Namespace - Name - Mixin selector - official - a- Lajd;a(Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;- intermediary - method_31288- Lnet/minecraft/class_5513;method_31288(Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;- named - filterText- Lnet/minecraft/server/filter/TextStream;filterText(Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;
 
- 
filterTexts- Mappings:
- Namespace - Name - Mixin selector - official - a- Lajd;a(Ljava/util/List;)Ljava/util/concurrent/CompletableFuture;- intermediary - method_31289- Lnet/minecraft/class_5513;method_31289(Ljava/util/List;)Ljava/util/concurrent/CompletableFuture;- named - filterTexts- Lnet/minecraft/server/filter/TextStream;filterTexts(Ljava/util/List;)Ljava/util/concurrent/CompletableFuture;
 
 
-