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

A

actionPerformed(GuiBookletBase, GuiButton) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
ActuallyAdditionsAPI - Class in de.ellpeck.actuallyadditions.api
 
ActuallyAdditionsAPI() - Constructor for class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
addBallOfFurReturnItem(ItemStack, int) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds an item to the list of possible items to be returned when right-clicking a Ball Of Fur
addBookletEntry(IBookletEntry) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds a booklet entry to the list of entries
addChapter(IBookletChapter) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletEntry
 
addCoffeeMachineIngredient(CoffeeIngredient) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds an ingredient to the Coffee Machine ingredient list
addCompostRecipe(ItemStack, Block, ItemStack, Block) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds a new conversion recipe to the compost.
addConnection(BlockPos, BlockPos, LaserType, World) - Method in interface de.ellpeck.actuallyadditions.api.laser.ILaserRelayConnectionHandler
 
addConnection(BlockPos, BlockPos, LaserType, World, boolean) - Method in interface de.ellpeck.actuallyadditions.api.laser.ILaserRelayConnectionHandler
 
addCrusherRecipe(ItemStack, ItemStack, ItemStack, int) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds a Recipe to the Crusher Recipe Registry
addCrusherRecipes(List<ItemStack>, List<ItemStack>, int, List<ItemStack>, int, int) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds multiple Recipes to the Crusher Recipe Registry Use this if you want to add OreDictionary recipes easier
addCrusherRecipes(List<ItemStack>, List<ItemStack>, int, List<ItemStack>, int, int) - Method in interface de.ellpeck.actuallyadditions.api.internal.IMethodHandler
 
addEffectProperties(ItemStack, PotionEffect, boolean, boolean) - Method in interface de.ellpeck.actuallyadditions.api.internal.IMethodHandler
 
addEffectToStack(ItemStack, CoffeeIngredient) - Method in interface de.ellpeck.actuallyadditions.api.internal.IMethodHandler
 
addEffectToStack(ItemStack, PotionEffect) - Method in interface de.ellpeck.actuallyadditions.api.internal.IMethodHandler
 
addEmpowererRecipe(ItemStack, ItemStack, ItemStack, ItemStack, ItemStack, ItemStack, int, int, float[]) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
addMiningLensNetherOre(String, int) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds an ore with a specific weight to the list of ores that the lens of the miner will generate inside of netherrack.
addMiningLensStoneOre(String, int) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds an ore with a specific weight to the list of ores that the lens of the miner will generate inside of stone.
addOilGenRecipe(String, int) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds a Recipe to the Oil generator
addOilGenRecipe(String, int, int) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds a Recipe to the Oil generator
addOrModifyItemRenderer(ItemStack, int, int, float, boolean) - Method in class de.ellpeck.actuallyadditions.api.booklet.internal.GuiBookletBase
 
addReconstructorLensColorChangeItem(Item, IColorLensChanger) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds an item and the way it is modified to the Atomic Reconstructor's color lens.
addReconstructorLensConversionRecipe(ItemStack, ItemStack, int, LensConversion) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds a recipe to the Atomic Reconstructor conversion lenses StackSizes can only be 1 and greater ones will be ignored
addReconstructorLensConversionRecipe(ItemStack, ItemStack, int) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
addTextReplacement(String, String) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
addTextReplacement(String, float) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
addTextReplacement(String, int) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
addTreasureChestLoot(ItemStack, int, int, int) - Static method in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Adds an item to the list of possible items to be returned when opening a Treasure Chest
ALL_CHAPTERS - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
allAndSearch - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
API_ID - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
API_VERSION - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 

B

BALL_OF_FUR_RETURN_ITEMS - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
BallOfFurReturn - Class in de.ellpeck.actuallyadditions.api.recipe
 
BallOfFurReturn(ItemStack, int) - Constructor for class de.ellpeck.actuallyadditions.api.recipe.BallOfFurReturn
 
BOOKLET_ENTRIES - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
BOOKLET_PAGES_WITH_ITEM_OR_FLUID_DATA - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 

