minecraft-pi-reborn/symbols/src/tile/EntityTile.def

11 lines
203 B
Modula-2
Raw Normal View History

2024-02-12 07:29:35 +00:00
extends Tile;
2024-09-30 04:03:52 +00:00
constructor (int id, int texture, const Material *material) = 0xbe578;
2024-02-12 07:29:35 +00:00
vtable 0x111348;
vtable-size 0x108;
size 0x5c;
// Pure virtual
2024-02-12 07:29:35 +00:00
virtual-method TileEntity *newTileEntity() = 0x104;