Class RoomInfoRequestPacket
java.lang.Object
com.xpdustry.claj.common.packets.RoomLinkPacket
com.xpdustry.claj.common.packets.RoomInfoRequestPacket
- All Implemented Interfaces:
Packet
-
Field Summary
Fields inherited from class RoomLinkPacket
roomId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RoomLinkPacket
read, writeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Packet
handleClient, handleServer, r, w
-
Constructor Details
-
RoomInfoRequestPacket
public RoomInfoRequestPacket()
-
-
Method Details
-
allow
public boolean allow(boolean isServer) - Specified by:
allowin interfacePacket- Overrides:
allowin classRoomLinkPacket- Returns:
- whether this packet should be allowed or ignored, for the type of endpoint.
-