Class RegionChatEvent

java.lang.Object
org.bukkit.event.Event
tfagaming.projects.minecraft.homestead.api.events.APIEvent
tfagaming.projects.minecraft.homestead.api.events.RegionChatEvent

public class RegionChatEvent extends APIEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    RegionChatEvent(@NotNull Region region, @NotNull org.bukkit.OfflinePlayer player, @NotNull String message)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
    @NotNull org.bukkit.OfflinePlayer
     
    @NotNull Region
     

    Methods inherited from class tfagaming.projects.minecraft.homestead.api.events.APIEvent

    getHandlers

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RegionChatEvent

      public RegionChatEvent(@NotNull @NotNull Region region, @NotNull @NotNull org.bukkit.OfflinePlayer player, @NotNull @NotNull String message)
  • Method Details

    • getRegion

      @NotNull public @NotNull Region getRegion()
    • getPlayer

      @NotNull public @NotNull org.bukkit.OfflinePlayer getPlayer()
    • getMessage

      @NotNull public @NotNull String getMessage()