HyCodeYourTale
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)

privatePath assetPath
privateString assetType
privateString buttonId
privatebyte[] data

Related Classes