Sneak in Level_setTileEntity
Some checks failed
CI / Build (AMD64, Server) (push) Successful in 12m25s
CI / Build (AMD64, Client) (push) Successful in 12m41s
CI / Build (ARM64, Server) (push) Successful in 12m25s
CI / Build (ARM64, Client) (push) Successful in 12m56s
CI / Build (ARMHF, Server) (push) Successful in 8m51s
CI / Build (ARMHF, Client) (push) Successful in 11m57s
CI / Test (Client) (push) Successful in 14m36s
CI / Test (Server) (push) Successful in 12m32s
CI / Release (push) Has been skipped
CI / Build Example Mods (push) Failing after 7m21s
Some checks failed
CI / Build (AMD64, Server) (push) Successful in 12m25s
CI / Build (AMD64, Client) (push) Successful in 12m41s
CI / Build (ARM64, Server) (push) Successful in 12m25s
CI / Build (ARM64, Client) (push) Successful in 12m56s
CI / Build (ARMHF, Server) (push) Successful in 8m51s
CI / Build (ARMHF, Client) (push) Successful in 11m57s
CI / Test (Client) (push) Successful in 14m36s
CI / Test (Server) (push) Successful in 12m32s
CI / Release (push) Has been skipped
CI / Build Example Mods (push) Failing after 7m21s
This commit is contained in:
parent
a6ad1994de
commit
76a66a0ba5
@ -26,6 +26,7 @@ method int getEntitiesOfType(int type_id, AABB *aabb, std::vector<Entity*> *buff
|
||||
method int getEntitiesOfClass(int base_type, AABB *aabb, std::vector<Entity*> *buff) = 0xa6240;
|
||||
// This will implicitly make the tile entity if the tile at x, y, z doesn't have one and is an EntityTile
|
||||
method TileEntity *getTileEntity(int x, int y, int z) = 0xa55d4;
|
||||
method void setTileEntity(int x, int y, int z, TileEntity *tileEntity) = 0xa7b58;
|
||||
method void removeTileEntity(int x, int y, int z) = 0xa7aac;
|
||||
method void animateTick(int x, int y, int z) = 0xa5920;
|
||||
// Called by trapdoors, doors, and tnt
|
||||
|
Loading…
x
Reference in New Issue
Block a user