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

10 lines
313 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;
2024-04-02 22:03:38 +00:00
static-property Material *wood = 0x180a98;
static-property Material *metal = 0x180aa0;
static-property Material *plant = 0x180ab0;
static-property Material *glass = 0x180acc;