style(wrapper): missing space
This commit is contained in:
parent
4aa9b23952
commit
856f550462
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ public class WrapperPlayServerNamedEntitySpawn extends AbstractPacket {
|
||||||
public Location getLocation(@Nullable World world) {
|
public Location getLocation(@Nullable World world) {
|
||||||
return new Location(world, getX(), getY(), getZ(), angleToDegrees(getYRotRaw()), angleToDegrees(getXRotRaw()));
|
return new Location(world, getX(), getY(), getZ(), angleToDegrees(getYRotRaw()), angleToDegrees(getXRotRaw()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setLocation(@Nonnull Location location) {
|
public void setLocation(@Nonnull Location location) {
|
||||||
setX(location.getX());
|
setX(location.getX());
|
||||||
setY(location.getY());
|
setY(location.getY());
|
||||||
|
|
Loading…
Reference in a new issue