Javadocs/comments.

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

View File

@ -22,21 +22,24 @@ 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?
///////////////////////
// Group ids.
///////////////////////
// MOVING_SURVIVALFLY
/** Group: Reset when not in air jump phase. */
public static final String G_RESET_NOTINAIR = "reset.notinair";
///////////////////////
// WorkaroundSet ids.
///////////////////////
// MOVING
/** WorkaroundSet: for use in MovingData. */
public static final String WS_MOVING = "moving";
public WRPT() {
@ -52,10 +55,10 @@ public class WRPT extends SimpleWorkaroundRegistry {
ws_moving.addAll(Arrays.asList(resetNotInAir));
setWorkaroundBluePrint(resetNotInAir);
setGroup(G_RESET_NOTINAIR, resetNotInAir);
// Finally register the set.
setWorkaroundSetByIds(WS_MOVING, getCheckedIdSet(ws_moving), G_RESET_NOTINAIR);
// TODO: just counters
// TODO: Command to log.