Interface Position<C extends CommandSourceStack>


@NullMarked @Deprecated(since="1.21.7", forRemoval=true) public interface Position<C extends CommandSourceStack>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    getLocation(C source)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    default float
    getXRot(C source)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    default float
    getYRot(C source)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    default boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    default boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    default boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • getPositionVector

      Vector getPositionVector(C source)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getXRot

      default float getXRot(C source)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getYRot

      default float getYRot(C source)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLocation

      Location getLocation(C source)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isXRelative

      default boolean isXRelative()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isYRelative

      default boolean isYRelative()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isZRelative

      default boolean isZRelative()
      Deprecated, for removal: This API element is subject to removal in a future version.