Uses of Record Class
net.minecraft.class_9812
Packages that use class_9812
Package
Description
-
Uses of class_9812 in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as class_9812Constructors in net.minecraft.client.gui.screen with parameters of type class_9812ModifierConstructorDescriptionDisconnectedScreen(Screen parent, Text title, class_9812 class_9812) DisconnectedScreen(Screen parent, Text title, class_9812 class_9812, Text buttonLabel) -
Uses of class_9812 in net.minecraft.client.network
Methods in net.minecraft.client.network that return class_9812Modifier and TypeMethodDescriptionClientCommonNetworkHandler.method_60881(Text text, Throwable throwable) Methods in net.minecraft.client.network with parameters of type class_9812Modifier and TypeMethodDescriptionprotected ScreenClientCommonNetworkHandler.createDisconnectedScreen(class_9812 class_9812) voidClientCommonNetworkHandler.onDisconnected(class_9812 class_9812) Called when the connection this listener listens to has disconnected.voidClientConfigurationNetworkHandler.onDisconnected(class_9812 class_9812) Called when the connection this listener listens to has disconnected.voidClientLoginNetworkHandler.onDisconnected(class_9812 class_9812) Called when the connection this listener listens to has disconnected. -
Uses of class_9812 in net.minecraft.network
Fields in net.minecraft.network declared as class_9812Modifier and TypeFieldDescriptionprivate @Nullable class_9812ClientConnection.field_52180private @Nullable class_9812ClientConnection.pendingDisconnectionReasonMethods in net.minecraft.network that return class_9812Methods in net.minecraft.network with parameters of type class_9812 -
Uses of class_9812 in net.minecraft.network.listener
Methods in net.minecraft.network.listener that return class_9812Modifier and TypeMethodDescriptiondefault class_9812PacketListener.method_60881(Text text, Throwable throwable) Methods in net.minecraft.network.listener with parameters of type class_9812Modifier and TypeMethodDescriptionvoidPacketListener.onDisconnected(class_9812 class_9812) Called when the connection this listener listens to has disconnected. -
Uses of class_9812 in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type class_9812Modifier and TypeMethodDescriptionvoidServerCommonNetworkHandler.method_60673(class_9812 class_9812) voidLocalServerHandshakeNetworkHandler.onDisconnected(class_9812 class_9812) Called when the connection this listener listens to has disconnected.voidServerCommonNetworkHandler.onDisconnected(class_9812 class_9812) Called when the connection this listener listens to has disconnected.voidServerConfigurationNetworkHandler.onDisconnected(class_9812 class_9812) Called when the connection this listener listens to has disconnected.voidServerHandshakeNetworkHandler.onDisconnected(class_9812 class_9812) Called when the connection this listener listens to has disconnected.voidServerLoginNetworkHandler.onDisconnected(class_9812 class_9812) Called when the connection this listener listens to has disconnected.voidServerPlayNetworkHandler.onDisconnected(class_9812 class_9812) Called when the connection this listener listens to has disconnected.voidServerQueryNetworkHandler.onDisconnected(class_9812 class_9812) Called when the connection this listener listens to has disconnected.