Large chunk on the pattern terminal.
This commit is contained in:
@@ -10,6 +10,8 @@ public class OptionalSlotFake extends SlotFake
|
||||
final int groupNum;
|
||||
IOptionalSlotHost host;
|
||||
|
||||
public boolean renderDisabled = true;
|
||||
|
||||
public int srcX;
|
||||
public int srcY;
|
||||
|
||||
@@ -43,4 +45,9 @@ public class OptionalSlotFake extends SlotFake
|
||||
return host.isSlotEnabled( groupNum );
|
||||
}
|
||||
|
||||
public boolean renderDisabled()
|
||||
{
|
||||
return renderDisabled;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user