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>

public class AssetEditorAssetCreatedEvent extends EditorClientEvent<String>
  • Field Details

    • assetType

      private final String assetType
    • assetPath

      private final Path assetPath
    • data

      private final byte[] data
    • buttonId

      private final String buttonId
  • Constructor Details

    • AssetEditorAssetCreatedEvent

      public AssetEditorAssetCreatedEvent(EditorClient editorClient, String assetType, Path assetPath, byte[] data, String buttonId)
  • Method Details

    • getAssetType

      public String getAssetType()
    • getAssetPath

      public Path getAssetPath()
    • getData

      public byte[] getData()
    • getButtonId

      public String getButtonId()