public IActorPlayer extends IActorLiving, IChunkLoader
@NotNull java.net.InetSocketAddress getAddress()
@NotNull IPacketHandler getPacketHandler()
@Nullable ILoginData getLoginData()
@Nullable IClientData getClientData()
@Nullable java.security.KeyPair getKeyPair()
@Nullable kotlin.Array[] getSharedKey()
@Nullable javax.crypto.Cipher getDecrypt()
@Nullable javax.crypto.Cipher getEncrypt()
boolean isEncrypted()
long getEncryptCounter()
void setEncryptCounter(long p)
long getDecryptCounter()
void setDecryptCounter(long p)
@NotNull java.lang.String getDisplayName()
@NotNull PlayerState getState()
int getChunkRadius()
void handlePacket(@NotNull
IMinecraftPacket packet)
void sendPacket(@NotNull
IMinecraftPacket packet,
@NotNull
Reliability reliability)
void disconnect(@NotNull
java.lang.String reason)
void onDisconnect(@Nullable
java.lang.String reason)