minecraft-pi-reborn/symbols/src/entity/ModelPart.def

9 lines
199 B
Modula-2
Raw Normal View History

2024-01-06 11:30:23 +00:00
method void render(float scale) = 0x416dc;
property float x = 0x0;
property float y = 0x4;
property float z = 0x8;
property float xRot = 0xc;
property float yRot = 0x10;
property float zRot = 0x14;