Uses of Interface
org.bukkit.entity.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
Modifier and TypeFieldDescriptionVanillaGoal.HOLD_GROUND_ATTACK
VanillaGoal.LONG_DISTANCE_PATROL
VanillaGoal.NEAREST_ATTACKABLE_WITCH
VanillaGoal.NEAREST_HEALABLE_RAIDER
VanillaGoal.OBTAIN_RAID_LEADER_BANNER
VanillaGoal.PATHFIND_TO_RAID
VanillaGoal.RAIDER_CELEBRATION
VanillaGoal.RAIDER_MOVE_THROUGH_VILLAGE
-
Uses of Raider in io.papermc.paper.event.block
Modifier and TypeMethodDescriptionBellRevealRaiderEvent.getEntity()
Deprecated.Gets the raider that the bell revealed.ModifierConstructorDescriptionBellRevealRaiderEvent
(@NotNull Block theBlock, @NotNull Raider raider) Deprecated. -
Uses of Raider in org.bukkit
Modifier and TypeMethodDescriptionRaid.getRaiders()
Gets all remainingRaider
in the present wave. -
Uses of Raider in org.bukkit.entity
Modifier 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
Modifier and TypeMethodDescriptionRaidSpawnWaveEvent.getPatrolLeader()
Returns the patrol leader.Modifier and TypeMethodDescriptionRaidSpawnWaveEvent.getRaiders()
Returns allRaider
that spawned in this wave.