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

7 lines
181 B
Modula-2
Raw Normal View History

2024-07-15 07:05:05 +00:00
method void from(int &x, int &y, int &z) = 0x27c98;
method void to(float &x, float &y, float &z) = 0x27be0;
2024-01-22 06:39:43 +00:00
property float x = 0x4;
property float y = 0x8;
property float z = 0xc;