geforkt von Mirrors/FastAsyncWorldEdit
Made Node.getPosition final and fixed some whitespace in LocalWorld.
Dieser Commit ist enthalten in:
Ursprung
a8e64fd8bc
Commit
7a429e9932
@ -356,7 +356,7 @@ public abstract class LocalWorld {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private class QueuedEffect implements Comparable<QueuedEffect>{
|
private class QueuedEffect implements Comparable<QueuedEffect> {
|
||||||
private final Vector position;
|
private final Vector position;
|
||||||
private final int blockId;
|
private final int blockId;
|
||||||
private final double priority;
|
private final double priority;
|
||||||
|
@ -39,7 +39,7 @@ public abstract class Node implements RValue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getPosition() {
|
public final int getPosition() {
|
||||||
return position;
|
return position;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren