net.minecraft.server.network

public class LegacyTextFilter

extends ServerTextFilter

asm
net.minecraft.server.network.LegacyTextFilter
net.minecraft.class_5514
net.minecraft.unmapped.C_ljmchcxq
net.minecraft.server.filter.V0TextFilterer
net.minecraft.unmapped.C_ljmchcxq

Field summary

Modifier and TypeField
private static final String
b
ENDPOINT
field_38055
f_pvldsojo
CHAT_ENDPOINT
final URL
c
joinEndpoint
field_26827
f_jlugtmtu
joinEndpoint
final LegacyTextFilter$JoinOrLeaveEncoder
d
joinEncoder
field_38057
f_fvwznjag
joinEncoder
final URL
e
leaveEndpoint
field_26828
f_qxontbqy
leaveEndpoint
final LegacyTextFilter$JoinOrLeaveEncoder
f
leaveEncoder
field_38058
f_rgzvksyj
leaveEncoder
private final String
g
authKey
field_26829
f_gsqlaxwx
apiKey

Constructor summary

ModifierConstructor
private (URL chatEndpoint, ServerTextFilter$MessageEncoder messageEncoder, URL joinEndpoint, LegacyTextFilter$JoinOrLeaveEncoder joinEncoder, URL leaveEndpoint, LegacyTextFilter$JoinOrLeaveEncoder leaveEncoder, String apiKey, ServerTextFilter$IgnoreStrategy ignorer, ExecutorService threadPool)

Method summary

Modifier and TypeMethod
public static ServerTextFilter
a(String arg0)
createTextFilterFromConfig(String arg0)
method_33805(String arg0)
m_riwwrahp(String arg0)
load(String config)
m_riwwrahp(String content)
public TextFilter
a(com.mojang.authlib.GameProfile arg0)
createContext(com.mojang.authlib.GameProfile arg0)
method_31297(com.mojang.authlib.GameProfile arg0)
m_srhtsahb(com.mojang.authlib.GameProfile arg0)
createFilterer(com.mojang.authlib.GameProfile arg0)
m_srhtsahb(com.mojang.authlib.GameProfile arg0)
void
a(com.mojang.authlib.GameProfile arg0, URL arg1, asm$a arg2, Executor arg3)
processJoinOrLeave(com.mojang.authlib.GameProfile arg0, URL arg1, LegacyTextFilter$JoinOrLeaveEncoder arg2, Executor arg3)
method_31299(com.mojang.authlib.GameProfile arg0, URL arg1, class_5514$class_7241 arg2, Executor arg3)
m_gidlsmbc(com.mojang.authlib.GameProfile arg0, URL arg1, C_ljmchcxq$C_axuisnao arg2, Executor arg3)
sendJoinOrLeaveRequest(com.mojang.authlib.GameProfile gameProfile, URL endpoint, V0TextFilterer$ProfileEncoder profileEncoder, Executor executor)
m_gidlsmbc(com.mojang.authlib.GameProfile profile, URL arg1, C_ljmchcxq$C_axuisnao arg2, Executor arg3)
private void
b(com.google.gson.JsonObject arg0, URL arg1)
processRequest(com.google.gson.JsonObject arg0, URL arg1)
method_31304(com.google.gson.JsonObject arg0, URL arg1)
m_gmiknahv(com.google.gson.JsonObject arg0, URL arg1)
sendRequest(com.google.gson.JsonObject payload, URL endpoint)
protected void
a(HttpURLConnection arg0)
setAuthorizationProperty(HttpURLConnection arg0)
method_61284(HttpURLConnection arg0)
m_klybzbrt(HttpURLConnection arg0)
addAuthentication(HttpURLConnection arg0)
protected FilteredText
a(String arg0, asy$a arg1, com.google.gson.JsonObject arg2)
filterText(String arg0, ServerTextFilter$IgnoreStrategy arg1, com.google.gson.JsonObject arg2)
method_61281(String arg0, class_9847$class_5515 arg1, com.google.gson.JsonObject arg2)
m_hztygoeb(String arg0, C_qpdurljv$C_ftexscyf arg1, com.google.gson.JsonObject arg2)
filter(String arg0, AbstractTextFilterer$HashIgnorer arg1, com.google.gson.JsonObject arg2)