Hopefully the final missed item from the 1.9 tests
This commit is contained in:
		@@ -318,7 +318,7 @@ public class MockPlayerInventory implements PlayerInventory {
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    public void setExtraContents(ItemStack[] items) {
 | 
			
		||||
    public void setExtraContents(ItemStack[] contents) {
 | 
			
		||||
        
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
@@ -326,6 +326,10 @@ public class MockPlayerInventory implements PlayerInventory {
 | 
			
		||||
        return null;
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    public void setStorageContents(ItemStack[] contents) {
 | 
			
		||||
        
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    public ItemStack[] getStorageContents() {
 | 
			
		||||
        return null;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user