Examples of TileEntityTelemetry


Examples of micdoodle8.mods.galacticraft.core.tile.TileEntityTelemetry

    }

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

Examples of micdoodle8.mods.galacticraft.core.tile.TileEntityTelemetry

    frameBx = sizeX - frameA;
      frameBy = sizeY - frameA;
      drawBlackBackground(0.0F);
      yPos = 0;

      TileEntityTelemetry telemeter = TileEntityTelemetry.getNearest(screen.driver);
      //Make the text to draw.  To look good it's important the width and height
      //of the whole text box are correctly set here.
      String strName = "";
      String str0 = "No link";
      String str1 = "";
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.