Uses of Record Class
net.minecraft.client.network.ChatPreviewer.Response
Packages that use ChatPreviewer.Response
-
Uses of ChatPreviewer.Response in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ChatPreviewer.ResponseModifier and TypeFieldDescriptionprivate @Nullable ChatPreviewer.Response
ChatPreviewer.lastResponse
Methods in net.minecraft.client.network that return ChatPreviewer.ResponseModifier and TypeMethodDescriptionChatPreviewer.getPreviewText()
Returns the preview text (also known as the last response text), ornull
if the server responded as such.ChatPreviewer.tryConsumeResponse
(String message) Returns the consumed response text, ornull
if the server responded as such, or if the response could not be consumed.