Class MythicPartyChatEvent

java.lang.Object
org.bukkit.event.Event
net.playavalon.mythicdungeons.api.events.party.MythicPartyEvent
net.playavalon.mythicdungeons.api.events.party.MythicPartyChatEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

public class MythicPartyChatEvent extends MythicPartyEvent implements org.bukkit.event.Cancellable
  • Constructor Details

    • MythicPartyChatEvent

      public MythicPartyChatEvent(MythicParty party, String message)
  • Method Details

    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
    • setCancelled

      public void setCancelled(boolean cancel)
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable