Interface IManoMeasurable

All Known Subinterfaces:
IAirHandlerMachine
All Known Implementing Classes:
AbstractBasicDroneEntity, AdvancedPressureTubeBlockEntity, AmadroneEntity, CollectorDroneEntity, DroneEntity, GuardDroneEntity, HarvestingDroneEntity, LogisticsDroneEntity, MachineAirHandler, PressureChamberInterfaceBlockEntity, PressureChamberWallBlockEntity, PressureTubeBlockEntity, ReinforcedPressureTubeBlockEntity, VacuumPumpBlockEntity

public interface IManoMeasurable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    printManometerMessage(net.minecraft.world.entity.player.Player player, List<net.minecraft.network.chat.Component> curInfo)
    This method is invoked by the Manometer when a player right-clicks a BE or Entity with this interface implemented.
  • Method Details

    • printManometerMessage

      void printManometerMessage(net.minecraft.world.entity.player.Player player, List<net.minecraft.network.chat.Component> curInfo)
      This method is invoked by the Manometer when a player right-clicks a BE or Entity with this interface implemented.
      Parameters:
      player - player who is right-clicking the measurable BE, and therefore needs to get the message
      curInfo - list you can append info to. If you don't append any info no air will be used.