Interface Gamemodes

Holds information of class gamemodes

interface Gamemodes {
    craftsman: boolean;
    hardcore: boolean;
    hunted: boolean;
    ironman: boolean;
}

Properties

craftsman: boolean

Whether the class is in Craftsman mode

hardcore: boolean

Whether the class is in Hardcore mode

hunted: boolean

Whether the class is in the Hunted gamemode

The hunted field does not reflect whether the player has the hunted mode turned on.
ironman: boolean

Whether the class is in Ironman mode

Generated using TypeDoc