Cleaned up documentation, added lacking Java annotations.
This commit is contained in:
@@ -49,6 +49,7 @@ public class BaseBlock {
|
||||
* Construct the block with its type and data.
|
||||
*
|
||||
* @param type
|
||||
* @param data
|
||||
*/
|
||||
public BaseBlock(int type, int data) {
|
||||
this.type = (short)type;
|
||||
|
||||
Reference in New Issue
Block a user