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

ru.astrainteractive.astralibs.menu.menu.MenuSize.kt Maven / Gradle / Ivy

There is a newer version: 2.28.0
Show newest version
package ru.astrainteractive.astralibs.menu.menu

/**
 * Menu sizes of inventory
 */
enum class MenuSize(val size: Int) {
    /**
     * Size is 9
     */
    XXS(9),

    /**
     * Size is 18
     */
    XS(18),

    /**
     * Size is 27
     */
    S(27),

    /**
     * Size is 36
     */
    M(36),

    /**
     * Size is 45
     */
    L(45),

    /**
     * Size is 54
     */
    XL(54)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy