Uses of Class
net.playavalon.mythicdungeons.player.party.partysystem.MythicParty
Package
Description
-
Uses of MythicParty in net.playavalon.mythicdungeons
-
Uses of MythicParty in net.playavalon.mythicdungeons.api
Modifier and TypeMethodDescriptionMythicDungeonsService.getParty
(org.bukkit.entity.Player player) Returns the party that a player is in.Modifier and TypeMethodDescriptionboolean
MythicDungeonsService.disbandParty
(MythicParty party) Disbands a party. -
Uses of MythicParty in net.playavalon.mythicdungeons.api.events.party
ModifierConstructorDescriptionMythicPartyChatEvent
(MythicParty party, String message) MythicPartyCreateEvent
(MythicParty party, MythicPlayer host) MythicPartyEvent
(MythicParty party) MythicPartyJoinEvent
(MythicParty party, MythicPlayer player) MythicPartyKickEvent
(MythicParty party, MythicPlayer kickedPlayer, MythicPlayer whoKicked) MythicPartyLeaveEvent
(MythicParty party, MythicPlayer leavingPlayer) -
Uses of MythicParty in net.playavalon.mythicdungeons.managers