Fix javadoc compile issues
This commit is contained in:
parent
be30f7d92e
commit
1171861785
1 changed files with 0 additions and 12 deletions
|
@ -23,14 +23,6 @@ public class RenderEntitySoulSnare extends Render<EntitySoulSnare>
|
||||||
this.field_177083_e = p_i46137_3_;
|
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)
|
public void doRender(EntitySoulSnare entity, double x, double y, double z, float entityYaw, float partialTicks)
|
||||||
{
|
{
|
||||||
GlStateManager.pushMatrix();
|
GlStateManager.pushMatrix();
|
||||||
|
@ -51,10 +43,6 @@ public class RenderEntitySoulSnare extends Render<EntitySoulSnare>
|
||||||
return new ItemStack(this.field_177084_a, 1, 0);
|
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)
|
protected ResourceLocation getEntityTexture(EntitySoulSnare entity)
|
||||||
{
|
{
|
||||||
return TextureMap.locationBlocksTexture;
|
return TextureMap.locationBlocksTexture;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue