Class ClanChannelChanged


  • public final class ClanChannelChanged
    extends Object
    An event fired when the local player joins or leaves a clan channel.
    • Constructor Detail

      • ClanChannelChanged

        public ClanChannelChanged​(@Nullable
                                  ClanChannel clanChannel,
                                  int clanId,
                                  boolean guest)
    • Method Detail

      • getClanChannel

        @Nullable
        public ClanChannel getClanChannel()
        The clan channel
      • getClanId

        public int getClanId()
        The clan id, or -1 for guest clan
        See Also:
        ClanID
      • isGuest

        public boolean isGuest()
        Whether or not this was the guest clan channel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object