org.bukkit.entity
Interface Creeper

All Superinterfaces:
Creature, Damageable, Entity, LivingEntity, Metadatable, Monster

public interface Creeper
extends Monster

Represents a Creeper


Method Summary
 boolean isPowered()
          Checks if this Creeper is powered (Electrocuted)
 void setPowered(boolean value)
          Sets the Powered status of this Creeper
 
Methods inherited from interface org.bukkit.entity.Creature
getTarget, setTarget
 
Methods inherited from interface org.bukkit.entity.LivingEntity
addPotionEffect, addPotionEffect, addPotionEffects, getActivePotionEffects, getCanPickupItems, getCustomName, getEquipment, getEyeHeight, getEyeHeight, getEyeLocation, getKiller, getLastDamage, getLastTwoTargetBlocks, getLineOfSight, getMaximumAir, getMaximumNoDamageTicks, getNoDamageTicks, getRemainingAir, getRemoveWhenFarAway, getTargetBlock, hasLineOfSight, hasPotionEffect, isCustomNameVisible, launchProjectile, removePotionEffect, setCanPickupItems, setCustomName, setCustomNameVisible, setLastDamage, setMaximumAir, setMaximumNoDamageTicks, setNoDamageTicks, setRemainingAir, setRemoveWhenFarAway, shootArrow, throwEgg, throwSnowball
 
Methods inherited from interface org.bukkit.entity.Damageable
damage, damage, getHealth, getMaxHealth, resetMaxHealth, setHealth, setMaxHealth
 

Method Detail

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


Copyright © 2013. All Rights Reserved.