enum

Caridina::Events::JoinRules::JoinRule

Inherits Enum < Comparable < Value < Object

Constants

Public = 0
Knock = 1
Invite = 2
Private = 3

Instance methods

invite?

Returns true if this enum value equals Invite

Source
knock?

Returns true if this enum value equals Knock

Source
private?

Returns true if this enum value equals Private

Source
public?

Returns true if this enum value equals Public

Source