aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/EndermanModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/EndermanModel.h')
-rw-r--r--Minecraft.Client/EndermanModel.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Minecraft.Client/EndermanModel.h b/Minecraft.Client/EndermanModel.h
new file mode 100644
index 00000000..3760e796
--- /dev/null
+++ b/Minecraft.Client/EndermanModel.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#include "HumanoidModel.h"
+
+class EndermanModel : public HumanoidModel
+{
+public:
+ bool carrying;
+ bool creepy;
+
+ EndermanModel();
+ virtual void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale, unsigned int uiBitmaskOverrideAnim=0);
+}; \ No newline at end of file