Adds missing JavaDoc

This commit is contained in:
2021-10-29 18:43:22 +02:00
parent 56ed0495b0
commit 56bf51f370
5 changed files with 29 additions and 2 deletions

View File

@ -14,7 +14,23 @@ public class RelativeBlockVector {
private final int down;
private final int out;
public enum Property {RIGHT, DOWN, OUT}
/**
* A specifier for one of the relative block vector's three properties
*/
public enum Property {
/**
* Specifies the relative block vector's right property
*/
RIGHT,
/**
* Specifies the relative block vector's down property
*/
DOWN,
/**
* Specifies the relative block vector's out property
*/
OUT
}
/**
* Instantiates a new relative block vector