Class TellrawGenerator
java.lang.Object
me.wiefferink.interactivemessenger.generators.TellrawGenerator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongenerate(InteractiveMessage message)Parses the given message to a JSON array that can be used with the tellraw command and the like.
- 
Constructor Details- 
TellrawGeneratorpublic TellrawGenerator()
 
- 
- 
Method Details- 
generateParses the given message to a JSON array that can be used with the tellraw command and the like.- Parameters:
- message- The parsed InteractiveMessage.
- Returns:
- JSON string that can be send to a player (multiple means line breaks have been used)
 
 
-