Class ClajEvents.RoomListRejectedEvent
java.lang.Object
com.xpdustry.claj.server.ClajEvents.RoomListRejectedEvent
- Enclosing class:
ClajEvents
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ClajConnectionfinal booleanfinal com.xpdustry.claj.common.status.ClajType -
Constructor Summary
ConstructorsConstructorDescriptionRoomListRejectedEvent(ClajConnection connection, com.xpdustry.claj.common.status.ClajType type, boolean rateLimited) -
Method Summary
-
Field Details
-
connection
-
type
public final com.xpdustry.claj.common.status.ClajType type -
rateLimited
public final boolean rateLimited
-
-
Constructor Details
-
RoomListRejectedEvent
public RoomListRejectedEvent(ClajConnection connection, com.xpdustry.claj.common.status.ClajType type, boolean rateLimited)
-