Class CatWatcher
java.lang.Object
me.libraryaddict.disguise.disguisetypes.FlagWatcher
me.libraryaddict.disguise.disguisetypes.watchers.LivingWatcher
me.libraryaddict.disguise.disguisetypes.watchers.InsentientWatcher
me.libraryaddict.disguise.disguisetypes.watchers.AgeableWatcher
me.libraryaddict.disguise.disguisetypes.watchers.TameableWatcher
me.libraryaddict.disguise.disguisetypes.watchers.CatWatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.DyeColor
org.bukkit.entity.Cat.Type
getType()
boolean
boolean
void
setCollarColor
(AnimalColor color) Deprecated.void
setCollarColor
(org.bukkit.DyeColor newColor) void
setLookingUp
(boolean value) void
setLyingDown
(boolean value) void
setType
(org.bukkit.entity.Cat.Type type) Methods inherited from class me.libraryaddict.disguise.disguisetypes.watchers.TameableWatcher
getOwner, isSitting, isTameableFlag, isTamed, setOwner, setSitting, setTameableFlag, setTamed
Methods inherited from class me.libraryaddict.disguise.disguisetypes.watchers.AgeableWatcher
isAdult, isBaby, setAdult, setBaby, setBaby
Methods inherited from class me.libraryaddict.disguise.disguisetypes.watchers.InsentientWatcher
getMainHand, isAI, isEnraged, setAI, setEnraged, setMainHand
Methods inherited from class me.libraryaddict.disguise.disguisetypes.watchers.LivingWatcher
addEntityAnimations, addParticle, addPotionEffect, clone, getArrowsSticking, getBedPosition, getHealth, getParticles, getParticlesColor, getPotionEffects, getScale, hasPotionEffect, isMainHandRaised, isOffhandRaised, isPotionParticlesAmbient, isRightClicking, isSpinning, removeParticles, removePotionEffect, setArrowsSticking, setBedPosition, setHealth, setMainHandRaised, setMaxHealth, setOffhandRaised, setParticlesColor, setPotionParticlesAmbient, setRightClicking, setScale, setSpinning
Methods inherited from class me.libraryaddict.disguise.disguisetypes.FlagWatcher
convert, getArmor, getBoots, getChestplate, getCustomName, getData, getEntityPose, getEquipment, getHelmet, getItemInMainHand, getItemInOffHand, getItemStack, getLeggings, getTicksFrozen, getWatchableObjects, hasCustomName, hasValue, isAddEntityAnimations, isBurning, isCustomNameVisible, isEntityAnimationsAdded, isFlyingWithElytra, isGlowing, isInvisible, isNoGravity, isPitchLocked, isSleeping, isSneaking, isSprinting, isSwimming, isYawLocked, rebuildWatchableObjects, sendData, sendData, sendItemStack, setArmor, setBackupValue, setBoots, setBurning, setChestplate, setCustomName, setCustomNameVisible, setData, setDisguise, setEntityFlag, setEntityPose, setFlyingWithElytra, setGlowColor, setGlowing, setHelmet, setInteralCustomName, setInternalCustomNameVisible, setInternalUpsideDown, setInvisible, setItemInHand, setItemInMainHand, setItemInOffHand, setItemStack, setLeggings, setNameYModifier, setNoGravity, setPitchLock, setPitchLocked, setSleeping, setSneaking, setSprinting, setSwimming, setTicksFrozen, setUnsafeData, setUpsideDown, setYawLock, setYawLocked, setYModifier, updateNameHeight, updatePose
-
Constructor Details
-
Method Details
-
getType
public org.bukkit.entity.Cat.Type getType() -
setType
public void setType(org.bukkit.entity.Cat.Type type) -
getCollarColor
public org.bukkit.DyeColor getCollarColor() -
setCollarColor
Deprecated. -
setCollarColor
public void setCollarColor(org.bukkit.DyeColor newColor) -
isLyingDown
public boolean isLyingDown() -
setLyingDown
public void setLyingDown(boolean value) -
isLookingUp
public boolean isLookingUp() -
setLookingUp
public void setLookingUp(boolean value)
-