2024-03-08 23:03:19 +00:00
|
|
|
size 0xb8;
|
|
|
|
|
|
|
|
constructor (Minecraft *minecraft, LevelSource *level) = 0x53e58;
|
|
|
|
|
2024-03-11 02:46:34 +00:00
|
|
|
static-method bool canRender(int shape) = 0x5accc;
|
|
|
|
|
2024-02-07 06:47:46 +00:00
|
|
|
method bool tesselateBlockInWorld(Tile *tile, int x, int y, int z) = 0x59e30;
|
|
|
|
method bool tesselateInWorld(Tile *tile, int x, int y, int z) = 0x5e80c;
|
2024-03-11 02:46:34 +00:00
|
|
|
method void renderGuiTile(Tile *tile, int aux) = 0x5ad0c;
|
|
|
|
method void renderTile(Tile *tile, int data) = 0x5dcb0;
|
2024-02-07 06:47:46 +00:00
|
|
|
|
2024-03-08 23:03:19 +00:00
|
|
|
property LevelSource *level = 0x0;
|