Package forestry.core.utils

Examples of forestry.core.utils.FontColour


    this.inventorySlots = container;

    if (inventory instanceof TileForestry)
      this.tile = (T) inventory;

    fontColor = new FontColour(Proxies.common.getSelectedTexturePack(Proxies.common.getClientInstance()));
    initLedgers(inventory);
  }
View Full Code Here

TOP

Related Classes of forestry.core.utils.FontColour

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.