Skip navigation links
A B C D E F G I M N O R S T U V W 

A

addDimensionType(DimensionType) - Method in class de.ellpeck.naturesaura.api.aura.type.BasicAuraType
 
ALTAR_RECIPES - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
The list of all AltarRecipe instances which are the recipes used by the Natural Altar.
AltarRecipe - Class in de.ellpeck.naturesaura.api.recipes
 
AltarRecipe(ResourceLocation, Ingredient, ItemStack, Ingredient, int, int) - Constructor for class de.ellpeck.naturesaura.api.recipes.AltarRecipe
 
amount - Variable in class de.ellpeck.naturesaura.api.recipes.ing.AmountIngredient
 
AmountIngredient - Class in de.ellpeck.naturesaura.api.recipes.ing
 
AmountIngredient(Ingredient, int) - Constructor for class de.ellpeck.naturesaura.api.recipes.ing.AmountIngredient
 
AmountIngredient(ItemStack) - Constructor for class de.ellpeck.naturesaura.api.recipes.ing.AmountIngredient
 
ANIMAL_SPAWNER_RECIPES - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
A map of all AnimalSpawnerRecipe objects that are used with the animal spawner block.
AnimalSpawnerRecipe - Class in de.ellpeck.naturesaura.api.recipes
 
AnimalSpawnerRecipe(ResourceLocation, ResourceLocation, int, int, Ingredient...) - Constructor for class de.ellpeck.naturesaura.api.recipes.AnimalSpawnerRecipe
 
API_ID - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
 
appliesHere(Chunk, IAuraChunk, IAuraType) - Method in interface de.ellpeck.naturesaura.api.aura.chunk.IDrainSpotEffect
 
apply(ItemStack) - Method in class de.ellpeck.naturesaura.api.recipes.ing.AmountIngredient
 
aura - Variable in class de.ellpeck.naturesaura.api.aura.container.BasicAuraContainer
 
aura - Variable in class de.ellpeck.naturesaura.api.recipes.AltarRecipe
 
aura - Variable in class de.ellpeck.naturesaura.api.recipes.AnimalSpawnerRecipe
 
AURA_TYPES - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
A map of all IAuraType instances which are types of Aura present in different types of worlds.

B

BasicAuraContainer - Class in de.ellpeck.naturesaura.api.aura.container
 
BasicAuraContainer(IAuraType, int) - Constructor for class de.ellpeck.naturesaura.api.aura.container.BasicAuraContainer
 
BasicAuraType - Class in de.ellpeck.naturesaura.api.aura.type
 
BasicAuraType(ResourceLocation, DimensionType, int, int) - Constructor for class de.ellpeck.naturesaura.api.aura.type.BasicAuraType
 
BOTANIST_PICKAXE_CONVERSIONS - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
A map of all of the block states that the Botanist's Pickaxe can convert into their mossy variations.

C

capAuraChunk - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
The capability that any chunk in a world has to store Aura in it.
capAuraContainer - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
The capability for any item or block that stores Aura in the form of an IAuraContainer
capAuraRecharge - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
The capability for any item that can be recharged from an Aura storage container like the Aura Cache in the form of IAuraRecharge by a player holding it in their hand
catalyst - Variable in class de.ellpeck.naturesaura.api.recipes.AltarRecipe
 
createMultiblock(ResourceLocation, String[][], Object...) - Method in class de.ellpeck.naturesaura.api.internal.StubHooks
 
createMultiblock(ResourceLocation, String[][], Object...) - Method in interface de.ellpeck.naturesaura.api.NaturesAuraAPI.IInternalHooks
This method is used to create a custom multiblock from within the API.

D

de.ellpeck.naturesaura.api - package de.ellpeck.naturesaura.api
 
de.ellpeck.naturesaura.api.aura.chunk - package de.ellpeck.naturesaura.api.aura.chunk
 
de.ellpeck.naturesaura.api.aura.container - package de.ellpeck.naturesaura.api.aura.container
 
de.ellpeck.naturesaura.api.aura.item - package de.ellpeck.naturesaura.api.aura.item
 
