Package calclavia.api.mffs.EventForceManipulate

Examples of calclavia.api.mffs.EventForceManipulate.EventPostForceManipulate


          }

          this.handler.queueEvent(new BlockNotifyDelayedEvent(this.handler, 0, this.world, this.originalPosition));
          this.handler.queueEvent(new BlockNotifyDelayedEvent(this.handler, 0, this.world, this.newPosition));

          MinecraftForge.EVENT_BUS.post(new EventPostForceManipulate(this.world, this.originalPosition.intX(), this.originalPosition.intY(), this.originalPosition.intZ(), this.newPosition.intX(), this.newPosition.intY(), this.newPosition.intZ()));
        }
        catch (Exception e)
        {
          e.printStackTrace();
        }
View Full Code Here

TOP

Related Classes of calclavia.api.mffs.EventForceManipulate.EventPostForceManipulate

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.