Skip to content

Instantly share code, notes, and snippets.

@Corosauce
Created June 22, 2019 06:09
Show Gist options
  • Save Corosauce/d309e298ee71e9312a8be639a7c28060 to your computer and use it in GitHub Desktop.
Save Corosauce/d309e298ee71e9312a8be639a7c28060 to your computer and use it in GitHub Desktop.
AI mutex bits, 1.12 to 1.14
1 -> Goal.Flag.MOVE
2 -> Goal.Flag.LOOK
4 -> Goal.Flag.JUMP
8 -> Goal.Flag.TARGET (this one is new, 1.12 never had or used this)
new using multiple example: this.setMutexFlags(EnumSet.of(Goal.Flag.MOVE, Goal.Flag.LOOK, Goal.Flag.JUMP));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment