Examples of PressurePlateInteractEvent


Examples of keepcalm.mods.events.events.PressurePlateInteractEvent

          // ninja?
          return false;
        }
   
       
        PressurePlateInteractEvent ev = new PressurePlateInteractEvent(targetEntity, pp, world, x, y, z);
   
        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.