Package crazypants.enderio.machine.attractor

Examples of crazypants.enderio.machine.attractor.AttractorRenderer$VertXForm


   
    BlockSoulBinder.renderId = RenderingRegistry.getNextAvailableRenderId();
    RenderingRegistry.registerBlockHandler(new SoulBinderRenderer());
   
    BlockAttractor.renderId = RenderingRegistry.getNextAvailableRenderId();
    AttractorRenderer attRen = new AttractorRenderer();
    RenderingRegistry.registerBlockHandler(attRen);
    ClientRegistry.bindTileEntitySpecialRenderer(TileAttractor.class, attRen);
    MinecraftForgeClient.registerItemRenderer(Item.getItemFromBlock(EnderIO.blockAttractor), attRen);
       
    SpawnGuardRenderer sgr = new SpawnGuardRenderer();
View Full Code Here

TOP

Related Classes of crazypants.enderio.machine.attractor.AttractorRenderer$VertXForm

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.