Package xyz.gmitch215.socketmc.screen
Interface Narratable
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractScreen
,CustomScreen
,DefaultScreen
,Tooltip
Represents a screen element that can be spoken by the narrator.
-
Method Summary
Modifier and TypeMethodDescriptionGets the JSON message that represents the narration of this element.
-
Method Details
-
getNarrationMessageJSON
Gets the JSON message that represents the narration of this element. By default, this is the title of the element.- Returns:
- the JSON message
-