tpyo
This commit is contained in:
		@@ -42,7 +42,15 @@ public class InventoryAccess implements IInventoryAccess {
 | 
			
		||||
        } catch (NoSuchMethodException ignored) {}
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * @deprecated use {@link #isUsable()}
 | 
			
		||||
     */
 | 
			
		||||
    @Deprecated
 | 
			
		||||
    public static boolean isUseable() {
 | 
			
		||||
        return isUsable();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public static boolean isUsable() {
 | 
			
		||||
        return craftInventory != null && getInventory != null;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user