Package github.jaffe2718.mccs.mixin
package github.jaffe2718.mccs.mixin
-
ClassDescriptionThis mixin interface is used to get the pendingSuggestions field of ChatInputSuggestor.Get the chatInputSuggestor and chatField of ChatScreen.
ChatScreen
Usage:
ChatScreen chatScreen = ...;
ChatInputSuggestor chatInputSuggestor = ((ChatScreenMixin) chatScreen).getChatInputSuggestor();
TextFieldWidget chatField = ((ChatScreenMixin) chatScreen).getChatField();