Merge pull request #1307 from bdew/master
Workaround for scala compiler derp
This commit is contained in:
commit
40e1ecc671
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
|||
*/
|
||||
package buildcraft.api.power;
|
||||
|
||||
import buildcraft.api.power.PowerHandler.PowerReceiver;
|
||||
import net.minecraft.world.World;
|
||||
import net.minecraftforge.common.ForgeDirection;
|
||||
|
||||
|
@ -31,7 +30,7 @@ public interface IPowerReceptor {
|
|||
* @param side
|
||||
* @return
|
||||
*/
|
||||
public PowerReceiver getPowerReceiver(ForgeDirection side);
|
||||
public PowerHandler.PowerReceiver getPowerReceiver(ForgeDirection side);
|
||||
|
||||
/**
|
||||
* Call back from the PowerHandler that is called when the stored power
|
||||
|
|
Loading…
Reference in a new issue