de.ellpeck.naturesaura.api.aura.type - package de.ellpeck.naturesaura.api.aura.type
 
de.ellpeck.naturesaura.api.internal - package de.ellpeck.naturesaura.api.internal
 
de.ellpeck.naturesaura.api.multiblock - package de.ellpeck.naturesaura.api.multiblock
 
de.ellpeck.naturesaura.api.recipes - package de.ellpeck.naturesaura.api.recipes
 
de.ellpeck.naturesaura.api.recipes.ing - package de.ellpeck.naturesaura.api.recipes.ing
 
de.ellpeck.naturesaura.api.render - package de.ellpeck.naturesaura.api.render
 
DEFAULT_AURA - Static variable in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
The default amount of Aura that a chunk has stored
delegate - Variable in class de.ellpeck.naturesaura.api.recipes.ing.AmountIngredient
 
DRAIN_SPOT_EFFECTS - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
A map of all IDrainSpotEffect suppliers which are effects that happen passively at every spot that Aura has been drained from in the world.
drainAura(BlockPos, int, boolean, boolean) - Method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
Drains the given amount of Aura from the given position.
drainAura(BlockPos, int) - Method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
Convenience version of IAuraChunk.drainAura(BlockPos, int, boolean, boolean) with aimForZero and simulate set to false, as this is the most likely behavior you will want.
drainAura(int, boolean) - Method in class de.ellpeck.naturesaura.api.aura.container.BasicAuraContainer
 
drainAura(int, boolean) - Method in interface de.ellpeck.naturesaura.api.aura.container.IAuraContainer
 
drainAura(int, boolean) - Method in class de.ellpeck.naturesaura.api.aura.container.ItemAuraContainer
 
drainAuraPassively(int, boolean) - Method in interface de.ellpeck.naturesaura.api.aura.chunk.ISpotDrainable
 
drainAuraPassively(int, boolean) - Method in class de.ellpeck.naturesaura.api.aura.container.NaturalAuraContainer
 

E

EFFECT_POWDERS - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
A map of all effect powder type.
entity - Variable in class de.ellpeck.naturesaura.api.recipes.AnimalSpawnerRecipe
 
extractAuraFromPlayer(EntityPlayer, int, boolean) - Method in class de.ellpeck.naturesaura.api.internal.StubHooks
 
extractAuraFromPlayer(EntityPlayer, int, boolean) - Method in interface de.ellpeck.naturesaura.api.NaturesAuraAPI.IInternalHooks
Helper method to extract aura from an IAuraContainer in the supplied player's inventory or baubles slots.

F

FLOWERS - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
The list of all types of blocks that several mechanics in the mod use as flowers.
forEach(BlockPos, char, BiFunction<BlockPos, Matcher, Boolean>) - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
forEach(BlockPos, char, BiFunction<BlockPos, Matcher, Boolean>) - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 
forWorld(World) - Static method in interface de.ellpeck.naturesaura.api.aura.type.IAuraType
 

G

getAuraChunk(World, BlockPos) - Static method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
This method is used to get information about the Aura in any given chunk.
getAuraColor() - Method in class de.ellpeck.naturesaura.api.aura.container.BasicAuraContainer
 
getAuraColor() - Method in interface de.ellpeck.naturesaura.api.aura.container.IAuraContainer
 
getAuraColor() - Method in class de.ellpeck.naturesaura.api.aura.container.ItemAuraContainer
 
getAuraInArea(World, BlockPos, int) - Static method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
Convenience method that adds up all of the aura from each drain spot from IAuraChunk.getSpotsInArea(World, BlockPos, int, BiConsumer) and conveniently returns it.
getAuraInArea(World, BlockPos, int) - Method in class de.ellpeck.naturesaura.api.internal.StubHooks
 
getAuraInArea(World, BlockPos, int) - Method in interface de.ellpeck.naturesaura.api.NaturesAuraAPI.IInternalHooks
 
getAuraSpotsInArea(World, BlockPos, int, BiConsumer<BlockPos, Integer>) - Method in class de.ellpeck.naturesaura.api.internal.StubHooks
 
