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

simple.server.core.rule.ActionManager Maven / Gradle / Ivy

The newest version!

package simple.server.core.rule;

import simple.server.core.entity.RPEntity;
import simple.server.core.entity.item.Item;

/**
 * Ruleset Interface for processing actions in Simple.
 * 
 * @author Matthias Totz
 */
public interface ActionManager {

    String getSlotNameToEquip(RPEntity entity, Item item);

    boolean onEquip(RPEntity entity, String slotName, Item item);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy