1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-22 14:23:09 +02:00

Mob comment.

This commit is contained in:
KHobbits
2012-11-11 17:04:16 +00:00
parent 75f90b0aa6
commit 519cff03c6

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),