Class RecruitmentListing
java.lang.Object
net.playavalon.mythicdungeons.player.party.partyfinder.RecruitmentListing
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
ConstructorDescriptionRecruitmentListing
(MythicPlayer host, String label, String description, int partySize, String password) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPlayer
(MythicPlayer aPlayer) boolean
join
(MythicPlayer aPlayer) void
listenForPassword
(org.bukkit.event.player.AsyncPlayerChatEvent event) void
messagePlayers
(String message) void
messagePlayers
(String message, String sound) void
void
void
removePlayer
(MythicPlayer aPlayer) boolean
-
Constructor Details
-
RecruitmentListing
public RecruitmentListing(MythicPlayer host, String label, String description, int partySize, String password)
-
-
Method Details
-
postListing
public void postListing() -
removeListing
public void removeListing() -
join
-
addPlayer
-
removePlayer
-
messagePlayers
-
messagePlayers
-
verifyActive
public boolean verifyActive() -
listenForPassword
public void listenForPassword(org.bukkit.event.player.AsyncPlayerChatEvent event)
-