add get functions
This commit is contained in:
parent
8bf977060e
commit
21e9c0b7c1
@ -23,4 +23,19 @@ public class MBlockPos extends BlockPos {
|
||||
private MBlockPos() {
|
||||
super(6, 6, 6);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getX() {
|
||||
throw new LinkageError("LOL");
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getY() {
|
||||
throw new LinkageError("LOL");
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getZ() {
|
||||
throw new LinkageError("LOL");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user