Uses of Enum
net.ognetwork.ogcore.api.models.Party.ResultStatus
Packages that use Party.ResultStatus
-
Uses of Party.ResultStatus in net.ognetwork.ogcore.api.models
Methods in net.ognetwork.ogcore.api.models that return Party.ResultStatusModifier and TypeMethodDescriptionParty.declineInvite(UUID playerUuid) Tries to make a player decline a party invite.Party.declineInvite(Player player) Tries to make a player decline a party invite.Tries to disband a party as a player.Tries to disband a party as a player.Tries to invite a player to the party.Tries to invite a player to the party.Tries to invite a player to the party.Tries to make a player join a party.Tries to make a player join a party.Party.kickMember(UUID actingPlayerUuid, UUID kickeePlayerUuid) Tries to kick a user from the party.Party.kickMember(Player actingPlayer, UUID kickeePlayerUuid) Tries to kick a user from the party.Party.kickMember(Player actingPlayer, Player kickeePlayer) Tries to kick a user from the party.Party.makeLeader(UUID actingPlayerUuid, UUID promoteePlayerUuid) Tries to make a user the leader of the party.Party.makeLeader(Player actingPlayer, UUID promoteePlayerUuid) Tries to make a user the leader of the party.Party.makeLeader(Player actingPlayer, Player promoteePlayer) Tries to make a user the leader of the party.Party.makePrivate(UUID actingPlayerUuid) Tries to make a party private.Party.makePrivate(Player actingPlayer) Tries to make a party private.Party.makePublic(UUID actingPlayerUuid) Tries to make a party public.Party.makePublic(Player actingPlayer) Tries to make a party public.static Party.ResultStatusReturns the enum constant of this type with the specified name.static Party.ResultStatus[]Party.ResultStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.