public abstract class S2CTransferPacket
extends java.lang.Object
implements net.raphimc.netminecraft.packet.Packet
| Constructor and Description |
|---|
S2CTransferPacket() |
S2CTransferPacket(java.lang.String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion) |
void |
write(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion) |
public S2CTransferPacket()
public S2CTransferPacket(java.lang.String host,
int port)
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