preparing wait times for use in blocks

This commit is contained in:
Stephan Richter
2020-11-09 23:31:15 +01:00
parent 2b03c08fa1
commit b2076dda99
6 changed files with 159 additions and 5 deletions

View File

@@ -24,6 +24,16 @@ public class BlockV extends Block{
}
}
@Override
public Direction directionA() {
return Direction.NORTH;
}
@Override
public Direction directionB() {
return Direction.SOUTH;
}
@Override
public int height() {
return stretch;