Package com.hbm_m.api.fluids
Interface IFluidUserMK2
- All Superinterfaces:
IFluidConnectorMK2,NodeNet.ILoadedEntry
- All Known Subinterfaces:
IFluidProviderMK2,IFluidReceiverMK2,IFluidStandardReceiverMK2,IFluidStandardSenderMK2,IFluidStandardTransceiverMK2
- All Known Implementing Classes:
FluidPumpBlockEntity,ForgeFluidHandlerAdapter,LaunchPadBaseBlockEntity,LaunchPadBlockEntity,LaunchPadLargeBlockEntity,LaunchPadRustedBlockEntity,MachineChemicalPlantBlockEntity,MachineCrystallizerBlockEntity,MachineCyclotronBlockEntity,MachineDerrickBlockEntity,MachineFluidTankBlockEntity,MachineIndustrialBoilerBlockEntity,MachineSteamCondenserBlockEntity,MachineTurbineBlockEntity,MachineZirnoxBlockEntity,OilDrillBaseBlockEntity
IFluidConnectorMK2 + доступ к бакам + константы давления.
Аналог IFluidUserMK2 из 1.7.10.
Также является ILoadedEntry для проверки валидности ссылки в сети.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[]static final int -
Method Summary
Methods inherited from interface com.hbm_m.api.fluids.IFluidConnectorMK2
canConnectMethods inherited from interface com.hbm_m.api.network.NodeNet.ILoadedEntry
isLoaded
-
Field Details
-
HIGHEST_VALID_PRESSURE
static final int HIGHEST_VALID_PRESSURE- See Also:
-
DEFAULT_PRESSURE_RANGE
static final int[] DEFAULT_PRESSURE_RANGE
-
-
Method Details
-
getAllTanks
FluidTank[] getAllTanks()Все баки этой машины. Используется для display/debug.
-