AltarRecipe instances which are the recipes used
by the Natural Altar.IAuraType instances which are types of Aura present
in different types of worlds.IAuraContainerIAuraRecharge by a
player holding it in their handIDrainSpotEffect suppliers which are effects that
happen passively at every spot that Aura has been drained from in the
world.IAuraChunk.drainAura(BlockPos, int, boolean) with
aimForZero set to false, as this is the most likely behavior you will
want.IAuraContainer in the
supplied player's inventory or baubles slots.IAuraChunk.getSpotsInArea(World, BlockPos, int, BiConsumer) and
conveniently returns it.Chunk.NaturesAuraAPI.IInternalHooks instance which can
be used to hook into the mod's internal functionalities.OfferingRecipe instances which are the recipes
used by the Offering Table.IAuraChunk.storeAura(BlockPos, int, boolean) with
aimForZero set to true, as this is the most likely behavior you will
want.TreeRitualRecipe instances which are the recipes
used in the Ritual of the Forest.