Package btw.client.render.entity
Class MiningChargeRenderer
java.lang.Object
net.minecraft.src.Render
btw.client.render.entity.MiningChargeRenderer
-
Field Summary
Fields inherited from class net.minecraft.src.Render
renderBlocks, renderManager, shadowOpaque, shadowSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidActually renders the given argument.protected ResourceLocationgetEntityTexture(Entity var1) Returns the location of an entity's texture.voidrenderMiningCharge(MiningChargeEntity miningCharge, double d, double d1, double d2, float f, float f1) voidrenderMiningChargeBlock(int iFacing, float fColorMultiplier) Methods inherited from class net.minecraft.src.Render
bindEntityTexture, bindTexture, doRenderShadowAndFire, getFontRendererFromRenderManager, renderAABB, renderOffsetAABB, setRenderManager, updateIcons
-
Constructor Details
-
MiningChargeRenderer
public MiningChargeRenderer()
-
-
Method Details
-
doRender
Description copied from class:RenderActually 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 doRender(T entity, double d, double d1, double d2, float f, float f1). But JAD is pre 1.5 so doesn't do that. -
getEntityTexture
Description copied from class:RenderReturns the location of an entity's texture. Doesn't seem to be called unless you call Render.bindEntityTexture.- Specified by:
getEntityTexturein classRender
-
renderMiningCharge
public void renderMiningCharge(MiningChargeEntity miningCharge, double d, double d1, double d2, float f, float f1) -
renderMiningChargeBlock
public void renderMiningChargeBlock(int iFacing, float fColorMultiplier)
-