Class EventData

java.lang.Object
me.ulrich.koth.data.EventData

public class EventData extends Object
  • Constructor Details

  • Method Details

    • getStatus

      public KothEnum.KothStatus getStatus()
    • setStatus

      public void setStatus(KothEnum.KothStatus status)
    • getPlayerControl

      public org.bukkit.entity.Player getPlayerControl()
    • setPlayerControl

      public void setPlayerControl(org.bukkit.entity.Player playerControl)
    • getStartedControl

      public Long getStartedControl()
    • setStartedControl

      public void setStartedControl(Long startedControl)
    • getStartedEvent

      public Long getStartedEvent()
    • setStartedEvent

      public void setStartedEvent(Long startedEvent)
    • getAddition

      public Long getAddition()
    • setAddition

      public void setAddition(Long addition)
    • getEventLocation

      public EventData_Location getEventLocation()
    • setEventLocation

      public void setEventLocation(EventData_Location eventLocation)
    • getControlers

      public HashMap<org.bukkit.entity.Player,Long> getControlers()
    • setControlers

      public void setControlers(HashMap<org.bukkit.entity.Player,Long> controlers)