All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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"
    };
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy