mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2025-07-01 15:46:42 +00:00
Add back 1.17.1 and 1.18.1 support
This commit is contained in:
@ -4,7 +4,8 @@ import net.minecraft.nbt.ListTag;
|
||||
import net.minecraft.world.item.ItemStack;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public interface IAttributeManager {
|
||||
public interface IAttributeManager
|
||||
{
|
||||
ListTag getAttrList(final ItemStack item);
|
||||
|
||||
void addAttr(final Player player, final String[] args);
|
||||
@ -12,6 +13,4 @@ public interface IAttributeManager {
|
||||
void removeAttr(final Player player, final String string);
|
||||
|
||||
void listAttr(final Player player);
|
||||
|
||||
String colorize(String string);
|
||||
}
|
||||
|
Reference in New Issue
Block a user