package com.laytonsmith.abstraction.enums; import com.laytonsmith.annotations.MEnum; @MEnum("SoundCategory") public enum MCSoundCategory { MASTER, MUSIC, RECORDS, WEATHER, BLOCKS, HOSTILE, NEUTRAL, PLAYERS, AMBIENT, VOICE }