December 2014 files
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#include "MobRenderer.h"
|
||||
|
||||
class Silverfish;
|
||||
@@ -8,16 +7,18 @@ class SilverfishRenderer : public MobRenderer
|
||||
{
|
||||
private:
|
||||
//int modelVersion;
|
||||
static ResourceLocation SILVERFISH_LOCATION;
|
||||
|
||||
public:
|
||||
SilverfishRenderer();
|
||||
|
||||
protected:
|
||||
float getFlipDegrees(shared_ptr<Silverfish> spider);
|
||||
float getFlipDegrees(shared_ptr<LivingEntity> spider);
|
||||
|
||||
public:
|
||||
void render(shared_ptr<Entity> _mob, double x, double y, double z, float rot, float a);
|
||||
virtual void render(shared_ptr<Entity> _mob, double x, double y, double z, float rot, float a);
|
||||
virtual ResourceLocation *getTextureLocation(shared_ptr<Entity> mob);
|
||||
|
||||
protected:
|
||||
int prepareArmor(shared_ptr<Mob> _silverfish, int layer, float a);
|
||||
virtual int prepareArmor(shared_ptr<LivingEntity> _silverfish, int layer, float a);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user