Uses of Class
net.md_5.bungee.protocol.PlayerPublicKey
-
Packages that use PlayerPublicKey Package Description net.md_5.bungee.protocol net.md_5.bungee.protocol.packet -
-
Uses of PlayerPublicKey in net.md_5.bungee.protocol
Methods in net.md_5.bungee.protocol that return PlayerPublicKey Modifier and Type Method Description static PlayerPublicKeyDefinedPacket. readPublicKey(io.netty.buffer.ByteBuf buf)Methods in net.md_5.bungee.protocol with parameters of type PlayerPublicKey Modifier and Type Method Description static voidDefinedPacket. writePublicKey(PlayerPublicKey publicKey, io.netty.buffer.ByteBuf buf) -
Uses of PlayerPublicKey in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return PlayerPublicKey Modifier and Type Method Description PlayerPublicKeyLoginRequest. getPublicKey()PlayerPublicKeyPlayerListItem.Item. getPublicKey()Methods in net.md_5.bungee.protocol.packet with parameters of type PlayerPublicKey Modifier and Type Method Description voidLoginRequest. setPublicKey(PlayerPublicKey publicKey)voidPlayerListItem.Item. setPublicKey(PlayerPublicKey publicKey)Constructors in net.md_5.bungee.protocol.packet with parameters of type PlayerPublicKey Constructor Description LoginRequest(String data, PlayerPublicKey publicKey, UUID uuid)
-