final variables and parameters
This commit is contained in:
@@ -41,7 +41,7 @@ public class ContainerCraftAmount extends AEBaseContainer
|
||||
final ITerminalHost priHost;
|
||||
public IAEItemStack whatToMake;
|
||||
|
||||
public ContainerCraftAmount( InventoryPlayer ip, ITerminalHost te )
|
||||
public ContainerCraftAmount( final InventoryPlayer ip, final ITerminalHost te )
|
||||
{
|
||||
super( ip, te );
|
||||
this.priHost = te;
|
||||
@@ -59,7 +59,7 @@ public class ContainerCraftAmount extends AEBaseContainer
|
||||
|
||||
public IGrid getGrid()
|
||||
{
|
||||
IActionHost h = ( (IActionHost) this.getTarget() );
|
||||
final IActionHost h = ( (IActionHost) this.getTarget() );
|
||||
return h.getActionableNode().getGrid();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user