implement block placing and destroying
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
window.MovingObjectPosition = class {
|
||||
|
||||
constructor(vector, face, x, y, z) {
|
||||
this.vector = vector;
|
||||
this.face = face;
|
||||
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
this.z = z;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user