Class TextDisplayWatcher
java.lang.Object
me.libraryaddict.disguise.disguisetypes.FlagWatcher
me.libraryaddict.disguise.disguisetypes.watchers.DisplayWatcher
me.libraryaddict.disguise.disguisetypes.watchers.TextDisplayWatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.entity.TextDisplay.TextAlignment
org.bukkit.Color
int
getText()
byte
boolean
boolean
boolean
void
setAlignment
(org.bukkit.entity.TextDisplay.TextAlignment alignment) void
setBackgroundColor
(org.bukkit.Color color) void
setDefaultBackground
(boolean defaultBackground) void
setLineWidth
(int width) void
setSeeThrough
(boolean seeThrough) void
setShadowed
(boolean shadow) void
void
setTextOpacity
(byte opacity) Methods inherited from class me.libraryaddict.disguise.disguisetypes.watchers.DisplayWatcher
getBillboard, getBrightness, getDisplayHeight, getDisplayWidth, getGlowColorOverride, getInterpolationDelay, getInterpolationDuration, getLeftRotation, getRightRotation, getScale, getShadowRadius, getShadowStrength, getTeleportDuration, getTransformation, getTranslation, getViewRange, setBillboard, setBrightness, setDisplayHeight, setDisplayWidth, setGlowColorOverride, setInterpolationDelay, setInterpolationDuration, setLeftRotation, setRightRotation, setScale, setShadowRadius, setShadowStrength, setTeleportDuration, setTransformation, setTranslation, setViewRange
Methods inherited from class me.libraryaddict.disguise.disguisetypes.FlagWatcher
addEntityAnimations, clone, convert, getArmor, getBoots, getChestplate, getCustomName, getData, getEntityPose, getEquipment, getHelmet, getItemInMainHand, getItemInOffHand, getItemStack, getLeggings, getTicksFrozen, getWatchableObjects, hasCustomName, hasValue, isAddEntityAnimations, isBurning, isCustomNameVisible, isEntityAnimationsAdded, isFlyingWithElytra, isGlowing, isInvisible, isMainHandRaised, isNoGravity, isPitchLocked, isRightClicking, 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, setMainHandRaised, setNameYModifier, setNoGravity, setPitchLock, setPitchLocked, setRightClicking, setSleeping, setSneaking, setSprinting, setSwimming, setTicksFrozen, setUnsafeData, setUpsideDown, setYawLock, setYawLocked, setYModifier, updateNameHeight, updatePose
-
Constructor Details
-
TextDisplayWatcher
-
-
Method Details
-
getText
-
setText
-
getLineWidth
public int getLineWidth() -
setLineWidth
public void setLineWidth(int width) -
getBackgroundColor
public org.bukkit.Color getBackgroundColor() -
setBackgroundColor
public void setBackgroundColor(org.bukkit.Color color) -
getTextOpacity
public byte getTextOpacity() -
setTextOpacity
public void setTextOpacity(byte opacity) -
isShadowed
public boolean isShadowed() -
setShadowed
public void setShadowed(boolean shadow) -
isSeeThrough
public boolean isSeeThrough() -
setSeeThrough
public void setSeeThrough(boolean seeThrough) -
isDefaultBackground
public boolean isDefaultBackground() -
setDefaultBackground
public void setDefaultBackground(boolean defaultBackground) -
getAlignment
public org.bukkit.entity.TextDisplay.TextAlignment getAlignment() -
setAlignment
public void setAlignment(org.bukkit.entity.TextDisplay.TextAlignment alignment)
-