Interface IMinWorkingPressure
- All Known Implementing Classes:
AerialInterfaceBlockEntity,AirCannonBlockEntity,AssemblyControllerBlockEntity,ElevatorBaseBlockEntity,FluidMixerBlockEntity,GasLiftBlockEntity,PneumaticDoorBaseBlockEntity,PneumaticDynamoBlockEntity,PressureChamberValveBlockEntity,PressurizedSpawnerBlockEntity,ProgrammableControllerBlockEntity,SpawnerExtractorBlockEntity,ThermopneumaticProcessingPlantBlockEntity,UniversalSensorBlockEntity,UVLightBoxBlockEntity,VacuumTrapBlockEntity
public interface IMinWorkingPressure
-
Method Summary
Modifier and TypeMethodDescriptionfloatGet the minimum pressure at which this machine can operate.
-
Method Details
-
getMinWorkingPressure
float getMinWorkingPressure()Get the minimum pressure at which this machine can operate. Used for GUI display purposes (drawing the yellow region of the pressure gauge, but can also be checked elsewhere.- Returns:
- the minimum pressure at which this machine can operate
-