Added missing @Override annotations

This commit is contained in:
yueh
2016-09-17 17:00:10 +02:00
parent 2e7efb3660
commit 035dc244ff
12 changed files with 15 additions and 0 deletions
@@ -51,6 +51,7 @@ public class BakingPipeline<F, T> implements BakingPipelineElement<F, T>
/**
* TODO: fix generics
*/
@Override
public List pipe( List things, IBakedModel parent, IBlockState state, EnumFacing side, long rand )
{
for( BakingPipelineElement pipe : pipeline )
+1
View File
@@ -234,6 +234,7 @@ public interface IPart extends IBoxProvider, ICustomCableConnection
* @return 0 - 8, reasonable default 3-4, this controls the cable connection to the node. -1 to render connection
* yourself.
*/
@Override
public float getCableConnectionLength( AECableType cable );
/**