public class ActorPlayer implements IActorPlayer
public ActorPlayer(@NotNull
java.net.InetSocketAddress address,
@NotNull
Server server)
@NotNull public IPacketHandler getPacketHandler()
@Nullable public ILoginData getLoginData()
public void setLoginData$module(@Nullable
ILoginData p)
@Nullable public IClientData getClientData()
public void setClientData$module(@Nullable
IClientData p)
@Nullable public java.security.KeyPair getKeyPair()
public void setKeyPair$module(@Nullable
java.security.KeyPair p)
@Nullable public kotlin.Array[] getSharedKey()
public void setSharedKey$module(@Nullable
kotlin.Array[] p)
@Nullable public javax.crypto.Cipher getDecrypt()
public void setDecrypt$module(@Nullable
javax.crypto.Cipher p)
@Nullable public javax.crypto.Cipher getEncrypt()
public void setEncrypt$module(@Nullable
javax.crypto.Cipher p)
public boolean isEncrypted()
public void setEncrypted$module(boolean p)
public long getEncryptCounter()
public void setEncryptCounter(long p)
public long getDecryptCounter()
public void setDecryptCounter(long p)
@NotNull public java.lang.String getDisplayName()
public void setDisplayName$module(@NotNull
java.lang.String p)
@NotNull public PlayerState getState()
public void setState$module(@NotNull
PlayerState p)
public int getChunkRadius()
public void setChunkRadius$module(int p)
@Nullable public IWorld getWorld()
public void setWorld$module(@Nullable
IWorld p)
@NotNull public Vector3 getPosition()
public void setPosition$module(@NotNull
Vector3 p)
public double getYaw()
public void setYaw$module(double p)
public double getPitch()
public void setPitch$module(double p)
public double getHeight()
public double getWidth()
@NotNull public IActorAttributes getAttributes()
@NotNull public IActorDataManager getData()
@NotNull public java.util.UUID getUuid()
public void handlePacket(@NotNull
IMinecraftPacket packet)
public void sendPacket(@NotNull
IMinecraftPacket packet,
@NotNull
Reliability reliability)
public void disconnect(@NotNull
java.lang.String reason)
public void onDisconnect(@Nullable
java.lang.String reason)
public long getLoaderId()
public int getRadius()
@NotNull public Vector2Int getChunkPosition()
@NotNull public java.util.Map<jp.katana.math.Vector2Int,java.lang.Double> getLoadedChunksMap()
@NotNull public java.net.InetSocketAddress getAddress()