Class ArmorStandMeta


public class ArmorStandMeta extends LivingEntityMeta
  • Field Details

  • Constructor Details

    • ArmorStandMeta

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

    • isSmall

      public boolean isSmall()
    • setSmall

      public void setSmall(boolean value)
    • isHasArms

      public boolean isHasArms()
    • setHasArms

      public void setHasArms(boolean value)
    • isHasNoBasePlate

      public boolean isHasNoBasePlate()
    • setHasNoBasePlate

      public void setHasNoBasePlate(boolean value)
    • isMarker

      public boolean isMarker()
    • setMarker

      public void setMarker(boolean value)
    • getHeadRotation

      @NotNull public @NotNull Vec getHeadRotation()
    • setHeadRotation

      public void setHeadRotation(@NotNull @NotNull Vec value)
    • getBodyRotation

      @NotNull public @NotNull Vec getBodyRotation()
    • setBodyRotation

      public void setBodyRotation(@NotNull @NotNull Vec value)
    • getLeftArmRotation

      @NotNull public @NotNull Vec getLeftArmRotation()
    • setLeftArmRotation

      public void setLeftArmRotation(@NotNull @NotNull Vec value)
    • getRightArmRotation

      @NotNull public @NotNull Vec getRightArmRotation()
    • setRightArmRotation

      public void setRightArmRotation(@NotNull @NotNull Vec value)
    • getLeftLegRotation

      @NotNull public @NotNull Vec getLeftLegRotation()
    • setLeftLegRotation

      public void setLeftLegRotation(@NotNull @NotNull Vec value)
    • getRightLegRotation

      @NotNull public @NotNull Vec getRightLegRotation()
    • setRightLegRotation

      public void setRightLegRotation(@NotNull @NotNull Vec value)