Package studio.magemonkey.fabled.cast
Class PlayerTextCastingData
java.lang.Object
studio.magemonkey.fabled.cast.PlayerTextCastingData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
cast
(int slot) getSkill
(int slot) boolean
boolean
isEmpty()
void
load
(studio.magemonkey.codex.mccore.config.parse.DataSection config) boolean
void
save
(studio.magemonkey.codex.mccore.config.parse.DataSection config) void
setCasting
(boolean casting) void
validate()
-
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()
-