public class S2CLoginGameProfilePacket1_16 extends S2CLoginGameProfilePacket1_7_6
name, uuid| Constructor and Description |
|---|
S2CLoginGameProfilePacket1_16() |
S2CLoginGameProfilePacket1_16(java.util.UUID uuid,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
bitsToIntArray(long long1,
long long2) |
void |
read(io.netty.buffer.ByteBuf byteBuf) |
protected java.util.UUID |
uuidFromIntArray(int[] ints) |
protected int[] |
uuidToIntArray(java.util.UUID uuid) |
void |
write(io.netty.buffer.ByteBuf byteBuf) |
public S2CLoginGameProfilePacket1_16()
public S2CLoginGameProfilePacket1_16(java.util.UUID uuid,
java.lang.String name)
public void read(io.netty.buffer.ByteBuf byteBuf)
read in interface net.raphimc.netminecraft.packet.IPacketread in class S2CLoginGameProfilePacket1_7_6public void write(io.netty.buffer.ByteBuf byteBuf)
write in interface net.raphimc.netminecraft.packet.IPacketwrite in class S2CLoginGameProfilePacket1_7_6protected java.util.UUID uuidFromIntArray(int[] ints)
protected int[] uuidToIntArray(java.util.UUID uuid)
protected int[] bitsToIntArray(long long1,
long long2)