Package noppes.npcs.api.handler.data
Interface IProfileOptions
-
public interface IProfileOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCompleteControl()
int
getCooldownControl()
boolean
hasProfileOptions()
void
setCompleteControl(int profileType)
void
setCooldownControl(int profileType)
void
setProfileOptions(boolean enable)
-
-
-
Method Detail
-
hasProfileOptions
boolean hasProfileOptions()
-
setProfileOptions
void setProfileOptions(boolean enable)
-
setCooldownControl
void setCooldownControl(int profileType)
- Parameters:
profileType
- 0:Individual, 1:Shared
-
getCooldownControl
int getCooldownControl()
- Returns:
- 0:Individual, 1:Shared
-
setCompleteControl
void setCompleteControl(int profileType)
- Parameters:
profileType
- 0:Individual, 1:Shared
-
getCompleteControl
int getCompleteControl()
- Returns:
- 0:Individual, 1:Shared
-
-