Fixed JavaDoc and CTScrapbox warnings

This commit is contained in:
drcrazy 2017-11-27 17:55:01 +03:00
parent e2f177b757
commit 779551cf70
4 changed files with 33 additions and 27 deletions

View file

@ -28,6 +28,7 @@ import net.minecraft.tileentity.TileEntity;
/**
* Created by Mark on 03/04/2016.
* @param <T> descendant of BaseRecipe
*/
public interface ITileRecipeHandler<T extends BaseRecipe> {
boolean canCraft(TileEntity tile, T recipe);