Skip to content

Commit

Permalink
Javadocs/comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Jan 28, 2016
1 parent f057f39 commit 27e30ce
Showing 1 changed file with 8 additions and 5 deletions.
Expand Up @@ -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() {
Expand All @@ -52,10 +55,10 @@ public WRPT() {
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.
Expand Down

0 comments on commit 27e30ce

Please sign in to comment.