public class CUpdateBeaconPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
| Modifier and Type | Field and Description |
|---|---|
private int |
primaryEffect |
private int |
secondaryEffect |
| Constructor and Description |
|---|
CUpdateBeaconPacket() |
CUpdateBeaconPacket(int primaryEffectIn,
int secondaryEffectIn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPrimaryEffect() |
int |
getSecondaryEffect() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic CUpdateBeaconPacket()
public CUpdateBeaconPacket(int primaryEffectIn,
int secondaryEffectIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void processPacket(IServerPlayNetHandler handler)
processPacket in interface IPacket<IServerPlayNetHandler>public int getPrimaryEffect()
public int getSecondaryEffect()