diff options
Diffstat (limited to 'Minecraft.Client/BoatRenderer.h')
| -rw-r--r-- | Minecraft.Client/BoatRenderer.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Minecraft.Client/BoatRenderer.h b/Minecraft.Client/BoatRenderer.h index 1cc9c1d9..9396b477 100644 --- a/Minecraft.Client/BoatRenderer.h +++ b/Minecraft.Client/BoatRenderer.h @@ -3,11 +3,14 @@ class BoatRenderer : public EntityRenderer { +private: + static ResourceLocation BOAT_LOCATION; + protected: Model *model; - public: BoatRenderer(); virtual void render(shared_ptr<Entity> boat, double x, double y, double z, float rot, float a); + virtual ResourceLocation *getTextureLocation(shared_ptr<Entity> mob); };
\ No newline at end of file |
