Package tconstruct.client

Examples of tconstruct.client.ArmorControls


  public static KnapsackInventory knapsack = new KnapsackInventory();
  public static ArmorExtended armorExtended = new ArmorExtended();

  @Override
  public void preInit() {
    controlInstance = new ArmorControls();
    FMLCommonHandler.instance().bus().register(controlInstance);
    MinecraftForge.EVENT_BUS.register(controlInstance);
    MinecraftForge.EVENT_BUS.register(new TabRegistry());
  }
View Full Code Here

TOP

Related Classes of tconstruct.client.ArmorControls

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.