Package zombie.network.packets
Class PlayWorldSoundPacket
java.lang.Object
zombie.network.packets.PlayWorldSoundPacket
- All Implemented Interfaces:
INetworkPacket
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
int
getX()
int
getY()
boolean
void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
process()
void
void
write
(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.network.packets.INetworkPacket
log
-
Constructor Details
-
PlayWorldSoundPacket
public PlayWorldSoundPacket()
-
-
Method Details
-
set
-
process
public void process() -
getName
-
getX
public int getX() -
getY
public int getY() -
parse
- Specified by:
parse
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacket
-
isConsistent
public boolean isConsistent()- Specified by:
isConsistent
in interfaceINetworkPacket
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytes
in interfaceINetworkPacket
-
getDescription
- Specified by:
getDescription
in interfaceINetworkPacket
-