Uses of Enum
de.marcely.bedwars.api.remote.RemotePlayerAddResult.GeneralResult
Package
Description
Classes used to manage other servers running MBedwars remotely.
-
Uses of RemotePlayerAddResult.GeneralResult in de.marcely.bedwars.api.remote
Modifier and TypeMethodDescriptionRemotePlayerAddResult.getGeneralResult()
Returns the result of the general action.Returns the enum constant of this type with the specified name.static RemotePlayerAddResult.GeneralResult[]
RemotePlayerAddResult.GeneralResult.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionRemotePlayerAddResult
(RemotePlayerAddResult.GeneralResult result, Map<UUID, Pair<RemotePlayerAddResult.PlayerResult, AddPlayerIssue>> players)