Package l2p.gameserver.model.instances

Examples of l2p.gameserver.model.instances.L2DoorInstance.clone()


                  {
                    _log.warning("Door " + doorId + " not found!");
                  }
                  else
                  {
                    door = newDoor.clone();
                    door.setOpen(opened);
                    door.setHPVisible(!invul);
                    door.setIsInvul(invul);
                    if(!_instancedZones.get(instanceId).get(0).getDoors().add(door))
                    {
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.