Class AssetEditorSelectAssetEvent
java.lang.Object
com.hypixel.hytale.builtin.asseteditor.event.EditorClientEvent<Void>
com.hypixel.hytale.builtin.asseteditor.event.AssetEditorSelectAssetEvent
- All Implemented Interfaces:
IBaseEvent<Void>,IEvent<Void>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAssetEditorSelectAssetEvent(EditorClient editorClient, String assetType, AssetPath assetFilePath, String previousAssetType, AssetPath previousAssetFilePath) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.hypixel.hytale.builtin.asseteditor.event.EditorClientEvent
getEditorClient, toString
-
Field Details
-
assetType
-
assetFilePath
-
previousAssetType
-
previousAssetFilePath
-
-
Constructor Details
-
AssetEditorSelectAssetEvent
public AssetEditorSelectAssetEvent(EditorClient editorClient, String assetType, AssetPath assetFilePath, String previousAssetType, AssetPath previousAssetFilePath)
-
-
Method Details
-
getAssetType
-
getAssetFilePath
-
getPreviousAssetType
-
getPreviousAssetFilePath
-