Class RoomJoinDeniedPacket
java.lang.Object
com.xpdustry.claj.common.packets.RoomLinkPacket
com.xpdustry.claj.common.packets.RoomJoinDeniedPacket
- All Implemented Interfaces:
Packet
-
Field Summary
FieldsFields inherited from class RoomLinkPacket
roomId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RoomLinkPacket
allowMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Packet
handleClient, handleServer, r, w
-
Field Details
-
reason
-
-
Constructor Details
-
RoomJoinDeniedPacket
public RoomJoinDeniedPacket()
-
-
Method Details
-
read
public void read(arc.util.io.ByteBufferInput read) - Specified by:
readin interfacePacket- Overrides:
readin classRoomLinkPacket
-
write
public void write(arc.util.io.ByteBufferOutput write) - Specified by:
writein interfacePacket- Overrides:
writein classRoomLinkPacket
-