mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
Massive renaming update in nms. If you bypassed Bukkit, you will likely break.
Also minimized all the nms diffs and generic cleanups all around.
This commit is contained in:
@@ -6,7 +6,7 @@ public interface IInventory {
|
||||
|
||||
ItemStack getItem(int i);
|
||||
|
||||
ItemStack a(int i, int j);
|
||||
ItemStack splitStack(int i, int j);
|
||||
|
||||
void setItem(int i, ItemStack itemstack);
|
||||
|
||||
|
Reference in New Issue
Block a user