Class ClajEvents.ConnectionJoinRejectedEvent

java.lang.Object
com.xpdustry.claj.server.ClajEvents.ConnectionJoinRejectedEvent
Enclosing class:
ClajEvents

public static class ClajEvents.ConnectionJoinRejectedEvent extends Object
  • Field Details

    • connection

      public final ClajConnection connection
    • room

      public final ClajRoom room
      Can be null if the room is not found.
    • reason

      public final com.xpdustry.claj.common.status.RejectReason reason
  • Constructor Details

    • ConnectionJoinRejectedEvent

      public ConnectionJoinRejectedEvent(ClajConnection connection, ClajRoom room, com.xpdustry.claj.common.status.RejectReason reason)