Skip to content

AssetEditorFetchAutoCompleteDataEvent

Package: com.hypixel.hytale.builtin.asseteditor.event

public class AssetEditorFetchAutoCompleteDataEvent implements IAsyncEvent<String>

Async event for fetching auto-complete suggestions. The event key is the dataset name (e.g. "BlockGroups", "LocalizationKeys"). Handlers populate the results array.

public AssetEditorFetchAutoCompleteDataEvent(EditorClient editorClient, String dataSet, String query)
MethodDescription
String getQuery()Returns the search query string
String getDataSet()Returns the dataset name
EditorClient getEditorClient()Returns the requesting client
String[] getResults()Returns the result array
void setResults(String[])Sets the result array
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.