Examples of renderItemOnHUD()


Examples of org.spoutcraft.api.block.design.BlockDesign.renderItemOnHUD()

      }
    }

    if (design != null && custom) {
      GL11.glDisable(GL11.GL_LIGHTING);
      design.renderItemOnHUD((float)(par4 - 2), (float)(par5 + 3), -3.0F + this.zLevel);
      GL11.glEnable(GL11.GL_LIGHTING);
    } else if (par3ItemStack.getItemSpriteNumber() == 0 && RenderBlocks.renderItemIn3d(Block.blocksList[var6].getRenderType())) {
      Minecraft.getMinecraft().getTextureManager().bindTexture(new ResourceLocation("textures/atlas/blocks.png"));
      Block var15 = Block.blocksList[var6];
      GL11.glPushMatrix();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.