Class PlayerMeta


public class PlayerMeta extends LivingEntityMeta
  • Field Details

  • Constructor Details

    • PlayerMeta

      public PlayerMeta(@NotNull @NotNull Entity entity, @NotNull @NotNull Metadata metadata)
  • Method Details

    • getAdditionalHearts

      public float getAdditionalHearts()
    • setAdditionalHearts

      public void setAdditionalHearts(float value)
    • getScore

      public int getScore()
    • setScore

      public void setScore(int value)
    • isCapeEnabled

      public boolean isCapeEnabled()
    • setCapeEnabled

      public void setCapeEnabled(boolean value)
    • isJacketEnabled

      public boolean isJacketEnabled()
    • setJacketEnabled

      public void setJacketEnabled(boolean value)
    • isLeftSleeveEnabled

      public boolean isLeftSleeveEnabled()
    • setLeftSleeveEnabled

      public void setLeftSleeveEnabled(boolean value)
    • isRightSleeveEnabled

      public boolean isRightSleeveEnabled()
    • setRightSleeveEnabled

      public void setRightSleeveEnabled(boolean value)
    • isLeftLegEnabled

      public boolean isLeftLegEnabled()
    • setLeftLegEnabled

      public void setLeftLegEnabled(boolean value)
    • isRightLegEnabled

      public boolean isRightLegEnabled()
    • setRightLegEnabled

      public void setRightLegEnabled(boolean value)
    • isHatEnabled

      public boolean isHatEnabled()
    • setHatEnabled

      public void setHatEnabled(boolean value)
    • setDisplayedSkinParts

      public void setDisplayedSkinParts(byte skinDisplayByte)
    • isRightMainHand

      public boolean isRightMainHand()
    • setRightMainHand

      public void setRightMainHand(boolean value)
    • getLeftShoulderEntityData

      @Nullable public @Nullable org.jglrxavpok.hephaistos.nbt.NBT getLeftShoulderEntityData()
    • setLeftShoulderEntityData

      public void setLeftShoulderEntityData(@Nullable @Nullable org.jglrxavpok.hephaistos.nbt.NBT value)
    • getRightShoulderEntityData

      @Nullable public @Nullable org.jglrxavpok.hephaistos.nbt.NBT getRightShoulderEntityData()
    • setRightShoulderEntityData

      public void setRightShoulderEntityData(@Nullable @Nullable org.jglrxavpok.hephaistos.nbt.NBT value)