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

de.placeblock.betterinventories.gui.GUIAction Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package de.placeblock.betterinventories.gui;

/**
 * Represents a GUI action.
 * Currently, for internal use only.
 */
public enum GUIAction {

    /**
     * Action when an item is added to an empty slot
     */
    ADD,
    /**
     * Action when an item is removed from a slot
     */
    REMOVE,
    /**
     * Action when the amount in a slot changes
     */
    AMOUNT

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy