mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 13:45:36 +01:00
*use correct yaw/pitch
This commit is contained in:
parent
9d7a5e4344
commit
30ea572a8e
@ -14,6 +14,16 @@ public class LocationMaskedPlayerWrapper extends PlayerWrapper {
|
||||
this.position = position;
|
||||
}
|
||||
|
||||
@Override
|
||||
public double getYaw() {
|
||||
return position.getYaw();
|
||||
}
|
||||
|
||||
@Override
|
||||
public double getPitch() {
|
||||
return position.getPitch();
|
||||
}
|
||||
|
||||
@Override
|
||||
public WorldVector getBlockIn() {
|
||||
WorldVector pos = getPosition();
|
||||
|
Loading…
Reference in New Issue
Block a user