mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 20:52:12 -07:00
@@ -2300,6 +2300,25 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
|
|
||||||
public BaseBlockPosition(int i, int j, int k) {
|
public BaseBlockPosition(int i, int j, int k) {
|
||||||
this.a = i;
|
this.a = i;
|
||||||
|
@@ -0,0 +0,0 @@ public class BaseBlockPosition implements Comparable<BaseBlockPosition> {
|
||||||
|
return this.e;
|
||||||
|
}
|
||||||
|
|
||||||
|
- protected void o(int i) {
|
||||||
|
+ public void o(int i) { // Paper - protected -> public
|
||||||
|
this.a = i;
|
||||||
|
}
|
||||||
|
|
||||||
|
- protected void p(int i) {
|
||||||
|
+ public void p(int i) { // Paper - protected -> public
|
||||||
|
this.b = i;
|
||||||
|
}
|
||||||
|
|
||||||
|
- protected void q(int i) {
|
||||||
|
+ public void q(int i) { // Paper - protected -> public
|
||||||
|
this.e = i;
|
||||||
|
}
|
||||||
|
|
||||||
@@ -0,0 +0,0 @@ public class BaseBlockPosition implements Comparable<BaseBlockPosition> {
|
@@ -0,0 +0,0 @@ public class BaseBlockPosition implements Comparable<BaseBlockPosition> {
|
||||||
return this.distanceSquared(iposition.getX(), iposition.getY(), iposition.getZ(), true) < d0 * d0;
|
return this.distanceSquared(iposition.getX(), iposition.getY(), iposition.getZ(), true) < d0 * d0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user