public class RaidSpawnWaveEvent extends RaidEvent
Event.Result
Constructor | Description |
---|---|
RaidSpawnWaveEvent(Raid raid,
World world,
Raider leader,
List<Raider> raiders) |
Modifier and Type | Method | Description |
---|---|---|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
Raider |
getPatrolLeader() |
Returns the patrol leader.
|
List<Raider> |
getRaiders() |
Returns all
Raider that spawned in this wave. |
getEventName, isAsynchronous
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWorld
@Nullable public Raider getPatrolLeader()
Raider
@NotNull public List<Raider> getRaiders()
Raider
that spawned in this wave.@NotNull public HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static HandlerList getHandlerList()
Copyright © 2019. All rights reserved.