- All Superinterfaces:
ScriptObject<Guild>
public interface GuildObject<Guild> extends ScriptObject<Guild>
Created on 8/22/2019.
-
Method Summary
Modifier and Type Method Description intgetCapacity()default booleanincreaseCapacity(int amount)booleanincreaseCapacity(int amount, int cost)booleanisMarkExist()booleanisMaster(long userId)default booleanisMaster(UserObject userObject)booleanisMember(long userId)default booleanisMember(UserObject userObject)booleanisSubMaster(long userId)default booleanisSubMaster(UserObject userObject)default booleanremoveGuildMark()booleanremoveMark(int cost)default booleansetGuildMark()booleansetMark(int cost)
-
Method Details
-
isMaster
boolean isMaster(long userId) -
isMaster
-
isSubMaster
boolean isSubMaster(long userId) -
isSubMaster
-
isMember
boolean isMember(long userId) -
isMember
-
isMarkExist
boolean isMarkExist() -
getCapacity
int getCapacity() -
increaseCapacity
boolean increaseCapacity(int amount, int cost) -
increaseCapacity
default boolean increaseCapacity(int amount) -
setMark
boolean setMark(int cost) -
setGuildMark
default boolean setGuildMark() -
removeMark
boolean removeMark(int cost) -
removeGuildMark
default boolean removeGuildMark()
-