getAuraSpotsInArea(World, BlockPos, int, BiConsumer<BlockPos, Integer>) - Method in interface de.ellpeck.naturesaura.api.NaturesAuraAPI.IInternalHooks
 
getChar(BlockPos) - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
getChar(BlockPos) - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 
getCheck() - Method in class de.ellpeck.naturesaura.api.multiblock.Matcher
 
getColor() - Method in class de.ellpeck.naturesaura.api.aura.type.BasicAuraType
 
getColor() - Method in interface de.ellpeck.naturesaura.api.aura.type.IAuraType
 
getDefaultState() - Method in class de.ellpeck.naturesaura.api.multiblock.Matcher
 
getDepth() - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
getDepth() - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 
getDrainSpot(BlockPos) - Method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
 
getHeight() - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
getHeight() - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 
getHighestAuraDrainSpot(World, BlockPos, int, BlockPos) - Method in class de.ellpeck.naturesaura.api.internal.StubHooks
 
getHighestAuraDrainSpot(World, BlockPos, int, BlockPos) - Method in interface de.ellpeck.naturesaura.api.NaturesAuraAPI.IInternalHooks
 
getHighestSpot(World, BlockPos, int, BlockPos) - Static method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
This method returns the position of the highest drain spot (meaning the one that has the most Aura stored) in the given area.
getLowestAuraDrainSpot(World, BlockPos, int, BlockPos) - Method in class de.ellpeck.naturesaura.api.internal.StubHooks
 
getLowestAuraDrainSpot(World, BlockPos, int, BlockPos) - Method in interface de.ellpeck.naturesaura.api.NaturesAuraAPI.IInternalHooks
 
getLowestSpot(World, BlockPos, int, BlockPos) - Static method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
This method returns the position of the lowest drain spot (meaning the one that has the least Aura stored) in the given area.
getMatchers() - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
getMatchers() - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 
getMatchingStacks() - Method in class de.ellpeck.naturesaura.api.recipes.ing.AmountIngredient
 
getMaxAura() - Method in class de.ellpeck.naturesaura.api.aura.container.BasicAuraContainer
 
getMaxAura() - Method in interface de.ellpeck.naturesaura.api.aura.container.IAuraContainer
 
getMaxAura() - Method in class de.ellpeck.naturesaura.api.aura.container.ItemAuraContainer
 
getName() - Method in interface de.ellpeck.naturesaura.api.aura.chunk.IDrainSpotEffect
 
getName() - Method in class de.ellpeck.naturesaura.api.aura.type.BasicAuraType
 
getName() - Method in interface de.ellpeck.naturesaura.api.aura.type.IAuraType
 
getName() - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
getName() - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 
getPriority() - Method in class de.ellpeck.naturesaura.api.aura.type.BasicAuraType
 
getPriority() - Method in interface de.ellpeck.naturesaura.api.aura.type.IAuraType
 
getRawPattern() - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
getRawPattern() - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 
getSpotsInArea(World, BlockPos, int, BiConsumer<BlockPos, Integer>) - Static method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
This method uses the supplied consumer to iterate over all the drain spots, represented as a position and the number of Aura in them, in any given area.
getSpotsInArea(BlockPos, int, BiConsumer<BlockPos, Integer>) - Method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
 
getStart(BlockPos) - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
getStart(BlockPos) - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 
getStoredAura() - Method in class de.ellpeck.naturesaura.api.aura.container.BasicAuraContainer
 
getStoredAura() - Method in interface de.ellpeck.naturesaura.api.aura.container.IAuraContainer
 
getStoredAura() - Method in class de.ellpeck.naturesaura.api.aura.container.ItemAuraContainer
 
getType() - Method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
 
getValidItemStacksPacked() - Method in class de.ellpeck.naturesaura.api.recipes.ing.AmountIngredient
 
getWidth() - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
getWidth() - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 
getXOffset() - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
getXOffset() - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 
getYOffset() - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
getYOffset() - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 
getZOffset() - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
getZOffset() - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 

I

IAuraChunk - Interface in de.ellpeck.naturesaura.api.aura.chunk
A class whose instances hold information about the aura present in any given Chunk.
IAuraContainer - Interface in de.ellpeck.naturesaura.api.aura.container
 
