@tryforge/forge.minecraft
    Preparing search index...

    Interface IConnectionEvents

    interface IConnectionEvents {
        connected: (server: MinecraftServer) => void;
        disconnected: () => void;
        reconnecting: () => void;
    }
    Index

    Properties

    connected: (server: MinecraftServer) => void
    disconnected: () => void
    reconnecting: () => void