mirror of
https://github.com/YouHaveTrouble/BlockEdit.git
synced 2026-06-29 13:36:19 +00:00
remove unused class
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
package me.youhavetrouble.blockedit.util;
|
||||
|
||||
public class ChunkCoords {
|
||||
|
||||
private final int x, z;
|
||||
|
||||
public ChunkCoords(int x, int z) {
|
||||
this.x = x;
|
||||
this.z = z;
|
||||
}
|
||||
|
||||
public int getX() {
|
||||
return x;
|
||||
}
|
||||
|
||||
public int getZ() {
|
||||
return z;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user