Update Bukkit for Minecraft 1.4(.2) changes.

This commit is contained in:
Travis Watkins
2012-10-22 03:30:04 -05:00
committed by EvilSeph
parent 6dfeff0591
commit d5d1b41c02
23 changed files with 486 additions and 34 deletions

View File

@@ -0,0 +1,6 @@
package org.bukkit.entity;
/**
* Represents an ambient mob
*/
public interface Ambient extends LivingEntity {}