Package openperipheral.adapter

Examples of openperipheral.adapter.PeripheralHandlers


    ClientCommandHandler.instance.registerCommand(new CommandDump());
  }

  @Mod.EventHandler
  public void postInit(FMLPostInitializationEvent evt) {
    ComputerCraftAPI.registerPeripheralProvider(new PeripheralHandlers());
  }
View Full Code Here

TOP

Related Classes of openperipheral.adapter.PeripheralHandlers

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.