Interface Endermite

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

public interface Endermite extends Monster
  • Method Details

    • isPlayerSpawned

      @Deprecated boolean isPlayerSpawned()
      Deprecated.
      this functionality no longer exists
      Gets whether this Endermite was spawned by a player. An Endermite spawned by a player will be attacked by nearby Enderman.
      Returns:
      player spawned status
    • setPlayerSpawned

      @Deprecated void setPlayerSpawned(boolean playerSpawned)
      Deprecated.
      this functionality no longer exists
      Sets whether this Endermite was spawned by a player. An Endermite spawned by a player will be attacked by nearby Enderman.
      Parameters:
      playerSpawned - player spawned status