Mob comment.

This commit is contained in:
KHobbits 2012-11-11 17:04:16 +00:00
parent a1ce340ce0
commit 936606ce7c

View File

@ -11,6 +11,8 @@ import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;
// Suffixes can be appended on the end of a mob name to make it plural
// Entities without a suffix, will default to 's'
public enum Mob
{
CHICKEN("Chicken", Enemies.FRIENDLY, EntityType.CHICKEN),