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
-
Field Summary
Fields inherited from class me.libraryaddict.disguise.disguisetypes.FlagWatcher
DONT_SEND -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetAnger()org.bukkit.DyeColorfloatDeprecated.com.github.retrooper.packetevents.protocol.entity.wolfvariant.WolfSoundVariantorg.bukkit.entity.Wolf.Variantorg.bukkit.inventory.ItemStackorg.bukkit.ColorbooleanisAngry()booleanvoidsetAnger(int anger) voidsetAngry(boolean angry) voidsetBegging(boolean begging) voidsetCollarColor(AnimalColor color) Deprecated.voidsetCollarColor(org.bukkit.DyeColor newColor) voidsetDamageTaken(float damage) Deprecated.voidsetSoundVariant(com.github.retrooper.packetevents.protocol.entity.wolfvariant.WolfSoundVariant soundVariant) voidsetVariant(org.bukkit.entity.Wolf.Variant variant) voidsetWolfArmor(org.bukkit.inventory.ItemStack item) voidsetWolfArmorColor(org.bukkit.Color color) Methods inherited from class me.libraryaddict.disguise.disguisetypes.watchers.TameableWatcher
getOwner, isSitting, isTameableFlag, isTamed, setOwner, setOwner, setSitting, setTameableFlag, setTamedMethods inherited from class me.libraryaddict.disguise.disguisetypes.watchers.AgeableWatcher
isAdult, isBaby, setAdult, setBaby, setBabyMethods inherited from class me.libraryaddict.disguise.disguisetypes.watchers.InsentientWatcher
getMainHand, isAI, isEnraged, setAI, setEnraged, setMainHandMethods 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, setBedPosition, setHealth, setMainHandRaised, setMaxHealth, setOffhandRaised, setParticlesColor, setPotionParticlesAmbient, setRightClicking, setScale, setSpinningMethods inherited from class me.libraryaddict.disguise.disguisetypes.FlagWatcher
convert, getArmor, getBoots, getChestplate, getCustomName, getData, getEntityFlag, 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, onPreDisguiseStart, rebuildWatchableObjects, sendData, sendData, sendEntityFlag, 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)
-