Renamed to EcoFastItemStack

This commit is contained in:
Auxilor
2021-08-01 23:38:42 +01:00
parent a845cda9ed
commit a10666f792
5 changed files with 8 additions and 27 deletions

View File

@@ -29,12 +29,6 @@ public interface FastItemStack {
int getLevelOnItem(@NotNull Enchantment enchantment,
boolean checkStored);
/**
* Get bukkit ItemStack again.
*
* @return The ItemStack.
*/
ItemStack unwrap();
/**
* Wrap an ItemStack to create a FastItemStack.