Advertisement
mixmaster

Untitled

Sep 7th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. @EventHandler
  2. public void onMinecartHit(EntityDamageByEntityEvent e) {
  3. if (e.getEntity() instanceof Minecart
  4. && e.getDamager().getType() == EntityType.SNOWBALL)
  5. e.setCancelled(true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement