Uses of Class
net.playavalon.mythicdungeons.player.party.partysystem.MythicParty
Packages that use MythicParty
Package
Description
-
Uses of MythicParty in net.playavalon.mythicdungeons
Methods in net.playavalon.mythicdungeons that return MythicPartyMethods in net.playavalon.mythicdungeons with parameters of type MythicParty -
Uses of MythicParty in net.playavalon.mythicdungeons.api
Methods in net.playavalon.mythicdungeons.api that return MythicPartyModifier and TypeMethodDescriptionMythicDungeonsService.getParty
(org.bukkit.entity.Player player) Returns the party that a player is in.Methods in net.playavalon.mythicdungeons.api with parameters of type MythicPartyModifier and TypeMethodDescriptionboolean
MythicDungeonsService.disbandParty
(MythicParty party) Disbands a party. -
Uses of MythicParty in net.playavalon.mythicdungeons.api.events.party
Methods in net.playavalon.mythicdungeons.api.events.party that return MythicPartyConstructors in net.playavalon.mythicdungeons.api.events.party with parameters of type MythicPartyModifierConstructorDescriptionMythicPartyChatEvent
(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
Methods in net.playavalon.mythicdungeons.managers that return MythicParty