Examples of VehicleBlockCollisionEvent


Examples of org.bukkit.event.vehicle.VehicleBlockCollisionEvent

        } else if (oldDz > dz) {
          block = block.getRelative(BlockFace.SOUTH);
        } else if (oldDz < dz) {
          block = block.getRelative(BlockFace.NORTH);
        }
        CommonUtil.callEvent(new VehicleBlockCollisionEvent(vehicle, block));
      }
      // Perform post movement logic
      onPostMove(moveDx, moveDy, moveDz);
    }
  }
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.