This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ITaggedWidget
Represents a widget with a string tag, which is sent to the server in a PacketUpdateGui when the widget is clicked.
The open container must implement IGUIButtonSensitive to
process the received packet.