Class ClientboundStatusResponsePacket
java.lang.Object
net.minecraft.network.protocol.status.ClientboundStatusResponsePacket
- All Implemented Interfaces:
Packet<ClientStatusPacketListener>
public class ClientboundStatusResponsePacket
extends Object
implements Packet<ClientStatusPacketListener>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionClientboundStatusResponsePacket
(FriendlyByteBuf p_179834_) ClientboundStatusResponsePacket
(ServerStatus p_134890_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ClientStatusPacketListener p_134896_) void
write
(FriendlyByteBuf p_134899_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable
-
Field Details
-
GSON
public static final com.google.gson.Gson GSON -
status
-
-
Constructor Details
-
ClientboundStatusResponsePacket
-
ClientboundStatusResponsePacket
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientStatusPacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ClientStatusPacketListener>
-
getStatus
-