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