Examples of BoxBlacklistEvent


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

Examples of mekanism.api.MekanismAPI.BoxBlacklistEvent

    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
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.