Fixed JavaDoc and CTScrapbox warnings
This commit is contained in:
parent
e2f177b757
commit
779551cf70
4 changed files with 33 additions and 27 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue