mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 09:04:50 +00:00
TU19: merge Minecraft.Client/Platform/Common/Tutorial
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
bool enablePreCompletion,
|
||||
std::vector<TutorialConstraint*>* inConstraints,
|
||||
bool bShowMinimumTime = false, bool bAllowFade = true,
|
||||
bool m_bTaskReminders = true);
|
||||
bool bTaskReminders = true);
|
||||
virtual ~TutorialTask();
|
||||
|
||||
virtual int getDescriptionId() { return descriptionId; }
|
||||
@@ -75,4 +75,7 @@ public:
|
||||
unsigned int invItemCountThisAux) {}
|
||||
virtual void onStateChange(eTutorial_State newState) {}
|
||||
virtual void onEffectChanged(MobEffect* effect, bool bRemoved = false) {}
|
||||
|
||||
virtual void onLookAtEntity(std::shared_ptr<Entity> entity) {}
|
||||
virtual void onRideEntity(std::shared_ptr<Entity> entity) {}
|
||||
};
|
||||
Reference in New Issue
Block a user