Uses of Interface
org.bukkit.entity.Raider
Packages that use Raider
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Events
related to raids.-
Uses of Raider in com.destroystokyo.paper.entity.ai
Fields in com.destroystokyo.paper.entity.ai with type parameters of type RaiderModifier and TypeFieldDescriptionVanillaGoal.HOLD_GROUND_ATTACK
VanillaGoal.LONG_DISTANCE_PATROL
VanillaGoal.NEAREST_ATTACKABLE_TARGET_WITCH
Deprecated, for removal: This API element is subject to removal in a future version.VanillaGoal.NEAREST_ATTACKABLE_WITCH
VanillaGoal.NEAREST_HEALABLE_RAIDER
VanillaGoal.OBTAIN_RAID_LEADER_BANNER
VanillaGoal.PATHFIND_TO_RAID
VanillaGoal.RAID
Deprecated, for removal: This API element is subject to removal in a future version.VanillaGoal.RAIDER_CELEBRATION
VanillaGoal.RAIDER_HOLD_GROUND
Deprecated, for removal: This API element is subject to removal in a future version.VanillaGoal.RAIDER_MOVE_THROUGH_VILLAGE
VanillaGoal.RAIDER_OBTAIN_BANNER
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Raider in io.papermc.paper.event.block
Methods in io.papermc.paper.event.block that return RaiderModifier and TypeMethodDescriptionBellRevealRaiderEvent.getEntity()
Deprecated.Gets the raider that the bell revealed.Constructors in io.papermc.paper.event.block with parameters of type RaiderModifierConstructorDescriptionBellRevealRaiderEvent
(@NotNull Block theBlock, @NotNull Raider raider) Deprecated. -
Uses of Raider in org.bukkit
Methods in org.bukkit that return types with arguments of type RaiderModifier and TypeMethodDescriptionRaid.getRaiders()
Gets all remainingRaider
in the present wave. -
Uses of Raider in org.bukkit.entity
Subinterfaces of Raider in org.bukkit.entityModifier and TypeInterfaceDescriptioninterface
Represents an Evoker "Illager".interface
Represents a type of "Illager".interface
Represents an Illusioner "Illager".interface
Illager entity.interface
Illager beast.interface
Represents a spell casting "Illager".interface
Represents a Vindicator.interface
Represents a Witch -
Uses of Raider in org.bukkit.event.raid
Methods in org.bukkit.event.raid that return RaiderModifier and TypeMethodDescriptionRaidSpawnWaveEvent.getPatrolLeader()
Returns the patrol leader.Methods in org.bukkit.event.raid that return types with arguments of type RaiderModifier and TypeMethodDescriptionRaidSpawnWaveEvent.getRaiders()
Returns allRaider
that spawned in this wave.Constructors in org.bukkit.event.raid with parameters of type RaiderModifierConstructorDescriptionRaidSpawnWaveEvent
(@NotNull Raid raid, @NotNull World world, @NotNull Raider leader, @NotNull List<Raider> raiders) Constructor parameters in org.bukkit.event.raid with type arguments of type Raider