aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/FishingHookRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/FishingHookRenderer.h')
-rw-r--r--Minecraft.Client/FishingHookRenderer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Minecraft.Client/FishingHookRenderer.h b/Minecraft.Client/FishingHookRenderer.h
index 2683f187..8c58ea9b 100644
--- a/Minecraft.Client/FishingHookRenderer.h
+++ b/Minecraft.Client/FishingHookRenderer.h
@@ -3,6 +3,10 @@
class FishingHookRenderer : public EntityRenderer
{
+private:
+ static ResourceLocation PARTICLE_LOCATION;
+
public:
virtual void render(shared_ptr<Entity> _hook, double x, double y, double z, float rot, float a);
+ virtual ResourceLocation *getTextureLocation(shared_ptr<Entity> mob);
}; \ No newline at end of file