Package kamkeel.npcdbc.api.form
Interface IFormMasteryLinkData
-
public interface IFormMasteryLinkData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IForm
getForm(int race)
int
getFormID(int race)
boolean
hasLinkData(int race)
boolean
isCustomFormLink(int race)
void
removeAllLinkData()
void
removeLinkData(int race)
void
setCustomFormLink(int formID, int race)
void
setCustomFormLink(IForm form, int race)
void
setDBCFormLink(int formID, int race)
void
setMasteryLink(int formID, int race, boolean isCustomFormLink)
-
-
-
Method Detail
-
hasLinkData
boolean hasLinkData(int race)
-
isCustomFormLink
boolean isCustomFormLink(int race)
-
getFormID
int getFormID(int race)
-
getForm
IForm getForm(int race)
-
setCustomFormLink
void setCustomFormLink(int formID, int race)
-
setCustomFormLink
void setCustomFormLink(IForm form, int race)
-
setDBCFormLink
void setDBCFormLink(int formID, int race)
-
setMasteryLink
void setMasteryLink(int formID, int race, boolean isCustomFormLink)
-
removeLinkData
void removeLinkData(int race)
-
removeAllLinkData
void removeAllLinkData()
-
-