public class SpellSkillView extends AbstractItemView
Constructor and Description |
---|
SpellSkillView(@NotNull SpellsManager spellsManager,
@NotNull FacesManager facesManager)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@Nullable CfItem |
getItem(int index)
Returns the
CfItem in a given slot. |
int |
getSize()
Returns the number of items.
|
addLocationListener, addLocationsListener, addModified, addModifiedRange, removeLocationListener, removeLocationsListener
public SpellSkillView(@NotNull @NotNull SpellsManager spellsManager, @NotNull @NotNull FacesManager facesManager)
spellsManager
- the spells to displayfacesManager
- the faces manager for retrieving face informationpublic int getSize()
ItemView