minecraft-pi-reborn/symbols/src/level/Material.def

8 lines
224 B
Modula-2
Raw Normal View History

2024-01-06 11:30:23 +00:00
virtual-method bool isSolid() = 0x8;
// Globals
static-property Material *dirt = 0x180a94;
static-property Material *stone = 0x180a9c;
static-property Material *metal = 0x180aa0;
static-property Material *glass = 0x180acc;