public class RaidSpawnWaveEvent extends RaidEvent
Event.Result| Constructor and Description |
|---|
RaidSpawnWaveEvent(Raid raid,
World world,
Raider leader,
List<Raider> raiders) |
| Modifier and Type | Method and Description |
|---|---|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
Raider |
getPatrolLeader()
Returns the patrol leader.
|
List<Raider> |
getRaiders()
Returns all
Raider that spawned in this wave. |
getWorldgetEventName, isAsynchronous@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 © 2022. All rights reserved.