Uses of Class
net.md_5.bungee.protocol.PlayerPublicKey
Packages that use PlayerPublicKey
-
Uses of PlayerPublicKey in net.md_5.bungee.protocol
Methods in net.md_5.bungee.protocol that return PlayerPublicKeyModifier and TypeMethodDescriptionstatic PlayerPublicKey
DefinedPacket.readPublicKey
(io.netty.buffer.ByteBuf buf) Methods in net.md_5.bungee.protocol with parameters of type PlayerPublicKeyModifier and TypeMethodDescriptionstatic void
DefinedPacket.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 PlayerPublicKeyMethods in net.md_5.bungee.protocol.packet with parameters of type PlayerPublicKeyModifier and TypeMethodDescriptionvoid
LoginRequest.setPublicKey
(PlayerPublicKey publicKey) void
PlayerListItem.Item.setPublicKey
(PlayerPublicKey publicKey) Constructors in net.md_5.bungee.protocol.packet with parameters of type PlayerPublicKey