classpublicPriority 1
AssetEditorAssetCreatedEvent
com.hypixel.hytale.builtin.asseteditor.event.AssetEditorAssetCreatedEvent
extends EditorClientEvent
4
Methods
4
Public Methods
4
Fields
1
Constructors
Constructors
public
AssetEditorAssetCreatedEvent(EditorClient editorClient, String assetType, Path assetPath, byte[] data, String buttonId)Methods
Public Methods (4)
public
Path getAssetPath()public
String getAssetType()public
String getButtonId()public
byte[] getData()Fields
Private/Package Fields (4)
private
Path assetPathprivate
String assetTypeprivate
String buttonIdprivate
byte[] dataRelated Classes
Used By