Package mekanism.api.MekanismAPI

Examples of mekanism.api.MekanismAPI.BoxBlacklistEvent


  {   
    proxy.loadSoundHandler();
    hooks = new MekanismHooks();
    hooks.hook();
   
    MinecraftForge.EVENT_BUS.post(new BoxBlacklistEvent());
   
    addIntegratedItems();
   
    OreDictManager.init();
   
View Full Code Here


    ClientTickHandler.tickingSet.clear();
    Mekanism.proxy.unloadSoundHandler();

    MekanismAPI.getBoxIgnore().clear();
    MinecraftForge.EVENT_BUS.post(new BoxBlacklistEvent());

    Mekanism.jetpackOn.clear();
    Mekanism.gasmaskOn.clear();
    Mekanism.activeVibrators.clear();
View Full Code Here

TOP

Related Classes of mekanism.api.MekanismAPI.BoxBlacklistEvent

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.