Class SteamWorkshopItem
java.lang.Object
zombie.core.znet.SteamWorkshopItem
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
create()
getExtendedErrorInfo
(String error) getID()
String[]
getTags()
getTitle()
boolean
getUpdateProgress
(se.krka.kahlua.vm.KahluaTable kahluaTable) int
int
boolean
void
setChangeNote
(String _changeNote) void
setDescription
(String _description) void
void
void
void
setVisibility
(String _visibility) void
setVisibilityInteger
(int v) boolean
validatePreviewImage
(Path path) boolean
-
Constructor Details
-
SteamWorkshopItem
-
-
Method Details
-
getContentFolder
-
getFolderName
-
setID
-
getID
-
setTitle
-
getTitle
-
setDescription
-
getDescription
-
setVisibility
-
getVisibility
-
setVisibilityInteger
public void setVisibilityInteger(int v) -
getVisibilityInteger
public int getVisibilityInteger() -
setTags
-
getAllowedTags
-
getTags
-
getSubmitDescription
-
getSubmitTags
-
getPreviewImage
-
setChangeNote
-
getChangeNote
-
create
public boolean create() -
submitUpdate
public boolean submitUpdate() -
getUpdateProgress
public boolean getUpdateProgress(se.krka.kahlua.vm.KahluaTable kahluaTable) -
getUpdateProgressTotal
public int getUpdateProgressTotal() -
validatePreviewImage
- Throws:
IOException
-
validateContents
-
getExtendedErrorInfo
-
readWorkshopTxt
public boolean readWorkshopTxt() -
writeWorkshopTxt
public boolean writeWorkshopTxt()
-