mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-26 05:37:28 +00:00
TU19: merge Minecraft.Client/Platform/Common/Tutorial
This commit is contained in:
@@ -174,7 +174,8 @@ public:
|
||||
unsigned int invItemCountThisAux);
|
||||
void onSelectedItemChanged(std::shared_ptr<ItemInstance> item);
|
||||
void onLookAt(int id, int iData = 0);
|
||||
void onLookAtEntity(eINSTANCEOF type);
|
||||
void onLookAtEntity(std::shared_ptr<Entity> entity);
|
||||
void onRideEntity(std::shared_ptr<Entity> entity);
|
||||
void onEffectChanged(MobEffect* effect, bool bRemoved = false);
|
||||
|
||||
bool canMoveToPosition(double xo, double yo, double zo, double xt,
|
||||
|
||||
Reference in New Issue
Block a user