Added ItemsAdder support

This commit is contained in:
Auxilor
2021-09-02 10:35:03 +01:00
parent d32b31f1e5
commit e4ebea354d
5 changed files with 41 additions and 2 deletions

View File

@@ -1,9 +1,11 @@
package com.willfp.eco.core.integrations.customitems;
import com.willfp.eco.core.integrations.Integration;
/**
* Wrapper class for custom item integrations.
*/
public interface CustomItemsWrapper {
public interface CustomItemsWrapper extends Integration {
/**
* Register all the custom items for a specific plugin into eco.
*