Package io.github.protasm.jvmud.engine.identity


package io.github.protasm.jvmud.engine.identity
Player, session, and persona identity records for a running JVMud world.

This package supports the multiplayer and player-present pillars. A PlayerRecord represents the human or account-like controller, a SessionRecord represents one connection context, and a PersonaRecord represents the player's in-world manifestation.

The records here describe identity and attachment. They do not perform telnet I/O and they do not define mudlib-specific login policy.

  • Record Classes
    Class
    Description
    Stable engine identifier for a Player's in-World manifestation.
    Engine-owned record for the Player's in-World manifestation.
    Stable engine identifier for the human or account-like controller.
    Engine-owned record for the human or account-like controller.
    Stable engine identifier for one active or resumable connection context.
    Engine-owned record for a connection and transport context.