Uses of Interface
net.ognetwork.ogcore.api.generics.Player
Packages that use Player
-
Uses of Player in net.ognetwork.ogcore.api.models
Classes in net.ognetwork.ogcore.api.models that implement PlayerMethods in net.ognetwork.ogcore.api.models with parameters of type PlayerModifier and TypeMethodDescriptionParty.declineInvite
(Player player) Tries to make a player decline a party invite.Tries to disband a party as a player.Tries to invite a player to the party.Tries to invite a player to the party.boolean
Checks if the player is invited.boolean
Checks if the player is the party leader.boolean
Checks if the player is a party member.Tries to make a player join a 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
(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
(Player actingPlayer) Tries to make a party private.Party.makePublic
(Player actingPlayer) Tries to make a party public.Constructors in net.ognetwork.ogcore.api.models with parameters of type Player