IAuraRecharge - Interface in de.ellpeck.naturesaura.api.aura.item
 
IAuraType - Interface in de.ellpeck.naturesaura.api.aura.type
 
IDrainSpotEffect - Interface in de.ellpeck.naturesaura.api.aura.chunk
 
IMultiblock - Interface in de.ellpeck.naturesaura.api.multiblock
 
ingredients - Variable in class de.ellpeck.naturesaura.api.recipes.AnimalSpawnerRecipe
 
ingredients - Variable in class de.ellpeck.naturesaura.api.recipes.TreeRitualRecipe
 
input - Variable in class de.ellpeck.naturesaura.api.recipes.AltarRecipe
 
input - Variable in class de.ellpeck.naturesaura.api.recipes.OfferingRecipe
 
insertAuraIntoPlayer(EntityPlayer, int, boolean) - Method in class de.ellpeck.naturesaura.api.internal.StubHooks
 
insertAuraIntoPlayer(EntityPlayer, int, boolean) - Method in interface de.ellpeck.naturesaura.api.NaturesAuraAPI.IInternalHooks
Helper method to insert aura into an IAuraContainer in the supplied player's inventory or baubles slots.
instance() - Static method in class de.ellpeck.naturesaura.api.NaturesAuraAPI
This method returns the active NaturesAuraAPI.IInternalHooks instance which can be used to hook into the mod's internal functionalities.
isAcceptableType(IAuraType) - Method in class de.ellpeck.naturesaura.api.aura.container.BasicAuraContainer
 
isAcceptableType(IAuraType) - Method in interface de.ellpeck.naturesaura.api.aura.container.IAuraContainer
 
isAcceptableType(IAuraType) - Method in class de.ellpeck.naturesaura.api.aura.container.ItemAuraContainer
 
isComplete(World, BlockPos) - Method in class de.ellpeck.naturesaura.api.internal.StubMultiblock
 
isComplete(World, BlockPos) - Method in interface de.ellpeck.naturesaura.api.multiblock.IMultiblock
 
isEffectPowderActive(World, BlockPos, ResourceLocation, int) - Method in class de.ellpeck.naturesaura.api.internal.StubHooks
 
isEffectPowderActive(World, BlockPos, ResourceLocation, int) - Method in interface de.ellpeck.naturesaura.api.NaturesAuraAPI.IInternalHooks
Returns true if there is an effect powder entity active anywhere around the given position in the given radius.
ISpotDrainable - Interface in de.ellpeck.naturesaura.api.aura.chunk
 
isPresentInWorld(World) - Method in class de.ellpeck.naturesaura.api.aura.type.BasicAuraType
 
isPresentInWorld(World) - Method in interface de.ellpeck.naturesaura.api.aura.type.IAuraType
 
isSimple() - Method in class de.ellpeck.naturesaura.api.recipes.ing.AmountIngredient
 
ItemAuraContainer - Class in de.ellpeck.naturesaura.api.aura.container
 
ItemAuraContainer(ItemStack, IAuraType, int) - Constructor for class de.ellpeck.naturesaura.api.aura.container.ItemAuraContainer
 
ITrinketItem - Interface in de.ellpeck.naturesaura.api.render
 
ITrinketItem.RenderType - Enum in de.ellpeck.naturesaura.api.render
 

M

makeEntity(World, double, double, double) - Method in class de.ellpeck.naturesaura.api.recipes.AnimalSpawnerRecipe
 
markDirty() - Method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
 
Matcher - Class in de.ellpeck.naturesaura.api.multiblock
 
Matcher(IBlockState, Matcher.ICheck) - Constructor for class de.ellpeck.naturesaura.api.multiblock.Matcher
 
Matcher.ICheck - Interface in de.ellpeck.naturesaura.api.multiblock
 
matches(World, BlockPos, BlockPos, BlockPos, IBlockState, char) - Method in interface de.ellpeck.naturesaura.api.multiblock.Matcher.ICheck
 
maxAura - Variable in class de.ellpeck.naturesaura.api.aura.container.BasicAuraContainer
 
