6 lines
163 B
Modula-2
Raw Normal View History

2024-04-07 20:29:23 -07:00
method int getTime() = 0xba970;
method void setTime(int time) = 0xbab28;
2024-05-04 20:46:15 -04:00
method bool getSpawnMobs() = 0xbabec;
2024-04-07 20:29:23 -07:00
property int time = 0x68;
2024-09-30 00:45:53 -04:00
property int seed = 0x58;