Examples of revalidateZone()


Examples of com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.revalidateZone()

    GetOnVehicle Gon = new GetOnVehicle(activeChar, boat, _x, _y, _z);
    activeChar.setInBoatPosition(new Point3D(_x, _y, _z));
    activeChar.getPosition().setXYZ(boat.getPosition().getX(), boat.getPosition().getY(), boat.getPosition().getZ());
    activeChar.broadcastPacket(Gon);
    activeChar.revalidateZone(true);

  }

  @Override
  public String getType()
View Full Code Here

Examples of net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.revalidateZone()

        GetOnVehicle Gon = new GetOnVehicle(activeChar,boat,_x,_y,_z);
        activeChar.setInBoatPosition(new Point3D(_x,_y,_z));
        activeChar.getPosition().setXYZ(boat.getPosition().getX(),boat.getPosition().getY(),boat.getPosition().getZ());
        activeChar.broadcastPacket(Gon);
        activeChar.revalidateZone(true);


    }

    /* (non-Javadoc)
 
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.