Class OnSteamWorkshopItemCreatedEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnSteamWorkshopItemCreatedEvent

public abstract class OnSteamWorkshopItemCreatedEvent extends Event
Triggered after a new Steam workshop item was successfully created.
  • Constructor Details

    • OnSteamWorkshopItemCreatedEvent

      public OnSteamWorkshopItemCreatedEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent(String steamId, Boolean userNeedsToAcceptWorkshopLegalAgreement)
      Called Event Handling Method
      Parameters:
      steamId - The Steam identifier of the user who created the workshop item.
      userNeedsToAcceptWorkshopLegalAgreement - Whether the user has to accept the workshop legal agreement.