Class SteamWorkshopItem

java.lang.Object
zombie.core.znet.SteamWorkshopItem

public class SteamWorkshopItem extends Object
  • Constructor Details

    • SteamWorkshopItem

      public SteamWorkshopItem(String string)
  • Method Details

    • getContentFolder

      public String getContentFolder()
    • getFolderName

      public String getFolderName()
    • setID

      public void setID(String string)
    • getID

      public String getID()
    • setTitle

      public void setTitle(String string)
    • getTitle

      public String getTitle()
    • setDescription

      public void setDescription(String string)
    • getDescription

      public String getDescription()
    • setVisibility

      public void setVisibility(String string)
    • getVisibility

      public String getVisibility()
    • setVisibilityInteger

      public void setVisibilityInteger(int int1)
    • getVisibilityInteger

      public int getVisibilityInteger()
    • setTags

      public void setTags(ArrayList arrayList)
    • getAllowedTags

      public static ArrayList getAllowedTags()
    • getTags

      public ArrayList getTags()
    • getSubmitDescription

      public String getSubmitDescription()
    • getSubmitTags

      public String[] getSubmitTags()
    • getPreviewImage

      public String getPreviewImage()
    • setChangeNote

      public void setChangeNote(String string)
    • getChangeNote

      public String getChangeNote()
    • create

      public boolean create()
    • submitUpdate

      public boolean submitUpdate()
    • getUpdateProgress

      public boolean getUpdateProgress(KahluaTable kahluaTable)
    • getUpdateProgressTotal

      public int getUpdateProgressTotal()
    • validatePreviewImage

      public String validatePreviewImage(Path path) throws IOException
      Throws:
      IOException
    • validateContents

      public String validateContents()
    • getExtendedErrorInfo

      public String getExtendedErrorInfo(String string)
    • readWorkshopTxt

      public boolean readWorkshopTxt()
    • writeWorkshopTxt

      public boolean writeWorkshopTxt()