Package net.minecraft.client.gui.chat
Class ChatPreviewRequests
java.lang.Object
net.minecraft.client.gui.chat.ChatPreviewRequests
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static final record
(package private) static class
-
Field Summary
Modifier and TypeFieldDescriptionprivate long
private static final long
private static final long
private final Minecraft
private final ChatPreviewRequests.QueryIdGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
handleResponse
(int p_232377_) boolean
private boolean
isRequestReady
(long p_232379_) boolean
trySendRequest
(String p_232381_, long p_232382_)
-
Field Details
-
MIN_REQUEST_INTERVAL_MS
private static final long MIN_REQUEST_INTERVAL_MS- See Also:
-
MAX_REQUEST_INTERVAL_MS
private static final long MAX_REQUEST_INTERVAL_MS- See Also:
-
minecraft
-
queryIdGenerator
-
pending
-
lastRequestTime
private long lastRequestTime
-
-
Constructor Details
-
ChatPreviewRequests
-
-
Method Details
-
trySendRequest
-
handleResponse
-
isRequestReady
private boolean isRequestReady(long p_232379_) -
clear
public void clear() -
isPending
public boolean isPending()
-