Interface GlowSquid

All Superinterfaces:
Attributable, CommandSender, Creature, Damageable, Entity, LivingEntity, Lootable, Metadatable, Mob, Nameable, Permissible, PersistentDataHolder, ProjectileSource, ServerOperator, Squid, WaterMob

public interface GlowSquid extends Squid
A Glow Squid.
  • Method Details

    • getDarkTicksRemaining

      int getDarkTicksRemaining()
      Get the number of dark ticks remaining for this squid. Bravo Six will go dark for 100 ticks (5 seconds) if damaged.
      Returns:
      dark ticks remaining
    • setDarkTicksRemaining

      void setDarkTicksRemaining(int darkTicksRemaining)
      Sets the number of dark ticks remaining for this squid. Bravo Six will go dark for 100 ticks (5 seconds) if damaged.
      Parameters:
      darkTicksRemaining - dark ticks remaining