Beispiel #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;
 }
Beispiel #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;
 }