C

canInvoke(IAtomicReconstructor, EnumFacing, int) - Method in class de.ellpeck.actuallyadditions.api.lens.Lens
 
changeAmount - Variable in class de.ellpeck.actuallyadditions.api.laser.Network
 
COFFEE_MACHINE_INGREDIENTS - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
CoffeeIngredient - Class in de.ellpeck.actuallyadditions.api.recipe
 
CoffeeIngredient(ItemStack, PotionEffect[], int) - Constructor for class de.ellpeck.actuallyadditions.api.recipe.CoffeeIngredient
 
ColorLensChangerByDyeMeta - Class in de.ellpeck.actuallyadditions.api.recipe
Changes an item's color by changing its metadata.
ColorLensChangerByDyeMeta() - Constructor for class de.ellpeck.actuallyadditions.api.recipe.ColorLensChangerByDyeMeta
 
COMPOST_RECIPES - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
CompostRecipe - Class in de.ellpeck.actuallyadditions.api.recipe
 
CompostRecipe(ItemStack, Block, ItemStack, Block) - Constructor for class de.ellpeck.actuallyadditions.api.recipe.CompostRecipe
 
connectionHandler - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Use this to add, remove or get Laser Relay Connections and Networks The network system is built in a way that doesn't need the individual positions to be Laser Relays, it relies only on BlockPos DO NOT CHANGE/OVERRIDE THIS!! This is getting initialized in Actually Additions' PreInit phase
connections - Variable in class de.ellpeck.actuallyadditions.api.laser.Network
 
contains(BlockPos) - Method in interface de.ellpeck.actuallyadditions.api.laser.IConnectionPair
 
CRUSHER_RECIPES - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
CrusherRecipe - Class in de.ellpeck.actuallyadditions.api.recipe
 
CrusherRecipe(ItemStack, ItemStack, ItemStack, int) - Constructor for class de.ellpeck.actuallyadditions.api.recipe.CrusherRecipe
 

D

de.ellpeck.actuallyadditions.api - package de.ellpeck.actuallyadditions.api
 
de.ellpeck.actuallyadditions.api.booklet - package de.ellpeck.actuallyadditions.api.booklet
 
de.ellpeck.actuallyadditions.api.booklet.internal - package de.ellpeck.actuallyadditions.api.booklet.internal
 
de.ellpeck.actuallyadditions.api.internal - package de.ellpeck.actuallyadditions.api.internal
 
de.ellpeck.actuallyadditions.api.laser - package de.ellpeck.actuallyadditions.api.laser
 
de.ellpeck.actuallyadditions.api.lens - package de.ellpeck.actuallyadditions.api.lens
 
de.ellpeck.actuallyadditions.api.misc - package de.ellpeck.actuallyadditions.api.misc
 
de.ellpeck.actuallyadditions.api.recipe - package de.ellpeck.actuallyadditions.api.recipe
 
de.ellpeck.actuallyadditions.api.tile - package de.ellpeck.actuallyadditions.api.tile
 
doesSuppressRender() - Method in interface de.ellpeck.actuallyadditions.api.laser.IConnectionPair
 
drawScreenPost(GuiBookletBase, int, int, int, int, float) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
drawScreenPre(GuiBookletBase, int, int, int, int, float) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 

E

effect(ItemStack) - Method in class de.ellpeck.actuallyadditions.api.recipe.CoffeeIngredient
 
effects - Variable in class de.ellpeck.actuallyadditions.api.recipe.CoffeeIngredient
 
EMPOWERER_RECIPES - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
EmpowererRecipe - Class in de.ellpeck.actuallyadditions.api.recipe
 
EmpowererRecipe(ItemStack, ItemStack, ItemStack, ItemStack, ItemStack, ItemStack, int, int, float[]) - Constructor for class de.ellpeck.actuallyadditions.api.recipe.EmpowererRecipe
 
energyPerStand - Variable in class de.ellpeck.actuallyadditions.api.recipe.EmpowererRecipe
 
energyUse - Variable in class de.ellpeck.actuallyadditions.api.recipe.LensConversionRecipe
 
entryFunctionalNonRF - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
entryFunctionalRF - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
entryGeneratingRF - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
entryGettingStarted - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
entryItemsNonRF - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
entryItemsRF - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
entryLaserRelays - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
entryMisc - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
entryReconstruction - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
entryUpdatesAndInfos - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
equals(Object) - Method in class de.ellpeck.actuallyadditions.api.laser.Network
 
extractEnergy(int) - Method in interface de.ellpeck.actuallyadditions.api.internal.IAtomicReconstructor
Extracts a specified amount of energy from the Reconstructor's RF storage

F

fluidName - Variable in class de.ellpeck.actuallyadditions.api.recipe.OilGenRecipe
 

G

genAmount - Variable in class de.ellpeck.actuallyadditions.api.recipe.OilGenRecipe
 
generateBookletChapter(String, IBookletEntry, ItemStack, IBookletPage...) - Method in interface de.ellpeck.actuallyadditions.api.internal.IMethodHandler
 
generateCraftingPage(int, IRecipe...) - Method in interface de.ellpeck.actuallyadditions.api.internal.IMethodHandler
 
generateFurnacePage(int, ItemStack, ItemStack) - Method in interface de.ellpeck.actuallyadditions.api.internal.IMethodHandler
 
generatePicturePage(int, ResourceLocation, int) - Method in interface de.ellpeck.actuallyadditions.api.internal.IMethodHandler
 
generateTextPage(int) - Method in interface de.ellpeck.actuallyadditions.api.internal.IMethodHandler
 
genTime - Variable in class de.ellpeck.actuallyadditions.api.recipe.OilGenRecipe
 
getAllChapters() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletEntry
 
getAllPages() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletChapter
 
getBoundPosition() - Method in interface de.ellpeck.actuallyadditions.api.tile.IPhantomTile
 
getButtonList() - Method in class de.ellpeck.actuallyadditions.api.booklet.internal.GuiBookletBase
 
getChapter() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
getChaptersForDisplay(String) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletEntry
 
getColor() - Method in class de.ellpeck.actuallyadditions.api.lens.Lens
Returns the color in an array of 3 float values that are r, g, b
getColor() - Method in class de.ellpeck.actuallyadditions.api.lens.LensConversion
 
getConnectionsFor(BlockPos, World) - Method in interface de.ellpeck.actuallyadditions.api.laser.ILaserRelayConnectionHandler
 
getDisplayItemStack() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletChapter
 
getDistance() - Method in class de.ellpeck.actuallyadditions.api.lens.Lens
Gets the maximum distance the beam goes with this lens
getDistance() - Method in class de.ellpeck.actuallyadditions.api.lens.LensConversion
 
getEffects() - Method in class de.ellpeck.actuallyadditions.api.recipe.CoffeeIngredient
 
getEffectsFromStack(ItemStack) - Method in interface de.ellpeck.actuallyadditions.api.internal.IMethodHandler
 
getEnergy() - Method in interface de.ellpeck.actuallyadditions.api.internal.IAtomicReconstructor
Gets the amount of energy the Reconstructor has stored in its RF storage
getEntry() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletChapter
 
getExtraText() - Method in class de.ellpeck.actuallyadditions.api.recipe.CoffeeIngredient
 
getFluidStacksForPage(List<FluidStack>) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
getGuiID() - Method in interface de.ellpeck.actuallyadditions.api.tile.IPhantomTile
 
getGuiLeft() - Method in class de.ellpeck.actuallyadditions.api.booklet.internal.GuiBookletBase
 
getGuiTop() - Method in class de.ellpeck.actuallyadditions.api.booklet.internal.GuiBookletBase
 
getIdentifier() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletChapter
 
getIdentifier() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletEntry
 
getIdentifier() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
getInfoText() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
getItemStacksForPage(List<ItemStack>) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
getLens() - Method in interface de.ellpeck.actuallyadditions.api.internal.IAtomicReconstructor
 
getLens() - Method in interface de.ellpeck.actuallyadditions.api.lens.ILensItem
Returns the lens type that belongs to this lens item
getLocalizedName() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletChapter
 
getLocalizedName() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletEntry
 
getLocalizedNameWithFormatting() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletChapter
 
getLocalizedNameWithFormatting() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletEntry
 
getNetworkFor(BlockPos, World) - Method in interface de.ellpeck.actuallyadditions.api.laser.ILaserRelayConnectionHandler
 
getPageIndex(IBookletPage) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletChapter
 
getPositions() - Method in interface de.ellpeck.actuallyadditions.api.laser.IConnectionPair
 
getRange() - Method in interface de.ellpeck.actuallyadditions.api.tile.IPhantomTile
 
getSameEffectFromStack(ItemStack, PotionEffect) - Method in interface de.ellpeck.actuallyadditions.api.internal.IMethodHandler
 
getSizeX() - Method in class de.ellpeck.actuallyadditions.api.booklet.internal.GuiBookletBase
 
getSizeY() - Method in class de.ellpeck.actuallyadditions.api.booklet.internal.GuiBookletBase
 
getType() - Method in interface de.ellpeck.actuallyadditions.api.laser.IConnectionPair
 
getTypeFromLaser(TileEntity) - Method in interface de.ellpeck.actuallyadditions.api.laser.ILaserRelayConnectionHandler
 
getTypeFromLaser(BlockPos, World) - Method in interface de.ellpeck.actuallyadditions.api.laser.ILaserRelayConnectionHandler
 
getUsePerTick(ItemStack, TileEntity, int) - Method in interface de.ellpeck.actuallyadditions.api.misc.IDisplayStandItem
 
getWebLink() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
getWorldObject() - Method in interface de.ellpeck.actuallyadditions.api.internal.IAtomicReconstructor
Returns the world of the reconstructor
getX() - Method in interface de.ellpeck.actuallyadditions.api.internal.IAtomicReconstructor
Returns the x coord of the reconstructor
getY() - Method in interface de.ellpeck.actuallyadditions.api.internal.IAtomicReconstructor
Returns the y coord of the reconstructor
getZ() - Method in interface de.ellpeck.actuallyadditions.api.internal.IAtomicReconstructor
Returns the z coord of the reconstructor
GuiBookletBase - Class in de.ellpeck.actuallyadditions.api.booklet.internal
 
GuiBookletBase() - Constructor for class de.ellpeck.actuallyadditions.api.booklet.internal.GuiBookletBase
 

H

hasBoundPosition() - Method in interface de.ellpeck.actuallyadditions.api.tile.IPhantomTile
 

I

IAtomicReconstructor - Interface in de.ellpeck.actuallyadditions.api.internal
This is a helper interface for Lens' invoke() method.
IBookletChapter - Interface in de.ellpeck.actuallyadditions.api.booklet
 
IBookletEntry - Interface in de.ellpeck.actuallyadditions.api.booklet
 
IBookletPage - Interface in de.ellpeck.actuallyadditions.api.booklet
 
IColorLensChanger - Interface in de.ellpeck.actuallyadditions.api.recipe
Used for the Atomic Reconstructor's Color Lens changing algorythm.
IConnectionPair - Interface in de.ellpeck.actuallyadditions.api.laser
 
IDisplayStandItem - Interface in de.ellpeck.actuallyadditions.api.misc
 
ILaserRelayConnectionHandler - Interface in de.ellpeck.actuallyadditions.api.laser
This is the internal laser relay connection handler.
ILensItem - Interface in de.ellpeck.actuallyadditions.api.lens
This is the base class for a Reconstructor Lens Item
IMethodHandler - Interface in de.ellpeck.actuallyadditions.api.internal
This is the internal method handler.
ingredient - Variable in class de.ellpeck.actuallyadditions.api.recipe.CoffeeIngredient
 
initGui(GuiBookletBase, int, int) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
input - Variable in class de.ellpeck.actuallyadditions.api.recipe.CompostRecipe
 
input - Variable in class de.ellpeck.actuallyadditions.api.recipe.EmpowererRecipe
 
