Class KonquestCampEvent
java.lang.Object
org.bukkit.event.Event
com.github.rumsfield.konquest.api.event.KonquestEvent
com.github.rumsfield.konquest.api.event.camp.KonquestCampEvent
- Direct Known Subclasses:
KonquestCampCreateEvent
,KonquestCampDestroyEvent
The base camp event.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result
-
Constructor Summary
ConstructorsConstructorDescriptionKonquestCampEvent
(KonquestAPI konquest, KonquestCamp camp) Default constructor -
Method Summary
Methods inherited from class com.github.rumsfield.konquest.api.event.KonquestEvent
getHandlerList, getHandlers, getKonquest
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
KonquestCampEvent
Default constructor- Parameters:
konquest
- The API instancecamp
- The camp
-
-
Method Details
-
getCamp
Gets the town associated with the event.- Returns:
- The town
-