net.minecraft.server.filter

public class AbstractTextFilterer$StreamImpl

implements TextStream

net.minecraft.server.network.ServerTextFilter$PlayerContext
net.minecraft.server.network.ServerTextFilter$PlayerContext
net.minecraft.class_9847$class_5516
net.minecraft.server.filter.AbstractTextFilterer$StreamImpl

Field summary

Modifier and TypeField
protected final com.mojang.authlib.GameProfile
profile
profile
field_26837
gameProfile
protected final Executor
streamExecutor
streamExecutor
field_26838
executor

Constructor summary

ModifierConstructor
protected (AbstractTextFilterer this$0, com.mojang.authlib.GameProfile gameProfile)

Method summary

Modifier and TypeMethod
public CompletableFuture<List<FilteredMessage>>
processMessageBundle(List<String> messages)
processMessageBundle(List<String> messages)
method_31289(List<String> arg0)
filterTexts(List<String> arg0)
public CompletableFuture<FilteredMessage>
processStreamMessage(String message)
processStreamMessage(String message)
method_31288(String arg0)
filterText(String arg0)