Interface Weather

Object representing current weather in the world.

interface Weather {
    rain: number;
    thunder: number;
}

Properties

Properties

rain: number

Current rain level, from 0 (no rain) to 10 (heavy rain).

thunder: number

Current lightning level, from 0 (no lightning) to 10.

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.