Class ShulkerWatcher
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.ShulkerWatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.github.retrooper.packetevents.util.Vector3iorg.bukkit.DyeColorgetColor()org.bukkit.block.BlockFaceintvoidsetAttachmentPosition(com.github.retrooper.packetevents.util.Vector3i pos) voidsetColor(AnimalColor color) Deprecated.voidsetColor(org.bukkit.DyeColor newColor) voidsetFacingDirection(org.bukkit.block.BlockFace face) voidsetShieldHeight(int newHeight) Methods 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, 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
-
ShulkerWatcher
-
-
Method Details
-
getFacingDirection
public org.bukkit.block.BlockFace getFacingDirection() -
setFacingDirection
public void setFacingDirection(org.bukkit.block.BlockFace face) -
getAttachmentPosition
public com.github.retrooper.packetevents.util.Vector3i getAttachmentPosition() -
setAttachmentPosition
public void setAttachmentPosition(com.github.retrooper.packetevents.util.Vector3i pos) -
getShieldHeight
public int getShieldHeight() -
setShieldHeight
public void setShieldHeight(int newHeight) -
getColor
public org.bukkit.DyeColor getColor() -
setColor
Deprecated. -
setColor
public void setColor(org.bukkit.DyeColor newColor)
-