public class S2CStatusResponsePacket
extends java.lang.Object
implements net.raphimc.netminecraft.packet.Packet
| Modifier and Type | Field | Description |
|---|---|---|
java.lang.String |
statusJson |
| Constructor | Description |
|---|---|
S2CStatusResponsePacket() |
|
S2CStatusResponsePacket(java.lang.String statusJson) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
read(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion) |
|
void |
write(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion) |
public S2CStatusResponsePacket()
public S2CStatusResponsePacket(java.lang.String statusJson)
public void read(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion)
read in interface net.raphimc.netminecraft.packet.Packetpublic void write(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion)
write in interface net.raphimc.netminecraft.packet.Packet