Uses of Enum
me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent.Result
Packages that use PrivateArenaJoinEvent.Result
-
Uses of PrivateArenaJoinEvent.Result in me.harsh.privategamesaddon.api.events
Methods in me.harsh.privategamesaddon.api.events that return PrivateArenaJoinEvent.ResultModifier and TypeMethodDescriptionPrivateArenaJoinEvent.getResult()Get the result of the join attempt.static PrivateArenaJoinEvent.ResultReturns the enum constant of this type with the specified name.static PrivateArenaJoinEvent.Result[]PrivateArenaJoinEvent.Result.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.harsh.privategamesaddon.api.events with parameters of type PrivateArenaJoinEvent.ResultModifier and TypeMethodDescriptionvoidPrivateArenaJoinEvent.setResult(PrivateArenaJoinEvent.Result result) Set the result of the join attempt.Constructors in me.harsh.privategamesaddon.api.events with parameters of type PrivateArenaJoinEvent.ResultModifierConstructorDescriptionPrivateArenaJoinEvent(Player player, Arena arena, PrivateArenaJoinEvent.Result result)