SiliconGhetto Engine API
    Preparing search index...

    Type Alias GameEventType

    GameEventType:
        | "blockBreak"
        | "blockPlace"
        | "craft"
        | "death"
        | "respawn"
        | "pickup"
        | "mobKill"
        | "mobTame"
        | "mobSit"
        | "eat"
        | "enchant"
        | "potionDrink"
        | "fishCatch"
        | "armorEquip"
        | "breed"
        | "effectApply"
        | "effectExpire"
        | "weatherChange"
        | "levelUp"
        | "fallDamage"
        | "modeChange"
        | "boatMount"
        | "boatDismount"

    All game events that can be listened for with game.on().