simple.common.Constants Maven / Gradle / Ivy
The newest version!
package simple.common;
public interface Constants {
/**
* All the slots considered to be "with" the entity. Listed in priority
* order (i.e. bag first).
*/
String[] CARRYING_SLOTS = {"bag", "head", "rhand",
"lhand", "armor", "finger", "cloak", "legs", "feet", "keyring"
};
}