Class AssetEditorAssetCreatedEvent
java.lang.Object
com.hypixel.hytale.builtin.asseteditor.event.EditorClientEvent<String>
com.hypixel.hytale.builtin.asseteditor.event.AssetEditorAssetCreatedEvent
- All Implemented Interfaces:
IBaseEvent<String>,IEvent<String>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAssetEditorAssetCreatedEvent(EditorClient editorClient, String assetType, Path assetPath, byte[] data, String buttonId) -
Method Summary
Methods inherited from class com.hypixel.hytale.builtin.asseteditor.event.EditorClientEvent
getEditorClient, toString
-
Field Details
-
assetType
-
assetPath
-
data
private final byte[] data -
buttonId
-
-
Constructor Details
-
AssetEditorAssetCreatedEvent
public AssetEditorAssetCreatedEvent(EditorClient editorClient, String assetType, Path assetPath, byte[] data, String buttonId)
-
-
Method Details
-
getAssetType
-
getAssetPath
-
getData
public byte[] getData() -
getButtonId
-