org.bukkit.entity
Interface Sheep

All Superinterfaces:
Ageable, Animals, Colorable, Creature, Damageable, Entity, LivingEntity, Metadatable

public interface Sheep
extends Animals, Colorable

Represents a Sheep.


Method Summary
 boolean isSheared()
           
 void setSheared(boolean flag)
           
 
Methods inherited from interface org.bukkit.entity.Ageable
canBreed, getAge, getAgeLock, isAdult, setAdult, setAge, setAgeLock, setBaby, setBreed
 
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
 
Methods inherited from interface org.bukkit.material.Colorable
getColor, setColor
 

Method Detail

isSheared

boolean isSheared()
Returns:
Whether the sheep is sheared.

setSheared

void setSheared(boolean flag)
Parameters:
flag - Whether to shear the sheep


Copyright © 2013. All Rights Reserved.