commands, camera, messages, overlay, ..
This commit is contained in:
parent
75f91dbf4c
commit
d45cd7ec2c
126 changed files with 854 additions and 628 deletions
|
@ -3,13 +3,13 @@ package game.packet;
|
|||
import java.io.IOException;
|
||||
|
||||
import game.item.ItemStack;
|
||||
import game.network.NetHandlerPlayClient;
|
||||
import game.network.ClientPlayer;
|
||||
import game.network.Packet;
|
||||
import game.network.PacketBuffer;
|
||||
import game.village.MerchantRecipe;
|
||||
import game.village.MerchantRecipeList;
|
||||
|
||||
public class SPacketTrades implements Packet<NetHandlerPlayClient>
|
||||
public class SPacketTrades implements Packet<ClientPlayer>
|
||||
{
|
||||
private MerchantRecipeList recipes;
|
||||
private int windowId;
|
||||
|
@ -88,7 +88,7 @@ public class SPacketTrades implements Packet<NetHandlerPlayClient>
|
|||
/**
|
||||
* Passes this Packet on to the NetHandler for processing.
|
||||
*/
|
||||
public void processPacket(NetHandlerPlayClient handler)
|
||||
public void processPacket(ClientPlayer handler)
|
||||
{
|
||||
handler.handleTrades(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue