mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-14 20:21:50 +01:00
Mob comment.
This commit is contained in:
parent
a1ce340ce0
commit
936606ce7c
@ -11,6 +11,8 @@ import org.bukkit.entity.LivingEntity;
|
|||||||
import org.bukkit.entity.Player;
|
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
|
public enum Mob
|
||||||
{
|
{
|
||||||
CHICKEN("Chicken", Enemies.FRIENDLY, EntityType.CHICKEN),
|
CHICKEN("Chicken", Enemies.FRIENDLY, EntityType.CHICKEN),
|
||||||
|
Loading…
Reference in New Issue
Block a user