org.bukkit.entity
Interface Slime

All Superinterfaces:
Damageable, Entity, LivingEntity, Metadatable
All Known Subinterfaces:
MagmaCube

public interface Slime
extends LivingEntity

Represents a Slime.


Method Summary
 int getSize()
           
 void setSize(int sz)
           
 
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

getSize

int getSize()
Returns:
The size of the slime

setSize

void setSize(int sz)
Parameters:
sz - The new size of the slime.


Copyright © 2013. All Rights Reserved.