minecraft-pi-reborn/symbols/src/level/ChunkCache.def
Bigjango13 f3f8e342d8
All checks were successful
CI / Build (AMD64, Server) (push) Successful in 12m46s
CI / Build (AMD64, Client) (push) Successful in 13m8s
CI / Build (ARM64, Client) (push) Successful in 13m13s
CI / Build (ARM64, Server) (push) Successful in 12m54s
CI / Build (ARMHF, Server) (push) Successful in 9m13s
CI / Build (ARMHF, Client) (push) Successful in 12m15s
CI / Test (Client) (push) Successful in 15m39s
CI / Test (Server) (push) Successful in 13m1s
CI / Release (push) Has been skipped
CI / Build Example Mods (push) Successful in 7m42s
More chunk symbols
2024-05-05 01:06:47 -04:00

13 lines
346 B
Modula-2

extends ChunkSource;
vtable 0x10fbc0;
property int cachedX = 0x8;
property int cachedZ = 0xc;
property LevelChunk *emptyChunk = 0x10;
property ChunkSource *chunkSource = 0x14;
property ChunkStorage *chunkStorage = 0x18;
property LevelChunk *levelChunks[256] = 0x1c;
property Level *level = 0x41c;
property LevelChunk *cachedLevelChunk = 0x420;