Class PlayerRegionsMoveEvent

java.lang.Object
org.bukkit.event.Event
com.guflimc.brick.regions.spigot.api.events.PlayerRegionsMoveEvent

public class PlayerRegionsMoveEvent extends org.bukkit.event.Event
  • Constructor Details

  • Method Details

    • player

      public org.bukkit.entity.Player player()
    • from

      public Collection<Region> from()
    • to

      public Collection<Region> to()
    • uniqueFrom

      public Collection<Region> uniqueFrom()
    • uniqueTo

      public Collection<Region> uniqueTo()
    • getHandlers

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()