mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-04 05:44:56 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -98,7 +98,7 @@ protected:
|
||||
public:
|
||||
shared_ptr<Entity> getEntity(int id);
|
||||
virtual bool addGlobalEntity(shared_ptr<Entity> e);
|
||||
void broadcastEntityEvent(shared_ptr<Entity> e, byte event);
|
||||
void broadcastEntityEvent(shared_ptr<Entity> e, uint8_t event);
|
||||
virtual shared_ptr<Explosion> explode(shared_ptr<Entity> source, double x, double y, double z, float r, bool fire, bool destroyBlocks);
|
||||
virtual void tileEvent(int x, int y, int z, int tile, int b0, int b1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user