Code Formatting
This commit is contained in:
@@ -1243,7 +1243,7 @@ public class DualityInterface implements IGridTickable, IStorageMonitorable, IIn
|
||||
{
|
||||
this.priority = newValue;
|
||||
this.iHost.saveChanges();
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
this.gridProxy.getGrid().postEvent( new MENetworkCraftingPatternChange( this, this.gridProxy.getNode() ) );
|
||||
|
||||
@@ -18,10 +18,12 @@
|
||||
|
||||
package appeng.helpers;
|
||||
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
import appeng.core.sync.GuiBridge;
|
||||
|
||||
|
||||
public interface IPriorityHost
|
||||
{
|
||||
|
||||
@@ -34,8 +36,8 @@ public interface IPriorityHost
|
||||
* set new priority
|
||||
*/
|
||||
void setPriority( int newValue );
|
||||
|
||||
|
||||
ItemStack getItemStackRepresentation();
|
||||
|
||||
|
||||
GuiBridge getGuiBridge();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user