Remove unsed method
This commit is contained in:
parent
33b04f6ff9
commit
63ab2bbad0
1 changed files with 0 additions and 5 deletions
|
@ -122,11 +122,6 @@ public class ToolEntropyManipulator extends AEBasePoweredItem implements IBlockT
|
|||
InWorldToolOperationIngredient other = (InWorldToolOperationIngredient) obj;
|
||||
return this.blockID == other.blockID && this.metadata == other.metadata;
|
||||
}
|
||||
|
||||
public int getMetadata()
|
||||
{
|
||||
return this.metadata;
|
||||
}
|
||||
}
|
||||
|
||||
private void heat( Block blockID, int metadata, World w, int x, int y, int z )
|
||||
|
|
Loading…
Reference in a new issue