Removes the unused getCorners method
This commit is contained in:
parent
6e658003e0
commit
d45af537cd
@ -33,18 +33,6 @@ public class GateLayout {
|
|||||||
readLayout();
|
readLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets two of the corners of the gate layout creating the smallest box the gate can be contained within
|
|
||||||
*
|
|
||||||
* @return <p>Two of the gate's corners</p>
|
|
||||||
*/
|
|
||||||
public RelativeBlockVector[] getCorners() {
|
|
||||||
return new RelativeBlockVector[]{
|
|
||||||
new RelativeBlockVector(0, 0, 0),
|
|
||||||
new RelativeBlockVector(layout[0].length - 1, layout.length - 1, 1)
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the character array describing this layout
|
* Gets the character array describing this layout
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user