Type alias defaultClientProperties

defaultClientProperties: {
    difficulty?: difficulty;
    experience?: {
        bar?: number;
        level?: number;
    };
    food?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20;
    foodSaturation?: 0 | 1 | 2 | 3 | 4 | 5;
    gamemode?: gamemode;
    health?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20;
    position?: {
        pitch?: number;
        x?: number;
        y?: number;
        yaw?: number;
        z?: number;
    };
    raining?: boolean;
    showRespawnScreen?: boolean;
    slot?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
    tabFooter?: textInput | Text;
    tabHeader?: textInput | Text;
    toxicRainLevel?: number;
}

Type declaration

  • Optional difficulty?: difficulty
  • Optional experience?: {
        bar?: number;
        level?: number;
    }
    • Optional bar?: number
    • Optional level?: number
  • Optional food?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20
  • Optional foodSaturation?: 0 | 1 | 2 | 3 | 4 | 5
  • Optional gamemode?: gamemode
  • Optional health?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20
  • Optional position?: {
        pitch?: number;
        x?: number;
        y?: number;
        yaw?: number;
        z?: number;
    }
    • Optional pitch?: number
    • Optional x?: number
    • Optional y?: number
    • Optional yaw?: number
    • Optional z?: number
  • Optional raining?: boolean
  • Optional showRespawnScreen?: boolean
  • Optional slot?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
  • Optional tabFooter?: textInput | Text
  • Optional tabHeader?: textInput | Text
  • Optional toxicRainLevel?: number