Correction for classes not extending AbstractItemPacket.
This commit is contained in:
parent
8bb3d9d937
commit
0997c81251
@ -31,7 +31,7 @@ import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
/**
|
||||
* @author ShanSoft
|
||||
*/
|
||||
public class ExBuySellList extends AbstractItemPacket
|
||||
public class ExBuySellList implements IClientOutgoingPacket
|
||||
{
|
||||
private final int _buyListId;
|
||||
private final List<Product> _buyList = new ArrayList<>();
|
||||
|
@ -25,7 +25,7 @@ import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
* @author Migi, DS
|
||||
*/
|
||||
|
||||
public class ExReplyPostItemList extends AbstractItemPacket
|
||||
public class ExReplyPostItemList implements IClientOutgoingPacket
|
||||
{
|
||||
PlayerInstance _player;
|
||||
private final ItemInstance[] _itemList;
|
||||
|
@ -25,7 +25,7 @@ import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
/**
|
||||
* @author Migi, DS
|
||||
*/
|
||||
public class ExReplyReceivedPost extends AbstractItemPacket
|
||||
public class ExReplyReceivedPost implements IClientOutgoingPacket
|
||||
{
|
||||
private final Message _msg;
|
||||
private ItemInstance[] _items = null;
|
||||
|
@ -26,7 +26,7 @@ import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
* ExReplySentPost packet implementation.
|
||||
* @author Migi, DS
|
||||
*/
|
||||
public class ExReplySentPost extends AbstractItemPacket
|
||||
public class ExReplySentPost implements IClientOutgoingPacket
|
||||
{
|
||||
private final Message _msg;
|
||||
private ItemInstance[] _items = null;
|
||||
|
@ -23,7 +23,7 @@ import org.l2jmobius.gameserver.model.TradeItem;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
|
||||
public class PrivateStoreListBuy extends AbstractItemPacket
|
||||
public class PrivateStoreListBuy implements IClientOutgoingPacket
|
||||
{
|
||||
private final int _objId;
|
||||
private final long _playerAdena;
|
||||
|
@ -22,7 +22,7 @@ import org.l2jmobius.gameserver.model.TradeItem;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
|
||||
public class PrivateStoreListSell extends AbstractItemPacket
|
||||
public class PrivateStoreListSell implements IClientOutgoingPacket
|
||||
{
|
||||
private final PlayerInstance _player;
|
||||
private final PlayerInstance _seller;
|
||||
|
@ -22,7 +22,7 @@ import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.items.instance.ItemInstance;
|
||||
import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
|
||||
public class PrivateStoreManageListBuy extends AbstractItemPacket
|
||||
public class PrivateStoreManageListBuy implements IClientOutgoingPacket
|
||||
{
|
||||
private final int _objId;
|
||||
private final long _playerAdena;
|
||||
|
@ -21,7 +21,7 @@ import org.l2jmobius.gameserver.model.TradeItem;
|
||||
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
|
||||
public class PrivateStoreManageListSell extends AbstractItemPacket
|
||||
public class PrivateStoreManageListSell implements IClientOutgoingPacket
|
||||
{
|
||||
private final int _objId;
|
||||
private final long _playerAdena;
|
||||
|
@ -23,7 +23,7 @@ import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
/**
|
||||
* @author Yme
|
||||
*/
|
||||
public class TradeOtherAdd extends AbstractItemPacket
|
||||
public class TradeOtherAdd implements IClientOutgoingPacket
|
||||
{
|
||||
private final TradeItem _item;
|
||||
|
||||
|
@ -23,7 +23,7 @@ import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
/**
|
||||
* @author Yme
|
||||
*/
|
||||
public class TradeOwnAdd extends AbstractItemPacket
|
||||
public class TradeOwnAdd implements IClientOutgoingPacket
|
||||
{
|
||||
private final TradeItem _item;
|
||||
|
||||
|
@ -23,7 +23,7 @@ import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.items.instance.ItemInstance;
|
||||
import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
|
||||
public class TradeStart extends AbstractItemPacket
|
||||
public class TradeStart implements IClientOutgoingPacket
|
||||
{
|
||||
private final PlayerInstance _player;
|
||||
private final ItemInstance[] _itemList;
|
||||
|
@ -24,7 +24,7 @@ import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.items.instance.ItemInstance;
|
||||
import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
|
||||
public class WareHouseDepositList extends AbstractItemPacket
|
||||
public class WareHouseDepositList implements IClientOutgoingPacket
|
||||
{
|
||||
public static final int PRIVATE = 1;
|
||||
public static final int CLAN = 4;
|
||||
|
@ -21,7 +21,7 @@ import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
|
||||
import org.l2jmobius.gameserver.model.items.instance.ItemInstance;
|
||||
import org.l2jmobius.gameserver.network.OutgoingPackets;
|
||||
|
||||
public class WareHouseWithdrawalList extends AbstractItemPacket
|
||||
public class WareHouseWithdrawalList implements IClientOutgoingPacket
|
||||
{
|
||||
public static final int PRIVATE = 1;
|
||||
public static final int CLAN = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user