Package studio.magemonkey.fabled.cast
Class PlayerTextCastingData
java.lang.Object
studio.magemonkey.fabled.cast.PlayerTextCastingData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleancast(int slot) getSkill(int slot) booleanbooleanisEmpty()voidload(studio.magemonkey.codex.mccore.config.parse.DataSection config) booleanvoidsave(studio.magemonkey.codex.mccore.config.parse.DataSection config) voidsetCasting(boolean casting) voidvalidate()
-
Constructor Details
-
PlayerTextCastingData
-
-
Method Details
-
load
public void load(studio.magemonkey.codex.mccore.config.parse.DataSection config) -
validate
public void validate() -
save
public void save(studio.magemonkey.codex.mccore.config.parse.DataSection config) -
isEmpty
public boolean isEmpty() -
getSkill
-
assign
-
onUnlock
-
getMessage
-
setCasting
public void setCasting(boolean casting) -
cast
public boolean cast(int slot) -
isCasting
public boolean isCasting()
-