Examples of LiquidFlowEvent


Examples of keepcalm.mods.events.events.LiquidFlowEvent

      origX -= i.offsetX;
      origY -= i.offsetY;
      origZ -= i.offsetZ;
    }
   
    LiquidFlowEvent ev = new LiquidFlowEvent(blck, world, flowX, flowY, flowZ, origX, origY, origZ);
    MinecraftForge.EVENT_BUS.post(ev);
   
    if (ev.isCanceled()) {
      return true;
    }
   
    return false;
  }
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.