Package com.bencodez.votingplugin.events
Class VotePartyEvent
java.lang.Object
org.bukkit.event.Event
com.bencodez.votingplugin.events.VotePartyEvent
public class VotePartyEvent
extends org.bukkit.event.Event
The Class PlayerVoteEvent.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.event.HandlerList
Gets the handler list.org.bukkit.event.HandlerList
boolean
void
setCancelled
(boolean cancelled) Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
VotePartyEvent
public VotePartyEvent()
-
-
Method Details
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()Gets the handler list.- Returns:
- the handler list
-
getHandlers
public org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlers
in classorg.bukkit.event.Event
-
isCancelled
public boolean isCancelled() -
setCancelled
public void setCancelled(boolean cancelled)
-