Javadocs/comments.

This commit is contained in:
asofold 2016-01-28 10:26:32 +01:00
parent f057f39fde
commit 27e30ce29a

View File

@ -22,7 +22,8 @@ public class WRPT extends SimpleWorkaroundRegistry {
// MOVING_SURVIVALFLY
// TODO: The use once thing could be shared by several spots (e.g. all double-0 top of slope).
/** One time use max of jump phase twice zero dist. */
/** Workaround: One time use max of jump phase twice zero dist. */
// TODO: This might be changed to (or extended with addition of) use once within air jump phase.
public static final String W_M_SF_SLIME_JP_2X0 = "m.sf.slime.jp.2x0"; // hum. sha-1 instead?
///////////////////////
@ -30,6 +31,7 @@ public class WRPT extends SimpleWorkaroundRegistry {
///////////////////////
// MOVING_SURVIVALFLY
/** Group: Reset when not in air jump phase. */
public static final String G_RESET_NOTINAIR = "reset.notinair";
///////////////////////
@ -37,6 +39,7 @@ public class WRPT extends SimpleWorkaroundRegistry {
///////////////////////
// MOVING
/** WorkaroundSet: for use in MovingData. */
public static final String WS_MOVING = "moving";
public WRPT() {