minecraft-pi-reborn/symbols/src/level/Chunk.def
TheBrokenRail 6951ebe620
All checks were successful
CI / Build (AMD64, Server) (push) Successful in 11m15s
CI / Build (AMD64, Client) (push) Successful in 11m33s
CI / Build (ARM64, Client) (push) Successful in 11m49s
CI / Build (ARM64, Server) (push) Successful in 11m35s
CI / Build (ARMHF, Server) (push) Successful in 7m50s
CI / Build (ARMHF, Client) (push) Successful in 11m3s
CI / Test (Client) (push) Successful in 14m43s
CI / Test (Server) (push) Successful in 11m40s
CI / Release (push) Has been skipped
CI / Build Example Mods (push) Successful in 6m48s
Improve Performance
2024-02-08 00:34:43 -05:00

6 lines
121 B
Modula-2

property int x = 0x4;
property int y = 0x8;
property int z = 0xc;
method float distanceToSqr(Entity *entity) = 0x47ba0;