Examples of FluidCellHandler


Examples of extracells.handler.FluidCellHandler

    proxy.RegisterRenderers();
    proxy.RegisterTileEntities();
    proxy.addRecipes();
    if (!debug)
      Util.addBasicBlackList(ItemEnum.FLUIDDISPLAY.getItemInstance().itemID, OreDictionary.WILDCARD_VALUE);
    Util.getCellRegistry().addCellHandler(new FluidCellHandler());
    LanguageRegistry.instance().addStringLocalization("itemGroup.Extra_Cells", "en_US", "Extra Cells");
    renderID = RenderingRegistry.getNextAvailableRenderId();
    RenderHandler handler = new RenderHandler(renderID);
    RenderingRegistry.registerBlockHandler(handler);
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.