minecraft-pi-reborn/symbols/src/api/OffsetPosTranslator.def

7 lines
181 B
Modula-2

method void from(int &x, int &y, int &z) = 0x27c98;
method void to(float &x, float &y, float &z) = 0x27be0;
property float x = 0x4;
property float y = 0x8;
property float z = 0xc;