Class GlowRaider

All Implemented Interfaces:
net.kyori.adventure.audience.Audience, net.kyori.adventure.text.event.HoverEventSource<net.kyori.adventure.text.event.HoverEvent.ShowEntity>, org.bukkit.attribute.Attributable, org.bukkit.command.CommandSender, org.bukkit.entity.Creature, org.bukkit.entity.Damageable, org.bukkit.entity.Entity, org.bukkit.entity.LivingEntity, org.bukkit.entity.Mob, org.bukkit.entity.Monster, org.bukkit.entity.Raider, org.bukkit.loot.Lootable, org.bukkit.metadata.Metadatable, org.bukkit.Nameable, org.bukkit.permissions.Permissible, org.bukkit.permissions.ServerOperator, org.bukkit.persistence.PersistentDataHolder, org.bukkit.projectiles.ProjectileSource
Direct Known Subclasses:
GlowIllager, GlowWitch

public abstract class GlowRaider extends GlowMonster implements org.bukkit.entity.Raider
A mob that can raid villages.
  • Constructor Details

    • GlowRaider

      public GlowRaider(org.bukkit.Location loc, org.bukkit.entity.EntityType type, double maxHealth)
  • Method Details

    • getPatrolTarget

      public org.bukkit.block.Block getPatrolTarget()
      Specified by:
      getPatrolTarget in interface org.bukkit.entity.Raider
    • setPatrolTarget

      public void setPatrolTarget(org.bukkit.block.Block patrolTarget)
      Specified by:
      setPatrolTarget in interface org.bukkit.entity.Raider
    • isPatrolLeader

      public boolean isPatrolLeader()
      Specified by:
      isPatrolLeader in interface org.bukkit.entity.Raider
    • setPatrolLeader

      public void setPatrolLeader(boolean patrolLeader)
      Specified by:
      setPatrolLeader in interface org.bukkit.entity.Raider
    • isCanJoinRaid

      public boolean isCanJoinRaid()
      Specified by:
      isCanJoinRaid in interface org.bukkit.entity.Raider
    • setCanJoinRaid

      public void setCanJoinRaid(boolean canJoinRaid)
      Specified by:
      setCanJoinRaid in interface org.bukkit.entity.Raider