Package crazypants.enderio.gui

Examples of crazypants.enderio.gui.TooltipAddera


  @Override
  public void load() {
    super.load();

    //make sure the tooltip stuff is registered
    TooltipAddera tta = TooltipAddera.instance;

    // Renderers

    AbstractMachineBlock.renderId = RenderingRegistry.getNextAvailableRenderId();
    AbstractMachineRenderer machRen = new AbstractMachineRenderer();
View Full Code Here

TOP

Related Classes of crazypants.enderio.gui.TooltipAddera

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.