Esempio n. 1
0
 public VoxelModifier(int x, int y, int z, VoxelSide side, VoxleModifierAction action)
 {
     this.x = x;
     this.y = y;
     this.z = z;
     this.side = side;
     this.action = action;
 }
Esempio n. 2
0
 public VoxelModifier(int x, int y, int z, VoxelSide side, VoxleModifierAction action)
 {
     this.x      = x;
     this.y      = y;
     this.z      = z;
     this.side   = side;
     this.action = action;
 }