Spelling error.
Dieser Commit ist enthalten in:
Ursprung
b84161fde2
Commit
a40df621d0
@ -61,7 +61,7 @@ public class WrappedChunkCoordinate implements Comparable<WrappedChunkCoordinate
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the x coordinate of the underlying coordiate.
|
* Retrieve the x coordinate of the underlying coordinate.
|
||||||
* @return The x coordinate.
|
* @return The x coordinate.
|
||||||
*/
|
*/
|
||||||
public int getX() {
|
public int getX() {
|
||||||
@ -69,7 +69,7 @@ public class WrappedChunkCoordinate implements Comparable<WrappedChunkCoordinate
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the x coordinate of the underlying coordiate.
|
* Set the x coordinate of the underlying coordinate.
|
||||||
* @param newX - the new x coordinate.
|
* @param newX - the new x coordinate.
|
||||||
*/
|
*/
|
||||||
public void setX(int newX) {
|
public void setX(int newX) {
|
||||||
@ -77,7 +77,7 @@ public class WrappedChunkCoordinate implements Comparable<WrappedChunkCoordinate
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the y coordinate of the underlying coordiate.
|
* Retrieve the y coordinate of the underlying coordinate.
|
||||||
* @return The y coordinate.
|
* @return The y coordinate.
|
||||||
*/
|
*/
|
||||||
public int getY() {
|
public int getY() {
|
||||||
@ -85,7 +85,7 @@ public class WrappedChunkCoordinate implements Comparable<WrappedChunkCoordinate
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the y coordinate of the underlying coordiate.
|
* Set the y coordinate of the underlying coordinate.
|
||||||
* @param newY - the new y coordinate.
|
* @param newY - the new y coordinate.
|
||||||
*/
|
*/
|
||||||
public void setY(int newY) {
|
public void setY(int newY) {
|
||||||
@ -93,7 +93,7 @@ public class WrappedChunkCoordinate implements Comparable<WrappedChunkCoordinate
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the z coordinate of the underlying coordiate.
|
* Retrieve the z coordinate of the underlying coordinate.
|
||||||
* @return The z coordinate.
|
* @return The z coordinate.
|
||||||
*/
|
*/
|
||||||
public int getZ() {
|
public int getZ() {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren