Interface ISpellCaster
- All Known Implementing Classes:
AbstractWizard,EvilWizard,Wizard
public interface ISpellCaster
-
Method Summary
Modifier and TypeMethodDescriptiondefault intgetAimingError(net.minecraft.world.Difficulty difficulty) default @NotNull Spelldefault @NotNull SpellModifiersdefault intdefault voidsetContinuousSpell(Spell spell) default voidsetSpellCounter(int count)
-
Method Details
-
getSpells
-
getModifiers
-
getContinuousSpell
-
setContinuousSpell
-
getSpellCounter
default int getSpellCounter() -
setSpellCounter
default void setSpellCounter(int count) -
getAimingError
default int getAimingError(net.minecraft.world.Difficulty difficulty)
-