Class GlowIronGolem

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.Golem, org.bukkit.entity.IronGolem, org.bukkit.entity.LivingEntity, org.bukkit.entity.Mob, org.bukkit.entity.Monster, 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

public class GlowIronGolem extends GlowMonster implements org.bukkit.entity.IronGolem
  • Constructor Details

    • GlowIronGolem

      public GlowIronGolem(org.bukkit.Location loc)
    • GlowIronGolem

      public GlowIronGolem(org.bukkit.Location loc, boolean playerCreated)
  • Method Details

    • isPlayerCreated

      public boolean isPlayerCreated()
      Specified by:
      isPlayerCreated in interface org.bukkit.entity.IronGolem
    • setPlayerCreated

      public void setPlayerCreated(boolean playerCreated)
      Specified by:
      setPlayerCreated in interface org.bukkit.entity.IronGolem
    • getDeathSound

      protected org.bukkit.Sound getDeathSound()
      Description copied from class: GlowLivingEntity
      Get the death sound of this entity, or null for silence.
      Overrides:
      getDeathSound in class GlowLivingEntity
      Returns:
      the death sound if available
    • getHurtSound

      protected org.bukkit.Sound getHurtSound()
      Description copied from class: GlowLivingEntity
      Get the hurt sound of this entity, or null for silence.
      Overrides:
      getHurtSound in class GlowLivingEntity
      Returns:
      the hurt sound if available