package net.minecraft.server;

public enum EnumMonsterType {

    UNDEFINED, UNDEAD, ARTHROPOD, ILLAGER;

    private EnumMonsterType() {}
}
