Class ClajEvents.RoomInfoRejectedEvent

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

public static class ClajEvents.RoomInfoRejectedEvent extends Object
  • Field Details

    • connection

      public final ClajConnection connection
    • room

      public final ClajRoom room
      Not nul means that action was denied because the room is closing.
    • rateLimited

      public final boolean rateLimited
      true if the action was denied because of rate limit.
      if both room and field are null and false, this means that the room was not found.
  • Constructor Details

    • RoomInfoRejectedEvent

      public RoomInfoRejectedEvent(ClajConnection connection, ClajRoom room, boolean rateLimited)