mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-21 17:07:39 +00:00
Deprecate ITurtleAccess.getVisual{Position,Yaw}
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@@ -11,6 +11,7 @@ body:
|
|||||||
- 1.16.x
|
- 1.16.x
|
||||||
- 1.18.x
|
- 1.18.x
|
||||||
- 1.19.x
|
- 1.19.x
|
||||||
|
- 1.20.x
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
@@ -75,7 +75,9 @@ public interface ITurtleAccess {
|
|||||||
* @param f The subframe fraction.
|
* @param f The subframe fraction.
|
||||||
* @return A vector containing the floating point co-ordinates at which the turtle resides.
|
* @return A vector containing the floating point co-ordinates at which the turtle resides.
|
||||||
* @see #getVisualYaw(float)
|
* @see #getVisualYaw(float)
|
||||||
|
* @deprecated Will be removed in 1.20.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated(forRemoval = true)
|
||||||
Vec3 getVisualPosition(float f);
|
Vec3 getVisualPosition(float f);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -84,7 +86,9 @@ public interface ITurtleAccess {
|
|||||||
* @param f The subframe fraction.
|
* @param f The subframe fraction.
|
||||||
* @return The yaw the turtle is facing.
|
* @return The yaw the turtle is facing.
|
||||||
* @see #getVisualPosition(float)
|
* @see #getVisualPosition(float)
|
||||||
|
* @deprecated Will be removed in 1.20.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated(forRemoval = true)
|
||||||
float getVisualYaw(float f);
|
float getVisualYaw(float f);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user