Class WolfWatcher
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.WolfWatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getAnger()
org.bukkit.DyeColor
float
Deprecated.com.github.retrooper.packetevents.protocol.entity.wolfvariant.WolfSoundVariant
org.bukkit.entity.Wolf.Variant
org.bukkit.inventory.ItemStack
org.bukkit.Color
boolean
isAngry()
boolean
void
setAnger
(int anger) void
setAngry
(boolean angry) void
setBegging
(boolean begging) void
setCollarColor
(AnimalColor color) Deprecated.void
setCollarColor
(org.bukkit.DyeColor newColor) void
setDamageTaken
(float damage) Deprecated.void
setSoundVariant
(com.github.retrooper.packetevents.protocol.entity.wolfvariant.WolfSoundVariant soundVariant) void
setVariant
(org.bukkit.entity.Wolf.Variant variant) void
setWolfArmor
(org.bukkit.inventory.ItemStack item) void
setWolfArmorColor
(org.bukkit.Color color) 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
-
WolfWatcher
-
-
Method Details
-
getSoundVariant
public com.github.retrooper.packetevents.protocol.entity.wolfvariant.WolfSoundVariant getSoundVariant() -
setSoundVariant
public void setSoundVariant(com.github.retrooper.packetevents.protocol.entity.wolfvariant.WolfSoundVariant soundVariant) -
getCollarColor
public org.bukkit.DyeColor getCollarColor() -
setCollarColor
Deprecated. -
setCollarColor
public void setCollarColor(org.bukkit.DyeColor newColor) -
isBegging
public boolean isBegging() -
setBegging
public void setBegging(boolean begging) -
isAngry
public boolean isAngry() -
setAngry
public void setAngry(boolean angry) -
getAnger
public int getAnger() -
setAnger
public void setAnger(int anger) -
getDamageTaken
Deprecated.Used for tail rotation.- Returns:
-
setDamageTaken
Deprecated.Used for tail rotation.- Parameters:
damage
-
-
setVariant
public void setVariant(org.bukkit.entity.Wolf.Variant variant) -
getVariant
public org.bukkit.entity.Wolf.Variant getVariant() -
getWolfArmor
public org.bukkit.inventory.ItemStack getWolfArmor() -
setWolfArmor
public void setWolfArmor(org.bukkit.inventory.ItemStack item) -
getWolfArmorColor
public org.bukkit.Color getWolfArmorColor() -
setWolfArmorColor
public void setWolfArmorColor(org.bukkit.Color color)
-