aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/InteractGoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/InteractGoal.h')
-rw-r--r--Minecraft.World/InteractGoal.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Minecraft.World/InteractGoal.h b/Minecraft.World/InteractGoal.h
new file mode 100644
index 00000000..d05b57b2
--- /dev/null
+++ b/Minecraft.World/InteractGoal.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#include "LookAtPlayerGoal.h"
+
+class InteractGoal : public LookAtPlayerGoal
+{
+public:
+ InteractGoal(Mob *mob, const type_info& lookAtType, float lookDistance);
+ InteractGoal(Mob *mob, const type_info& lookAtType, float lookDistance, float probability);
+}; \ No newline at end of file