|
|
MCAPI | IntellisenseHandler (bool isDevConsole) |
|
MCAPI void | _clearMessages () |
|
MCAPI ::std::unique_ptr<::AutoCompleteInformation > | _getAutoCompleteOptions (::CommandOrigin const &origin, ::std::string const &_cmdLine, uint cursorPositionUnsafe, ::CommandRegistry ®istry, bool isPlayerMention) const |
|
MCAPI ::std::unique_ptr<::CommandOrigin > | _getCommandOrigin (::std::weak_ptr<::ClientInstanceScreenModel > minecraftScreenModel) const |
|
MCAPI void | _handleCommandIntellisense (::ClientInstanceScreenModel &screenModel, ::CommandOrigin const &origin, ::std::string const ¤tMessage, uint cursorPositionUnsafe) |
|
MCAPI void | _handlePlayerIntellisense (::ClientInstanceScreenModel &screenModel, ::CommandOrigin const &origin, ::std::string const ¤tMessage, uint cursorPositionUnsafe) |
|
MCAPI void | _updateAutoCompleteMessages (::AutoCompleteInformation const &autocompleteInfo, ::CommandOrigin const &origin, ::CommandRegistry const ®istry, bool isCheatsEnabled, bool isCommand) |
|
MCAPI void | _updateIntellisenseMessages (::CommandSyntaxInformation const &intellisenseInfo) |
|
MCFOLD int | getAutoCompleteGridSize () const |
|
MCAPI int | getAutoCompleteItemId (int index) |
|
MCFOLD ::std::vector<::IntellisenseHandler::AutoCompleteMessage > const & | getAutoCompleteMessages () const |
|
MCAPI::std::string | getAutoCompleteText (int index) |
|
MCFOLD ::std::vector<::std::string > const & | getIntellisenseMessages () const |
|
MCFOLD int | getLastTabCompleteIndex () const |
|
MCFOLD bool | getNeedsLayoutUpdate () const |
|
MCAPI void | handleClickComplete (::std::weak_ptr<::ClientInstanceScreenModel > minecraftScreenModel, ::std::string ¤tMessage, int clickedIndex) |
|
MCAPI void | handleTabComplete (::std::weak_ptr<::ClientInstanceScreenModel > minecraftScreenModel, ::std::string ¤tMessage, int index) |
|
MCAPI void | handleTabComplete (::std::weak_ptr<::ClientInstanceScreenModel > minecraftScreenModel, ::CommandOrigin const &origin, ::std::string ¤tMessage, int index, bool isSlashRequired) |
|
MCAPI bool | isAutoCompleteSuggestion (int gridIndex) const |
|
MCAPI void | resetTabCompleteProgress () |
|
MCFOLD void | setAutoCompleteGridSize (int val) |
|
MCFOLD void | setNeedsLayoutUpdate (bool val) |
|
MCAPI void | updateIntellisense (::std::weak_ptr<::ClientInstanceScreenModel > minecraftScreenModel, ::std::string const ¤tMessage) |
|
MCAPI void * | $ctor (bool isDevConsole) |
|
MCAPI void | $dtor () |
|
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::string > > | mIntellisenseMessages |
|
::ll::TypedStorage< 1, 1, bool > | mIsDevConsole |
|
::ll::TypedStorage< 8, 32, ::std::string > | mLastTabCompleteMessage |
|
::ll::TypedStorage< 4, 4, int > | mLastTabCompleteIndex |
|
::ll::TypedStorage< 1, 1, bool > | mInitTabComplete |
|
::ll::TypedStorage< 1, 1, bool > | mNeedsLayoutUpdate |
|
::ll::TypedStorage< 4, 4, int > | mAutoCompleteGridSize |
|
::ll::TypedStorage< 8, 24, ::std::vector<::IntellisenseHandler::AutoCompleteMessage > > | mAutoCompleteMessages |