public class SMerchantOffersPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
| Constructor and Description |
|---|
SMerchantOffersPacket() |
SMerchantOffersPacket(int id,
MerchantOffers offersIn,
int levelIn,
int xpIn,
boolean p_i51539_5_,
boolean p_i51539_6_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
func_218735_f() |
boolean |
func_223477_g() |
int |
getContainerId() |
int |
getExp() |
int |
getLevel() |
MerchantOffers |
getOffers() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic SMerchantOffersPacket()
public SMerchantOffersPacket(int id,
MerchantOffers offersIn,
int levelIn,
int xpIn,
boolean p_i51539_5_,
boolean p_i51539_6_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void processPacket(IClientPlayNetHandler handler)
processPacket in interface IPacket<IClientPlayNetHandler>public int getContainerId()
public MerchantOffers getOffers()
public int getLevel()
public int getExp()
public boolean func_218735_f()
public boolean func_223477_g()