public class RaidSpawnWaveEvent extends RaidEvent
Event.Result| Constructor | Description |
|---|---|
RaidSpawnWaveEvent(@NotNull Raid raid,
@NotNull World world,
@Nullable Raider leader,
@NotNull List<Raider> raiders) |
| Modifier and Type | Method | 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. |
getEventName, isAsynchronousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWorld@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 © 2020. All rights reserved.