Fix javadoc compile issues

This commit is contained in:
Nick 2016-01-08 16:36:07 -08:00
parent be30f7d92e
commit 1171861785

View file

@ -23,14 +23,6 @@ public class RenderEntitySoulSnare extends Render<EntitySoulSnare>
this.field_177083_e = p_i46137_3_;
}
/**
* 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<T extends Entity>) and this method has signature
* public void func_76986_a(T entity, double d, double d1, double d2, float
* f, float f1). But JAD is pre 1.5 so doe
*/
public void doRender(EntitySoulSnare entity, double x, double y, double z, float entityYaw, float partialTicks)
{
GlStateManager.pushMatrix();
@ -51,10 +43,6 @@ public class RenderEntitySoulSnare extends Render<EntitySoulSnare>
return new ItemStack(this.field_177084_a, 1, 0);
}
/**
* Returns the location of an entity's texture. Doesn't seem to be called
* unless you call Render.bindEntityTexture.
*/
protected ResourceLocation getEntityTexture(EntitySoulSnare entity)
{
return TextureMap.locationBlocksTexture;