Added missing @Override annotations
This commit is contained in:
@@ -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 )
|
||||
|
||||
@@ -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 );
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user