inputDisplay - Variable in class de.ellpeck.actuallyadditions.api.recipe.CompostRecipe
 
inputStack - Variable in class de.ellpeck.actuallyadditions.api.recipe.CrusherRecipe
 
inputStack - Variable in class de.ellpeck.actuallyadditions.api.recipe.LensConversionRecipe
 
invoke(IBlockState, BlockPos, IAtomicReconstructor) - Method in class de.ellpeck.actuallyadditions.api.lens.Lens
Invokes the lens type's behavior on a block
invoke(IBlockState, BlockPos, IAtomicReconstructor) - Method in class de.ellpeck.actuallyadditions.api.lens.LensConversion
 
invokeConversionLens(IBlockState, BlockPos, IAtomicReconstructor) - Method in interface de.ellpeck.actuallyadditions.api.internal.IMethodHandler
 
IPhantomTile - Interface in de.ellpeck.actuallyadditions.api.tile
Extending this will cause a TileEntity to be able to be connected via a Phantom Connector
isBoundThingInRange() - Method in interface de.ellpeck.actuallyadditions.api.tile.IPhantomTile
 

L

LaserType - Enum in de.ellpeck.actuallyadditions.api.laser
 
Lens - Class in de.ellpeck.actuallyadditions.api.lens
This is the base class for a Reconstructor Lens Type (NOT THE ITEM!)
Lens() - Constructor for class de.ellpeck.actuallyadditions.api.lens.Lens
 
lensColor - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
LensConversion - Class in de.ellpeck.actuallyadditions.api.lens
This is the base class for a Reconstructor Lens Type that converts two items via the ActuallyAdditionsAPI.RECONSTRUCTOR_LENS_CONVERSION_RECIPES list.
LensConversion() - Constructor for class de.ellpeck.actuallyadditions.api.lens.LensConversion
 
LensConversionRecipe - Class in de.ellpeck.actuallyadditions.api.recipe
 
LensConversionRecipe(ItemStack, ItemStack, int, LensConversion) - Constructor for class de.ellpeck.actuallyadditions.api.recipe.LensConversionRecipe
 
lensDeath - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
lensDefaultConversion - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
lensDetonation - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
lensDisenchanting - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
lensDisruption - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
lensEvenMoarDeath - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
lensMining - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 

M

maxAmount - Variable in class de.ellpeck.actuallyadditions.api.recipe.TreasureChestLoot
 
maxAmplifier - Variable in class de.ellpeck.actuallyadditions.api.recipe.CoffeeIngredient
 
methodHandler - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
Use this to handle things that aren't based in the API itself DO NOT CHANGE/OVERRIDE THIS!! This is getting initialized in Actually Additions' PreInit phase
minAmount - Variable in class de.ellpeck.actuallyadditions.api.recipe.TreasureChestLoot
 
MOD_ID - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
modifier1 - Variable in class de.ellpeck.actuallyadditions.api.recipe.EmpowererRecipe
 
modifier2 - Variable in class de.ellpeck.actuallyadditions.api.recipe.EmpowererRecipe
 
modifier3 - Variable in class de.ellpeck.actuallyadditions.api.recipe.EmpowererRecipe
 
modifier4 - Variable in class de.ellpeck.actuallyadditions.api.recipe.EmpowererRecipe
 
modifyItem(ItemStack, IBlockState, BlockPos, IAtomicReconstructor) - Method in class de.ellpeck.actuallyadditions.api.recipe.ColorLensChangerByDyeMeta
 
modifyItem(ItemStack, IBlockState, BlockPos, IAtomicReconstructor) - Method in interface de.ellpeck.actuallyadditions.api.recipe.IColorLensChanger
Modifies the given item.
mouseClicked(GuiBookletBase, int, int, int) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
mouseClickMove(GuiBookletBase, int, int, int, long) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
mouseReleased(GuiBookletBase, int, int, int) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 

N

name - Variable in class de.ellpeck.actuallyadditions.api.recipe.WeightedOre
 
NETHERRACK_ORES - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
Network - Class in de.ellpeck.actuallyadditions.api.laser
 
