Interaction
data class Interaction(val texture: Identifier, val screenTitle: Text, val rawInteraction: RawInteraction?, val data: Any?)(source)
Interaction representation with a block entity or entity.
Parameters
texture
The texture to be replaced.
screen Title
The active GUI screen's title
raw Interaction
The raw interaction from Minecraft containing the details. See RawInteraction documentation
data
The interaction data returned by the interaction data provider