mirror of
https://github.com/SimplexDevelopment/Uncraftables.git
synced 2025-07-06 10:46:42 +00:00
Update Feb 2nd 2023
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package io.github.paldiu.config;
|
||||
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
import org.bukkit.inventory.meta.ItemMeta;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface ItemMetaSupplier {
|
||||
ItemMeta getFrom(ItemStack itemStack);
|
||||
}
|
Reference in New Issue
Block a user