December 2014 files
This commit is contained in:
@@ -4,13 +4,17 @@
|
||||
class CreeperRenderer: public MobRenderer
|
||||
{
|
||||
private:
|
||||
Model *armorModel;
|
||||
static ResourceLocation POWER_LOCATION;
|
||||
static ResourceLocation CREEPER_LOCATION;
|
||||
Model *armorModel;
|
||||
|
||||
public:
|
||||
CreeperRenderer();
|
||||
|
||||
protected:
|
||||
virtual void scale(shared_ptr<Mob> _mob, float a);
|
||||
virtual int getOverlayColor(shared_ptr<Mob> mob, float br, float a);
|
||||
virtual int prepareArmor(shared_ptr<Mob> mob, int layer, float a);
|
||||
virtual int prepareArmorOverlay(shared_ptr<Mob> _mob, int layer, float a);
|
||||
virtual void scale(shared_ptr<LivingEntity> _mob, float a);
|
||||
virtual int getOverlayColor(shared_ptr<LivingEntity> mob, float br, float a);
|
||||
virtual int prepareArmor(shared_ptr<LivingEntity> mob, int layer, float a);
|
||||
virtual int prepareArmorOverlay(shared_ptr<LivingEntity> _mob, int layer, float a);
|
||||
virtual ResourceLocation *getTextureLocation(shared_ptr<Entity> mob);
|
||||
};
|
||||
Reference in New Issue
Block a user