renamed method. fixed round robin while blocking mode on

This commit is contained in:
Salomão
2021-05-04 22:51:20 -03:00
parent b5da6730a1
commit 9576bec855
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ public class ItemSlot
return copy;
}
public ItemStack insertItem( ItemStack sourceItemStack){
public ItemStack simulateInsertItem( ItemStack sourceItemStack){
return this.itemHandler.insertItem( this.slot, sourceItemStack , true );
}
}