Package vazkii.botania.common.block.tile

Examples of vazkii.botania.common.block.tile.TileMiniIsland


    GL11.glTranslatef(-0.5F, -0.5F, -0.5F);
    float s = 1.4F;
    GL11.glScalef(s, s, s);
    GL11.glRotatef(-5F, 1F, 0F, 0F);
    RenderTileMiniIsland.forcedMetadata = metadata;
    TileEntityRendererDispatcher.instance.renderTileEntityAt(new TileMiniIsland(), 0.0D, 0.0D, 0.0D, 0.0F);
    GL11.glPopMatrix();
  }
View Full Code Here


    return LibRenderIDs.idMiniIsland;
  }

  @Override
  public TileEntity createNewTileEntity(World world, int meta) {
    return new TileMiniIsland();
  }
View Full Code Here

TOP

Related Classes of vazkii.botania.common.block.tile.TileMiniIsland

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.