public class PlayerWatcher extends LivingWatcher
  • Constructor Details

    • PlayerWatcher

      public PlayerWatcher(Disguise disguise)
  • Method Details

    • isDisplayedInTab

      public boolean isDisplayedInTab()
    • setDisplayedInTab

      public void setDisplayedInTab(boolean showPlayerInTab)
    • isNameVisible

      public boolean isNameVisible()
    • setNameVisible

      public void setNameVisible(boolean nameVisible)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getTablistName

      public String getTablistName()
    • setTablistName

      public void setTablistName(String tablistName)
    • clone

      public PlayerWatcher clone(Disguise disguise)
      Overrides:
      clone in class LivingWatcher
    • getMainHand

      public org.bukkit.inventory.MainHand getMainHand()
    • setMainHand

      public void setMainHand(org.bukkit.inventory.MainHand mainHand)
    • isCapeEnabled

      public boolean isCapeEnabled()
    • setCapeEnabled

      public void setCapeEnabled(boolean enabled)
    • isJacketEnabled

      public boolean isJacketEnabled()
    • setJacketEnabled

      public void setJacketEnabled(boolean enabled)
    • isLeftSleeveEnabled

      public boolean isLeftSleeveEnabled()
    • setLeftSleeveEnabled

      public void setLeftSleeveEnabled(boolean enabled)
    • isRightSleeveEnabled

      public boolean isRightSleeveEnabled()
    • setRightSleeveEnabled

      public void setRightSleeveEnabled(boolean enabled)
    • isLeftPantsEnabled

      public boolean isLeftPantsEnabled()
    • setLeftPantsEnabled

      public void setLeftPantsEnabled(boolean enabled)
    • isRightPantsEnabled

      public boolean isRightPantsEnabled()
    • setRightPantsEnabled

      public void setRightPantsEnabled(boolean enabled)
    • isHatEnabled

      public boolean isHatEnabled()
    • setHatEnabled

      public void setHatEnabled(boolean enabled)
    • getSkin

      public com.github.retrooper.packetevents.protocol.player.UserProfile getSkin()
    • setSkin

      public void setSkin(String playerName)
    • setSkin

      public void setSkin(com.github.retrooper.packetevents.protocol.player.UserProfile profile)
    • getRightShoulderParrot

      public org.bukkit.entity.Parrot.Variant getRightShoulderParrot()
    • setRightShoulderParrot

      public void setRightShoulderParrot(org.bukkit.entity.Parrot.Variant variant)
    • getLeftShoulderParrot

      public org.bukkit.entity.Parrot.Variant getLeftShoulderParrot()
    • setLeftShoulderParrot

      public void setLeftShoulderParrot(org.bukkit.entity.Parrot.Variant variant)
    • isRightShoulderHasParrot

      public boolean isRightShoulderHasParrot()
    • setRightShoulderHasParrot

      public void setRightShoulderHasParrot(boolean hasParrot)
    • isLeftShoulderHasParrot

      public boolean isLeftShoulderHasParrot()
    • setLeftShoulderHasParrot

      public void setLeftShoulderHasParrot(boolean hasParrot)