Saxonberg Server API
    Preparing search index...

    Public shape provided by PerceiverMixin. v1 has no methods — the mixin's value is the verb contributions and the compositional marker. Methods may land later (e.g., perceive(target) for scripted NPCs to invoke programmatically without going through the parser).

    Extends Sensor because Perceiver always co-composes with SensorMixin on Character — the prereq is documented at the type level so consumers narrowing via MixinApi.isPerceiver also reach the Sensor surface.

    interface Perceiver {
        onEnvelope(envelope: EnvelopeTemplate): void;
        onMessage(frame: MessageFrame): void;
    }

    Hierarchy (View Summary)

    Index

    Methods