Skip to content

Instantly share code, notes, and snippets.

@anna-is-cute
Created July 6, 2014 16:30
Show Gist options
  • Save anna-is-cute/37e3f841d3393952fc0c to your computer and use it in GitHub Desktop.
Save anna-is-cute/37e3f841d3393952fc0c to your computer and use it in GitHub Desktop.
@EventHandler
public void onFood(FoodLevelChangeEvent e) {
e.setFoodLevel(e.getFoodLevel() / 2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment