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 TypeMethodDescriptiongetLocation
(C source) Deprecated, for removal: This API element is subject to removal in a future version.getPositionVector
(C source) Deprecated, for removal: This API element is subject to removal in a future version.default float
Deprecated, for removal: This API element is subject to removal in a future version.default float
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
Deprecated, for removal: This API element is subject to removal in a future version. -
getXRot
Deprecated, for removal: This API element is subject to removal in a future version. -
getYRot
Deprecated, for removal: This API element is subject to removal in a future version. -
getLocation
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.
-