use of logisticspipes.pipes.PipeLogisticsChassi.ChassiTargetInformation in project LogisticsPipes by RS485.
the class ModuleApiaristSink method registerPosition.
@Override
public void registerPosition(ModulePositionType slot, int positionInt) {
super.registerPosition(slot, positionInt);
_sinkReply = new SinkReply(FixedPriority.APIARIST_BeeSink, 0, true, false, 2, 0, new ChassiTargetInformation(getPositionInt()));
}
use of logisticspipes.pipes.PipeLogisticsChassi.ChassiTargetInformation in project LogisticsPipes by RS485.
the class ModuleElectricBuffer method registerPosition.
@Override
public void registerPosition(ModulePositionType slot, int positionInt) {
super.registerPosition(slot, positionInt);
_sinkReply = new SinkReply(FixedPriority.ElectricBuffer, 0, true, false, 1, 0, new ChassiTargetInformation(getPositionInt()));
}
use of logisticspipes.pipes.PipeLogisticsChassi.ChassiTargetInformation in project LogisticsPipes by RS485.
the class ModuleEnchantmentSink method registerPosition.
@Override
public void registerPosition(ModulePositionType slot, int positionInt) {
super.registerPosition(slot, positionInt);
_sinkReply = new SinkReply(FixedPriority.EnchantmentItemSink, 0, true, false, 1, 0, new ChassiTargetInformation(getPositionInt()));
}
Aggregations