maxAura - Variable in class de.ellpeck.naturesaura.api.aura.container.ItemAuraContainer
 
MOD_ID - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
 
MULTIBLOCKS - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
A map of all IMultiblock objects which are multiblock structures that can easily be looped through and checked, and also easily created using the multiblock maker debug tool.

N

name - Variable in class de.ellpeck.naturesaura.api.recipes.AltarRecipe
 
name - Variable in class de.ellpeck.naturesaura.api.recipes.AnimalSpawnerRecipe
 
name - Variable in class de.ellpeck.naturesaura.api.recipes.OfferingRecipe
 
name - Variable in class de.ellpeck.naturesaura.api.recipes.TreeRitualRecipe
 
NaturalAuraContainer - Class in de.ellpeck.naturesaura.api.aura.container
 
NaturalAuraContainer(IAuraType, int, int) - Constructor for class de.ellpeck.naturesaura.api.aura.container.NaturalAuraContainer
 
NaturesAuraAPI - Class in de.ellpeck.naturesaura.api
The main class of the Nature's Aura API.
NaturesAuraAPI() - Constructor for class de.ellpeck.naturesaura.api.NaturesAuraAPI
 
NaturesAuraAPI.IInternalHooks - Interface in de.ellpeck.naturesaura.api
 
NBTIngredient - Class in de.ellpeck.naturesaura.api.recipes.ing
 
NBTIngredient(ItemStack) - Constructor for class de.ellpeck.naturesaura.api.recipes.ing.NBTIngredient
 

O

OFFERING_RECIPES - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
The list of all OfferingRecipe instances which are the recipes used by the Offering Table.
OfferingRecipe - Class in de.ellpeck.naturesaura.api.recipes
 
OfferingRecipe(ResourceLocation, Ingredient, Ingredient, ItemStack) - Constructor for class de.ellpeck.naturesaura.api.recipes.OfferingRecipe
 
oreDict(Block, String) - Static method in class de.ellpeck.naturesaura.api.multiblock.Matcher
 
output - Variable in class de.ellpeck.naturesaura.api.recipes.AltarRecipe
 
output - Variable in class de.ellpeck.naturesaura.api.recipes.OfferingRecipe
 

R

readNBT(NBTTagCompound) - Method in class de.ellpeck.naturesaura.api.aura.container.BasicAuraContainer
 
rechargeFromContainer(IAuraContainer, int, int, boolean) - Method in interface de.ellpeck.naturesaura.api.aura.item.IAuraRecharge
 
register() - Method in class de.ellpeck.naturesaura.api.aura.type.BasicAuraType
 
register() - Method in class de.ellpeck.naturesaura.api.recipes.AltarRecipe
 
register() - Method in class de.ellpeck.naturesaura.api.recipes.AnimalSpawnerRecipe
 
register() - Method in class de.ellpeck.naturesaura.api.recipes.OfferingRecipe
 
register() - Method in class de.ellpeck.naturesaura.api.recipes.TreeRitualRecipe
 
render(ItemStack, EntityPlayer, ITrinketItem.RenderType, boolean) - Method in interface de.ellpeck.naturesaura.api.render.ITrinketItem
 
result - Variable in class de.ellpeck.naturesaura.api.recipes.TreeRitualRecipe
 

S

saplingType - Variable in class de.ellpeck.naturesaura.api.recipes.TreeRitualRecipe
 
setInstance(NaturesAuraAPI.IInternalHooks) - Static method in class de.ellpeck.naturesaura.api.NaturesAuraAPI
This is an internal function.
spawnMagicParticle(double, double, double, double, double, double, int, float, int, float, boolean, boolean) - Method in class de.ellpeck.naturesaura.api.internal.StubHooks
 
spawnMagicParticle(double, double, double, double, double, double, int, float, int, float, boolean, boolean) - Method in interface de.ellpeck.naturesaura.api.NaturesAuraAPI.IInternalHooks
This method can be used to spawn the magic particle effect used by Nature's Aura.
spawnParticleStream(float, float, float, float, float, float, float, int, float) - Method in class de.ellpeck.naturesaura.api.internal.StubHooks
 
