Class BlockLiftedByPlatformRenderer

java.lang.Object
net.minecraft.src.Render
btw.client.render.entity.BlockLiftedByPlatformRenderer

@Environment(CLIENT) public class BlockLiftedByPlatformRenderer extends Render
  • Constructor Details

    • BlockLiftedByPlatformRenderer

      public BlockLiftedByPlatformRenderer()
  • Method Details

    • doRender

      public void doRender(Entity entity, double x, double y, double z, float fYaw, float renderPartialTicks)
      Description copied from class: Render
      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 doRender(T entity, double d, double d1, double d2, float f, float f1). But JAD is pre 1.5 so doesn't do that.
      Specified by:
      doRender in class Render
    • getEntityTexture

      protected ResourceLocation getEntityTexture(Entity var1)
      Description copied from class: Render
      Returns the location of an entity's texture. Doesn't seem to be called unless you call Render.bindEntityTexture.
      Specified by:
      getEntityTexture in class Render
    • renderBlockRedstoneWire

      public boolean renderBlockRedstoneWire(World world, BlockLiftedByPlatformEntity liftedBlockEntity, BlockRedstoneWire blockRedstoneWire, int iMetaData, double x, double y, double z)
    • renderBlockMinecartTrack

      public boolean renderBlockMinecartTrack(World world, BlockLiftedByPlatformEntity liftedBlockEntity, BlockRailBase blockrail, int iMetaData, double x, double y, double z)