Package zombie.network.packets
Class PlayWorldSoundPacket
java.lang.Object
zombie.network.packets.PlayWorldSoundPacket
- All Implemented Interfaces:
INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()intintgetX()intgetY()booleanvoidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidprocess()voidvoidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
parsein interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacket
-
isConsistent
public boolean isConsistent()- Specified by:
isConsistentin interfaceINetworkPacket
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytesin interfaceINetworkPacket
-
getDescription
- Specified by:
getDescriptionin interfaceINetworkPacket
-