Package erogenousbeef.core.multiblock

Examples of erogenousbeef.core.multiblock.MultiblockClientTickHandler


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

    FMLCommonHandler.instance().bus().register(new MultiblockClientTickHandler());
        FMLCommonHandler.instance().bus().register(new BRRenderTickHandler());

    BlockFuelRod.renderId = RenderingRegistry.getNextAvailableRenderId();
    ISimpleBlockRenderingHandler fuelRodISBRH = new SimpleRendererFuelRod();
    RenderingRegistry.registerBlockHandler(BlockFuelRod.renderId, fuelRodISBRH);
View Full Code Here

TOP

Related Classes of erogenousbeef.core.multiblock.MultiblockClientTickHandler

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.