Fix javadoc errors

This commit is contained in:
Brady
2018-12-03 18:47:40 -06:00
parent 70b74d39fc
commit b22e93d6d0
5 changed files with 29 additions and 7 deletions
@@ -205,10 +205,11 @@ public abstract class Movement implements IMovement, MovementHelper {
}
/**
* Calculate latest movement state.
* Gets called once a tick.
* Calculate latest movement state. Gets called once a tick.
*
* @return
* @param state The current state
*
* @return The new state
*/
public MovementState updateState(MovementState state) {
if (!prepared(state)) {