package electroblob.wizardry.client.renderer; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import electroblob.wizardry.entity.living.EntitySilverfishMinion; import net.minecraft.client.model.ModelSilverfish; import net.minecraft.client.renderer.entity.RenderLiving; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLiving; import net.minecraft.entity.EntityLivingBase; import net.minecraft.util.ResourceLocation; @SideOnly(Side.CLIENT) public class RenderSilverfishMinion extends RenderLiving { private static final ResourceLocation silverfishTextures = new ResourceLocation("textures/entity/silverfish.png"); private static final String __OBFID = "CL_00001022"; public RenderSilverfishMinion() { super(new ModelSilverfish(), 0.3F); } protected float getDeathMaxRotation(EntitySilverfishMinion p_77037_1_) { return 180.0F; } /** * Actually renders the given argument. This is a synthetic bridge method, always casting down its argument and then * handing it off to a worker function which does the actual work. In all probabilty, the class Render is generic * (Render