Interface Creeper

All Superinterfaces:
CommandSender, Creature, Damageable, Entity, LivingEntity, Metadatable, Monster, Permissible, ProjectileSource, ServerOperator

public interface Creeper
extends Monster
Represents a Creeper
  • Method Details

    • isPowered

      boolean isPowered()
      Checks if this Creeper is powered (Electrocuted)
      Returns:
      true if this creeper is powered
    • setPowered

      void setPowered​(boolean value)
      Sets the Powered status of this Creeper
      Parameters:
      value - New Powered status