Network() - Constructor for class de.ellpeck.actuallyadditions.api.laser.Network
 

O

OIL_GENERATOR_RECIPES - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
OilGenRecipe - Class in de.ellpeck.actuallyadditions.api.recipe
 
OilGenRecipe(String, int, int) - Constructor for class de.ellpeck.actuallyadditions.api.recipe.OilGenRecipe
 
output - Variable in class de.ellpeck.actuallyadditions.api.recipe.CompostRecipe
 
output - Variable in class de.ellpeck.actuallyadditions.api.recipe.EmpowererRecipe
 
outputDisplay - Variable in class de.ellpeck.actuallyadditions.api.recipe.CompostRecipe
 
outputOneStack - Variable in class de.ellpeck.actuallyadditions.api.recipe.CrusherRecipe
 
outputStack - Variable in class de.ellpeck.actuallyadditions.api.recipe.LensConversionRecipe
 
outputTwoChance - Variable in class de.ellpeck.actuallyadditions.api.recipe.CrusherRecipe
 
outputTwoStack - Variable in class de.ellpeck.actuallyadditions.api.recipe.CrusherRecipe
 

P

particleColor - Variable in class de.ellpeck.actuallyadditions.api.recipe.EmpowererRecipe
 

R

readFromNBT(NBTTagCompound) - Method in interface de.ellpeck.actuallyadditions.api.laser.IConnectionPair
 
RECONSTRUCTOR_LENS_COLOR_CHANGERS - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
RECONSTRUCTOR_LENS_CONVERSION_RECIPES - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
removeRelayFromNetwork(BlockPos, World) - Method in interface de.ellpeck.actuallyadditions.api.laser.ILaserRelayConnectionHandler
 
renderScaledAsciiString(String, int, int, int, boolean, float) - Method in class de.ellpeck.actuallyadditions.api.booklet.internal.GuiBookletBase
 
renderSplitScaledAsciiString(String, int, int, int, boolean, float, int) - Method in class de.ellpeck.actuallyadditions.api.booklet.internal.GuiBookletBase
 
returnItem - Variable in class de.ellpeck.actuallyadditions.api.recipe.BallOfFurReturn
 
returnItem - Variable in class de.ellpeck.actuallyadditions.api.recipe.TreasureChestLoot
 

S

setBoundPosition(BlockPos) - Method in interface de.ellpeck.actuallyadditions.api.tile.IPhantomTile
Sets the bound position
setChapter(IBookletChapter) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
shouldBeOnLeftSide() - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 
STONE_ORES - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 

T

time - Variable in class de.ellpeck.actuallyadditions.api.recipe.EmpowererRecipe
 
toString() - Method in class de.ellpeck.actuallyadditions.api.laser.Network
 
TREASURE_CHEST_LOOT - Static variable in class de.ellpeck.actuallyadditions.api.ActuallyAdditionsAPI
 
TreasureChestLoot - Class in de.ellpeck.actuallyadditions.api.recipe
 
TreasureChestLoot(ItemStack, int, int, int) - Constructor for class de.ellpeck.actuallyadditions.api.recipe.TreasureChestLoot
 
type - Variable in class de.ellpeck.actuallyadditions.api.recipe.LensConversionRecipe
 

U

update(ItemStack, TileEntity, int) - Method in interface de.ellpeck.actuallyadditions.api.misc.IDisplayStandItem
 
updateScreen(GuiBookletBase, int, int, int) - Method in interface de.ellpeck.actuallyadditions.api.booklet.IBookletPage
 

V

valueOf(String) - Static method in enum de.ellpeck.actuallyadditions.api.laser.LaserType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.ellpeck.actuallyadditions.api.laser.LaserType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WeightedOre - Class in de.ellpeck.actuallyadditions.api.recipe
 
WeightedOre(String, int) - Constructor for class de.ellpeck.actuallyadditions.api.recipe.WeightedOre
 
writeToNBT(NBTTagCompound) - Method in interface de.ellpeck.actuallyadditions.api.laser.IConnectionPair
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links