Skip to content

Instantly share code, notes, and snippets.

@Waterpicker
Created August 20, 2016 17:08
Show Gist options
  • Save Waterpicker/5c4ea446ddfdcdb5adea151c5bdf95ca to your computer and use it in GitHub Desktop.
Save Waterpicker/5c4ea446ddfdcdb5adea151c5bdf95ca to your computer and use it in GitHub Desktop.
if(event.filterEntities(entity -> {
if (entity.get(Keys.HORSE_VARIANT).isPresent())
return entity.get(Keys.HORSE_VARIANT).filter(HorseVariants.SKELETON_HORSE::equals).isPresent();
else
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment