public interface IFlowPower
Modifier and Type | Method and Description |
---|---|
void |
reconfigure()
Makes this pipe reconfigure itself, possibly due to the addition of new modules.
|
long |
tryExtractPower(long maxPower,
net.minecraft.util.EnumFacing from)
Attempts to extract power from the
IMjPassiveProvider connected to this pipe on the given side. |
void reconfigure()
long tryExtractPower(long maxPower, net.minecraft.util.EnumFacing from)
IMjPassiveProvider
connected to this pipe on the given side.maxPower
- The Maximum amount of power that can be extracted.from
- The side (of this pipe) to take power from.