Package com.mojang.minecraft.gui

Examples of com.mojang.minecraft.gui.FontRenderer.render()


            Block.blocks[var15].renderFullbright(var7);
            var7.end();
            GL11.glPopMatrix();
            if(var8.count[var12] > 1) {
               var23 = "" + var8.count[var12];
               var5.render(var23, var26 + 19 - var5.getWidth(var23), var14 + 6, 16777215);
            }
         }
      }

      var5.render("0.30", 2, 2, 16777215);
View Full Code Here


               var5.render(var23, var26 + 19 - var5.getWidth(var23), var14 + 6, 16777215);
            }
         }
      }

      var5.render("0.30", 2, 2, 16777215);
      if(this.mc.settings.showFrameRate) {
         var5.render(this.mc.debug, 2, 12, 16777215);
      }

      if(this.mc.gamemode instanceof SurvivalGameMode) {
View Full Code Here

         }
      }

      var5.render("0.30", 2, 2, 16777215);
      if(this.mc.settings.showFrameRate) {
         var5.render(this.mc.debug, 2, 12, 16777215);
      }

      if(this.mc.gamemode instanceof SurvivalGameMode) {
         String var24 = "Score: &e" + this.mc.player.getScore();
         var5.render(var24, this.width - var5.getWidth(var24) - 2, 2, 16777215);
View Full Code Here

         var5.render(this.mc.debug, 2, 12, 16777215);
      }

      if(this.mc.gamemode instanceof SurvivalGameMode) {
         String var24 = "Score: &e" + this.mc.player.getScore();
         var5.render(var24, this.width - var5.getWidth(var24) - 2, 2, 16777215);
         var5.render("Arrows: " + this.mc.player.arrows, this.width / 2 + 8, this.height - 33, 16777215);
      }

      byte var25 = 10;
      boolean var27 = false;
View Full Code Here

      }

      if(this.mc.gamemode instanceof SurvivalGameMode) {
         String var24 = "Score: &e" + this.mc.player.getScore();
         var5.render(var24, this.width - var5.getWidth(var24) - 2, 2, 16777215);
         var5.render("Arrows: " + this.mc.player.arrows, this.width / 2 + 8, this.height - 33, 16777215);
      }

      byte var25 = 10;
      boolean var27 = false;
      if(this.mc.currentScreen instanceof ChatInputScreen) {
View Full Code Here

         var27 = true;
      }

      for(var14 = 0; var14 < this.chat.size() && var14 < var25; ++var14) {
         if(((ChatLine)this.chat.get(var14)).time < 200 || var27) {
            var5.render(((ChatLine)this.chat.get(var14)).message, 2, this.height - 8 - var14 * 9 - 20, 16777215);
         }
      }

      var14 = this.width / 2;
      var15 = this.height / 2;
View Full Code Here

         GL11.glVertex2f((float)(var14 + 128), (float)(var15 + 68));
         GL11.glEnd();
         GL11.glDisable(3042);
         GL11.glEnable(3553);
         var23 = "Connected players:";
         var5.render(var23, var14 - var5.getWidth(var23) / 2, var15 - 64 - 12, 16777215);

         for(var11 = 0; var11 < var22.size(); ++var11) {
            int var28 = var14 + var11 % 2 * 120 - 120;
            int var17 = var15 - 64 + (var11 / 2 << 3);
            if(var2 && var3 >= var28 && var4 >= var17 && var3 < var28 + 120 && var4 < var17 + 8) {
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.