cache itemstacks more aggressively

This commit is contained in:
PrototypeTrousers
2022-01-24 03:09:30 -03:00
parent 98761809fd
commit 63e339b88b
9 changed files with 167 additions and 78 deletions
@@ -119,6 +119,10 @@ public interface IAEItemStack extends IAEStack<IAEItemStack>
*
* @param is An item stack
*/
boolean equals(ItemStack is);
boolean equals( ItemStack is );
ItemStack getCachedItemStack( long stackSize );
void setCachedItemStack( ItemStack is );
}