Party match classes moved to partymatching package.
This commit is contained in:
@@ -112,8 +112,6 @@ import org.l2jmobius.gameserver.instancemanager.RaidBossPointsManager;
|
||||
import org.l2jmobius.gameserver.instancemanager.RaidBossSpawnManager;
|
||||
import org.l2jmobius.gameserver.instancemanager.SiegeManager;
|
||||
import org.l2jmobius.gameserver.model.Manor;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.model.World;
|
||||
import org.l2jmobius.gameserver.model.entity.Announcements;
|
||||
import org.l2jmobius.gameserver.model.entity.Hero;
|
||||
@@ -128,6 +126,8 @@ import org.l2jmobius.gameserver.model.entity.siege.clanhalls.BanditStrongholdSie
|
||||
import org.l2jmobius.gameserver.model.entity.siege.clanhalls.DevastatedCastle;
|
||||
import org.l2jmobius.gameserver.model.entity.siege.clanhalls.FortressOfResistance;
|
||||
import org.l2jmobius.gameserver.model.multisell.Multisell;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.model.spawn.AutoSpawn;
|
||||
import org.l2jmobius.gameserver.network.GameClient;
|
||||
import org.l2jmobius.gameserver.network.GamePacketHandler;
|
||||
|
@@ -36,6 +36,8 @@ import org.l2jmobius.gameserver.model.actor.instance.SummonInstance;
|
||||
import org.l2jmobius.gameserver.model.entity.DimensionalRift;
|
||||
import org.l2jmobius.gameserver.model.entity.sevensigns.SevenSignsFestival;
|
||||
import org.l2jmobius.gameserver.model.items.instance.ItemInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.skills.Stats;
|
||||
import org.l2jmobius.gameserver.network.SystemMessageId;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.CreatureSay;
|
||||
|
@@ -99,9 +99,6 @@ import org.l2jmobius.gameserver.model.Macro;
|
||||
import org.l2jmobius.gameserver.model.MacroList;
|
||||
import org.l2jmobius.gameserver.model.ManufactureList;
|
||||
import org.l2jmobius.gameserver.model.Party;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.model.PetInventory;
|
||||
import org.l2jmobius.gameserver.model.PlayerFreight;
|
||||
import org.l2jmobius.gameserver.model.PlayerInventory;
|
||||
@@ -156,6 +153,9 @@ import org.l2jmobius.gameserver.model.items.instance.ItemInstance;
|
||||
import org.l2jmobius.gameserver.model.items.type.ArmorType;
|
||||
import org.l2jmobius.gameserver.model.items.type.EtcItemType;
|
||||
import org.l2jmobius.gameserver.model.items.type.WeaponType;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.model.quest.EventType;
|
||||
import org.l2jmobius.gameserver.model.quest.Quest;
|
||||
import org.l2jmobius.gameserver.model.quest.QuestState;
|
||||
|
@@ -14,7 +14,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package org.l2jmobius.gameserver.model;
|
||||
package org.l2jmobius.gameserver.model.partymatching;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
@@ -14,7 +14,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package org.l2jmobius.gameserver.model;
|
||||
package org.l2jmobius.gameserver.model.partymatching;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
@@ -14,7 +14,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package org.l2jmobius.gameserver.model;
|
||||
package org.l2jmobius.gameserver.model.partymatching;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
@@ -16,11 +16,11 @@
|
||||
*/
|
||||
package org.l2jmobius.gameserver.network.clientpackets;
|
||||
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.model.World;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.network.SystemMessageId;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.ExManagePartyRoomMember;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.ExPartyRoomMember;
|
||||
|
@@ -16,9 +16,9 @@
|
||||
*/
|
||||
package org.l2jmobius.gameserver.network.clientpackets;
|
||||
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.network.SystemMessageId;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.ExManagePartyRoomMember;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.JoinParty;
|
||||
|
@@ -16,9 +16,9 @@
|
||||
*/
|
||||
package org.l2jmobius.gameserver.network.clientpackets;
|
||||
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
|
||||
/**
|
||||
* Format: (ch) dd
|
||||
|
@@ -16,8 +16,8 @@
|
||||
*/
|
||||
package org.l2jmobius.gameserver.network.clientpackets;
|
||||
|
||||
import org.l2jmobius.gameserver.model.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchWaitingList;
|
||||
|
||||
/**
|
||||
* Format: (ch) this is just a trigger : no data
|
||||
|
@@ -17,11 +17,11 @@
|
||||
package org.l2jmobius.gameserver.network.clientpackets;
|
||||
|
||||
import org.l2jmobius.gameserver.instancemanager.TownManager;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.model.World;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.network.SystemMessageId;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.ExClosePartyRoom;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.PartyMatchList;
|
||||
|
@@ -16,10 +16,10 @@
|
||||
*/
|
||||
package org.l2jmobius.gameserver.network.clientpackets;
|
||||
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.network.SystemMessageId;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.ActionFailed;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.ExPartyRoomMember;
|
||||
|
@@ -16,10 +16,10 @@
|
||||
*/
|
||||
package org.l2jmobius.gameserver.network.clientpackets;
|
||||
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.network.SystemMessageId;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.ExManagePartyRoomMember;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.ExPartyRoomMember;
|
||||
|
@@ -18,10 +18,10 @@ package org.l2jmobius.gameserver.network.clientpackets;
|
||||
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.network.SystemMessageId;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.ExPartyRoomMember;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.PartyMatchDetail;
|
||||
|
@@ -17,9 +17,9 @@
|
||||
package org.l2jmobius.gameserver.network.clientpackets;
|
||||
|
||||
import org.l2jmobius.gameserver.model.Party;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.ExClosePartyRoom;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.ExPartyRoomMember;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.PartyMatchDetail;
|
||||
|
@@ -16,9 +16,9 @@
|
||||
*/
|
||||
package org.l2jmobius.gameserver.network.clientpackets;
|
||||
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.network.SystemMessageId;
|
||||
import org.l2jmobius.gameserver.network.serverpackets.ExClosePartyRoom;
|
||||
|
||||
|
@@ -19,10 +19,10 @@ package org.l2jmobius.gameserver.network.serverpackets;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchWaitingList;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchWaitingList;
|
||||
|
||||
/**
|
||||
* @author Gnacik
|
||||
|
@@ -17,8 +17,8 @@
|
||||
package org.l2jmobius.gameserver.network.serverpackets;
|
||||
|
||||
import org.l2jmobius.gameserver.instancemanager.TownManager;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
|
||||
/**
|
||||
* @author Gnacik Mode : 0 - add 1 - modify 2 - quit
|
||||
|
@@ -17,8 +17,8 @@
|
||||
package org.l2jmobius.gameserver.network.serverpackets;
|
||||
|
||||
import org.l2jmobius.gameserver.instancemanager.TownManager;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
|
||||
/**
|
||||
* @author Gnacik
|
||||
|
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
package org.l2jmobius.gameserver.network.serverpackets;
|
||||
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
|
||||
/**
|
||||
* @author Gnacik
|
||||
|
@@ -19,9 +19,9 @@ package org.l2jmobius.gameserver.network.serverpackets;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.PartyMatchRoomList;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoom;
|
||||
import org.l2jmobius.gameserver.model.partymatching.PartyMatchRoomList;
|
||||
|
||||
public class PartyMatchList extends GameServerPacket
|
||||
{
|
||||
|
Reference in New Issue
Block a user