Class ArsMagicaApi
java.lang.Object
at.minecraftschurli.mods.arsmagicalegacy.api.ArsMagicaApi
The main entrypoint for the Ars Magica: Legacy API.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AbilityHelperstatic net.minecraft.world.item.ItemStackTemplatebook()static BurnoutHelperstatic net.minecraft.resources.IdentifierCreates a newIdentifierwith the mod's namespace.static MagicHelperstatic ManaHelperstatic SpellHelper
-
Field Details
-
MOD_ID
-
-
Constructor Details
-
ArsMagicaApi
public ArsMagicaApi()
-
-
Method Details
-
id
Creates a newIdentifierwith the mod's namespace.- Parameters:
path- The path of theIdentifier.- Returns:
- A new
Identifier.
-
book
public static net.minecraft.world.item.ItemStackTemplate book()- Returns:
- An Arcane Compendium
ItemStack.
-
abilityHelper
- Returns:
- The
ManaHelperinstance.
-
burnoutHelper
- Returns:
- The
ManaHelperinstance.
-
magicHelper
- Returns:
- The
ManaHelperinstance.
-
manaHelper
- Returns:
- The
ManaHelperinstance.
-
spellHelper
- Returns:
- The
SpellHelperinstance.
-