public interface IManoMeasurable
| Modifier and Type | Method and Description |
|---|---|
void |
printManometerMessage(net.minecraft.entity.player.PlayerEntity player,
java.util.List<net.minecraft.util.text.ITextComponent> curInfo)
This method is invoked by the Manometer when a player right-clicks a TE or Entity with this interface implemented.
|
void printManometerMessage(net.minecraft.entity.player.PlayerEntity player,
java.util.List<net.minecraft.util.text.ITextComponent> curInfo)
player - player who is right-clicking the measurable TE, 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.