mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2025-07-01 15:46:42 +00:00
Push changes
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
apply(plugin = "io.papermc.paperweight.userdev")
|
||||
|
||||
dependencies {
|
||||
compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
|
||||
compileOnly("org.spigotmc:spigot:1.20.1-R0.1-SNAPSHOT")
|
||||
paperDevBundle("1.20.1-R0.1-SNAPSHOT")
|
||||
}
|
@ -1,11 +1,11 @@
|
||||
package dev.plex.itemizerx;
|
||||
|
||||
import net.minecraft.nbt.NBTTagList;
|
||||
import net.minecraft.nbt.ListTag;
|
||||
import net.minecraft.world.item.ItemStack;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public interface IAttributeManager {
|
||||
NBTTagList getAttrList(final ItemStack item);
|
||||
ListTag getAttrList(final ItemStack item);
|
||||
|
||||
void addAttr(final Player player, final String[] args);
|
||||
|
||||
|
Reference in New Issue
Block a user