Class ConsoleConversationHandler
java.lang.Object
space.ranzeplay.saysth.debug.ConsoleConversationHandler
Console conversation handler for debugging the mod's conversation feature.
Creates a temporary villager conversation that can be interacted with from the server console.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet conversation history for debuggingGet current villager infohandleConsoleInput(String input) Handle console input and return the villager's responsevoidInitialize the debug villager with a temporary conversationvoidReset the debug conversation
-
Constructor Details
-
ConsoleConversationHandler
public ConsoleConversationHandler()
-
-
Method Details
-
initialize
public void initialize()Initialize the debug villager with a temporary conversation -
handleConsoleInput
-
resetConversation
public void resetConversation()Reset the debug conversation -
getConversationHistory
Get conversation history for debugging -
getVillagerInfo
Get current villager info
-