Interface IManoMeasurable
- All Known Subinterfaces:
IAirHandlerMachine
- All Known Implementing Classes:
AdvancedPressureTubeBlockEntity,AmadroneEntity,CollectorDroneEntity,DroneEntity,GuardDroneEntity,HarvestingDroneEntity,LogisticsDroneEntity,MachineAirHandler,PressureChamberInterfaceBlockEntity,PressureChamberWallBlockEntity,PressureTubeBlockEntity,ReinforcedPressureTubeBlockEntity,VacuumPumpBlockEntity
public interface IManoMeasurable
-
Method Summary
Modifier and TypeMethodDescriptionvoidprintManometerMessage(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 messagecurInfo- list you can append info to. If you don't append any info no air will be used.
-