spawnParticleStream(float, float, float, float, float, float, float, int, float) - Method in interface de.ellpeck.naturesaura.api.NaturesAuraAPI.IInternalHooks
This method can be used to spawn the magic particle effect used by Nature's Aura.
stack - Variable in class de.ellpeck.naturesaura.api.aura.container.ItemAuraContainer
 
startItem - Variable in class de.ellpeck.naturesaura.api.recipes.OfferingRecipe
 
storeAura(BlockPos, int, boolean, boolean) - Method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
Stores the given amount of Aura at the given position.
storeAura(BlockPos, int) - Method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
Convenience version of IAuraChunk.storeAura(BlockPos, int, boolean, boolean) with aimForZero set to true and simulate set to false, as this is the most likely behavior you will want.
storeAura(int, boolean) - Method in class de.ellpeck.naturesaura.api.aura.container.BasicAuraContainer
 
storeAura(int, boolean) - Method in interface de.ellpeck.naturesaura.api.aura.container.IAuraContainer
 
storeAura(int, boolean) - Method in class de.ellpeck.naturesaura.api.aura.container.ItemAuraContainer
 
storeAura(int, boolean) - Method in class de.ellpeck.naturesaura.api.aura.container.NaturalAuraContainer
 
StubHooks - Class in de.ellpeck.naturesaura.api.internal
 
StubHooks() - Constructor for class de.ellpeck.naturesaura.api.internal.StubHooks
 
StubMultiblock - Class in de.ellpeck.naturesaura.api.internal
 
StubMultiblock() - Constructor for class de.ellpeck.naturesaura.api.internal.StubMultiblock
 

T

time - Variable in class de.ellpeck.naturesaura.api.recipes.AltarRecipe
 
time - Variable in class de.ellpeck.naturesaura.api.recipes.AnimalSpawnerRecipe
 
time - Variable in class de.ellpeck.naturesaura.api.recipes.TreeRitualRecipe
 
TREE_RITUAL_RECIPES - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
The list of all TreeRitualRecipe instances which are the recipes used in the Ritual of the Forest.
TreeRitualRecipe - Class in de.ellpeck.naturesaura.api.recipes
 
TreeRitualRecipe(ResourceLocation, Ingredient, ItemStack, int, Ingredient...) - Constructor for class de.ellpeck.naturesaura.api.recipes.TreeRitualRecipe
 
triangulateAuraInArea(World, BlockPos, int) - Static method in interface de.ellpeck.naturesaura.api.aura.chunk.IAuraChunk
Convenience method that adds up all of the aura from each drain spot from IAuraChunk.getSpotsInArea(World, BlockPos, int, BiConsumer), but multiplies their amount by the percentual distance to the supplied position.
triangulateAuraInArea(World, BlockPos, int) - Method in class de.ellpeck.naturesaura.api.internal.StubHooks
 
triangulateAuraInArea(World, BlockPos, int) - Method in interface de.ellpeck.naturesaura.api.NaturesAuraAPI.IInternalHooks
 
type - Variable in class de.ellpeck.naturesaura.api.aura.container.BasicAuraContainer
 
type - Variable in class de.ellpeck.naturesaura.api.aura.container.ItemAuraContainer
 
TYPE_END - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
 
TYPE_NETHER - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
 
TYPE_OTHER - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
 
TYPE_OVERWORLD - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
 

U

update(World, Chunk, IAuraChunk, BlockPos, Integer) - Method in interface de.ellpeck.naturesaura.api.aura.chunk.IDrainSpotEffect
 

V

valueOf(String) - Static method in enum de.ellpeck.naturesaura.api.render.ITrinketItem.RenderType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.ellpeck.naturesaura.api.render.ITrinketItem.RenderType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class de.ellpeck.naturesaura.api.NaturesAuraAPI
 

W

wildcard() - Static method in class de.ellpeck.naturesaura.api.multiblock.Matcher
 
writeNBT(NBTTagCompound) - Method in class de.ellpeck.naturesaura.api.aura.container.BasicAuraContainer
 
A B C D E F G I M N O R S T U V W 
Skip navigation links