Examples of ZombieGeneratorRenderer


Examples of crazypants.enderio.machine.generator.zombie.ZombieGeneratorRenderer

      if(!Config.combustionGeneratorUseOpaqueModel) {
        ClientRegistry.bindTileEntitySpecialRenderer(TileCombustionGenerator.class, cr);
      }
    }

    ZombieGeneratorRenderer zgr = new ZombieGeneratorRenderer();
    ClientRegistry.bindTileEntitySpecialRenderer(TileZombieGenerator.class, zgr);
    MinecraftForgeClient.registerItemRenderer(Item.getItemFromBlock(EnderIO.blockZombieGenerator), zgr);

    KillerJoeRenderer kjr = new KillerJoeRenderer();
    ClientRegistry.bindTileEntitySpecialRenderer(TileKillerJoe.class, kjr);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.