Uses of Interface
org.bukkit.entity.Raider
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.event.raid |
Events related to raids. |
-
Uses of Raider in org.bukkit
Methods in org.bukkit that return types with arguments of type Raider Modifier and Type Method Description List<Raider>
Raid. getRaiders()
Gets all remainingRaider
in the present wave. -
Uses of Raider in org.bukkit.entity
Subinterfaces of Raider in org.bukkit.entity Modifier and Type Interface Description interface
Evoker
Represents an Evoker "Illager".interface
Illager
Represents a type of "Illager".interface
Illusioner
Represents an Illusioner "Illager".interface
Pillager
Illager entity.interface
Ravager
Illager beast.interface
Spellcaster
Represents a spell casting "Illager".interface
Vindicator
Represents a Vindicator.interface
Witch
Represents a Witch -
Uses of Raider in org.bukkit.event.raid
Methods in org.bukkit.event.raid that return Raider Modifier and Type Method Description Raider
RaidSpawnWaveEvent. getPatrolLeader()
Returns the patrol leader.Methods in org.bukkit.event.raid that return types with arguments of type Raider Modifier and Type Method Description List<Raider>
RaidSpawnWaveEvent. getRaiders()
Returns allRaider
that spawned in this wave.Constructors in org.bukkit.event.raid with parameters of type Raider Constructor Description RaidSpawnWaveEvent(Raid raid, World world, Raider leader, List<Raider> raiders)
Constructor parameters in org.bukkit.event.raid with type arguments of type Raider Constructor Description RaidSpawnWaveEvent(Raid raid, World world, Raider leader, List<Raider> raiders)