- a() - Method in interface appeng.api.networking.IGridConnection
-
- acceptsPlans() - Method in interface appeng.api.implementations.tiles.ICraftingMachine
-
check if the crafting machine is accepting pushes via pushPattern, if this is false, all calls to push will fail,
you can try inserting into the inventory instead.
- AccessRestriction - Enum in appeng.api.config
-
- Actionable - Enum in appeng.api.config
-
- ActionItems - Enum in appeng.api.config
-
- add(IAEFluidStack) - Method in interface appeng.api.storage.data.IAEFluidStack
-
Combines two IAEItemStacks via addition.
- add(IAEItemStack) - Method in interface appeng.api.storage.data.IAEItemStack
-
Combines two IAEItemStacks via addition.
- add(StackType) - Method in interface appeng.api.storage.data.IAEStack
-
add two stacks together
- add(StackType) - Method in interface appeng.api.storage.data.IItemContainer
-
add a stack to the list, this will merge the stack with an item already in the list if found.
- add(int, int, int) - Method in class appeng.api.util.WorldCoord
-
- add(ForgeDirection, int) - Method in class appeng.api.util.WorldCoord
-
- addBox(double, double, double, double, double, double) - Method in interface appeng.api.parts.IPartCollisionHelper
-
add a collision box, expects 0.0 - 16.0 block coords.
- addCellHandler(ICellHandler) - Method in interface appeng.api.storage.ICellRegistry
-
Register a new handler.
- addComparisonProvider(IItemComparisonProvider) - Method in interface appeng.api.features.ISpecialComparisonRegistry
-
Register a new special comparison function with AE.
- addCrafting(StackType) - Method in interface appeng.api.storage.data.IItemList
-
add a stack to the list as craftable, this will merge the stack with an item already in the list if found.
- addCraftingOption(ICraftingMedium, ICraftingPatternDetails) - Method in interface appeng.api.networking.crafting.ICraftingProviderHelper
-
Add new Pattern to AE's crafting cache.
- addExternalStorageInterface(IExternalStorageHandler) - Method in interface appeng.api.storage.IExternalStorageRegistry
-
A registry for StorageBus interactions
- addFacade(IFacadePart) - Method in interface appeng.api.parts.IFacadeContainer
-
- addHandler(IMovableHandler) - Method in interface appeng.api.movable.IMovableRegistry
-
add a new handler movable handler.
- addListener(IMEMonitorHandlerReceiver<T>, Object) - Method in interface appeng.api.networking.storage.IBaseMonitor
-
add a new Listener to the monitor, be sure to properly remove yourself when your done.
- addListener(IMEMonitorHandlerReceiver<StackType>, Object) - Method in class appeng.api.storage.MEMonitorHandler
-
- addNewAttunement(ItemStack, TunnelType) - Method in interface appeng.api.features.IP2PTunnelRegistry
-
Allows third parties to register items from their mod as potential
attunements for AE's P2P Tunnels
- addNewCraftHandler(String, Class<? extends ICraftHandler>) - Method in interface appeng.api.features.IRecipeHandlerRegistry
-
Add a new Recipe Handler to the parser.
- addNewSubItemResolver(ISubItemResolver) - Method in interface appeng.api.features.IRecipeHandlerRegistry
-
Add a new resolver to the parser.
- addNode(IGridNode, IGridHost) - Method in interface appeng.api.networking.IGridCache
-
informs you cache that a machine was added to the grid.
- addPart(ItemStack, ForgeDirection, EntityPlayer) - Method in interface appeng.api.parts.IPartHost
-
try to add a new part to the specified side, returns false if it failed to be added.
- addPermission(ItemStack, SecurityPermissions) - Method in interface appeng.api.implementations.items.IBiometricCard
-
add a permission to the item stack.
- addPermissions(AccessRestriction) - Method in enum appeng.api.config.AccessRestriction
-
- addPlayer(int, EnumSet<SecurityPermissions>) - Method in interface appeng.api.networking.security.ISecurityRegistry
-
Submit Permissions into the register.
- addRecipe(ItemStack, ItemStack, int) - Method in interface appeng.api.features.IGrinderRegistry
-
add a new recipe the easy way, in → out, how many turns., duplicates will not be added.
- addRecipe(ItemStack, ItemStack, ItemStack, float, int) - Method in interface appeng.api.features.IGrinderRegistry
-
add a new recipe with optional outputs, duplicates will not be added.
- addRecipe(ItemStack, ItemStack, ItemStack, float, ItemStack, float, int) - Method in interface appeng.api.features.IGrinderRegistry
-
add a new recipe with optional outputs, duplicates will not be added.
- addRecipe(IInscriberRecipe) - Method in interface appeng.api.features.IInscriberRegistry
-
add a new recipe the easy way, duplicates will not be added.
- addRequestable(StackType) - Method in interface appeng.api.storage.data.IItemList
-
add a stack to the list, stack size is used to add to requestable, this will merge the stack with an item already
in the list if found.
- addStorage(StackType) - Method in interface appeng.api.storage.data.IItemList
-
add a stack to the list stackSize is used to add to stackSize, this will merge the stack with an item already in
the list if found.
- addToWorld() - Method in interface appeng.api.parts.IPart
-
called when your part is being added to the world.
- advCard() - Method in interface appeng.api.definitions.IMaterials
-
- AEApi - Enum in appeng.api
-
Entry point for api.
- AECableType - Enum in appeng.api.util
-
- AEColor - Enum in appeng.api.util
-
List of all colors supported by AE, their names, and various colors for display.
- AEColoredItemDefinition - Interface in appeng.api.util
-
- AEItemDefinition - Interface in appeng.api.util
-
- alertDevice(IGridNode) - Method in interface appeng.api.networking.ticking.ITickManager
-
immediately sets the node to tick, only valid if your node is marked as "Alertable" in its TickingRequest
- allStacks(int) - Method in interface appeng.api.util.AEColoredItemDefinition
-
- annihilationCore() - Method in interface appeng.api.definitions.IMaterials
-
- annihilationPlane() - Method in interface appeng.api.definitions.IParts
-
- appeng.api - package appeng.api
-
- appeng.api.config - package appeng.api.config
-
- appeng.api.definitions - package appeng.api.definitions
-
- appeng.api.events - package appeng.api.events
-
- appeng.api.exceptions - package appeng.api.exceptions
-
- appeng.api.features - package appeng.api.features
-
- appeng.api.implementations - package appeng.api.implementations
-
- appeng.api.implementations.guiobjects - package appeng.api.implementations.guiobjects
-
- appeng.api.implementations.items - package appeng.api.implementations.items
-
- appeng.api.implementations.parts - package appeng.api.implementations.parts
-
- appeng.api.implementations.tiles - package appeng.api.implementations.tiles
-
- appeng.api.integration - package appeng.api.integration
-
- appeng.api.movable - package appeng.api.movable
-
- appeng.api.networking - package appeng.api.networking
-
- appeng.api.networking.crafting - package appeng.api.networking.crafting
-
- appeng.api.networking.energy - package appeng.api.networking.energy
-
- appeng.api.networking.events - package appeng.api.networking.events
-
- appeng.api.networking.pathing - package appeng.api.networking.pathing
-
- appeng.api.networking.security - package appeng.api.networking.security
-
- appeng.api.networking.spatial - package appeng.api.networking.spatial
-
- appeng.api.networking.storage - package appeng.api.networking.storage
-
- appeng.api.networking.ticking - package appeng.api.networking.ticking
-
- appeng.api.parts - package appeng.api.parts
-
- appeng.api.recipes - package appeng.api.recipes
-
- appeng.api.storage - package appeng.api.storage
-
- appeng.api.storage.data - package appeng.api.storage.data
-
- appeng.api.util - package appeng.api.util
-
- AppEngException - Exception in appeng.api.exceptions
-
- AppEngException(String) - Constructor for exception appeng.api.exceptions.AppEngException
-
- applyTurn() - Method in interface appeng.api.implementations.tiles.ICrankable
-
The crank has completed one turn.
- askToMove(TileEntity) - Method in interface appeng.api.movable.IMovableRegistry
-
- getAccess() - Method in interface appeng.api.storage.IMEInventoryHandler
-
determine if items can be injected/extracted.
- getAccess() - Method in class appeng.api.storage.MEMonitorHandler
-
- getActionableNode() - Method in interface appeng.api.networking.security.IActionHost
-
Used to for calculating security rules, you must supply a node from your
IGridHost for the security test, this should be the primary node for the
machine, unless the action is preformed by a non primary node.
- getActionSource() - Method in interface appeng.api.networking.crafting.ICraftingCPU
-
- getAECurrentPower(ItemStack) - Method in interface appeng.api.implementations.items.IAEItemPowerStorage
-
- getAECurrentPower() - Method in interface appeng.api.networking.energy.IAEPowerStorage
-
- getAEMaxPower(ItemStack) - Method in interface appeng.api.implementations.items.IAEItemPowerStorage
-
- getAEMaxPower() - Method in interface appeng.api.networking.energy.IAEPowerStorage
-
- getAvailableItems(IItemList<StackType>) - Method in interface appeng.api.storage.IMEInventory
-
request a full report of all available items, storage.
- getAvailableItems(IItemList) - Method in interface appeng.api.storage.IMEMonitor
-
Deprecated.
- getAvailableItems(IItemList) - Method in class appeng.api.storage.MEMonitorHandler
-
- getAvailableStorage() - Method in interface appeng.api.networking.crafting.ICraftingCPU
-
- getAvgPowerInjection() - Method in interface appeng.api.networking.energy.IEnergyGrid
-
- getAvgPowerUsage() - Method in interface appeng.api.networking.energy.IEnergyGrid
-
- getBlock() - Method in interface appeng.api.parts.IPartRenderHelper
-
- getBottomOptional() - Method in interface appeng.api.features.IInscriberRecipe
-
gets the bottom optional
- getBoxes(IPartCollisionHelper) - Method in interface appeng.api.parts.IBoxProvider
-
add your collision information to the the list.
- getBoxes(IPartCollisionHelper, Entity) - Method in interface appeng.api.parts.IFacadePart
-
used to collide, and pick the part
- getBreakingTexture() - Method in interface appeng.api.parts.IPart
-
- getBytes(ItemStack) - Method in interface appeng.api.implementations.items.IStorageCell
-
It wont work if the return is not a multiple of 8.
- getBytes(ItemStack) - Method in interface appeng.api.implementations.items.IStorageComponent
-
This isn't necessarily the same as if you make a storage cell out of it,
but all of AE's default cells do it that way, its currently only used for
the condenser.
- getBytesPerType(ItemStack) - Method in interface appeng.api.implementations.items.IStorageCell
-
Determines the number of bytes used for any type included on the cell.
- getBytesPerType() - Method in interface appeng.api.storage.ICellInventory
-
- getByteTotal() - Method in interface appeng.api.networking.crafting.ICraftingJob
-
- getCableColor() - Method in interface appeng.api.implementations.parts.IPartCable
-
- getCableConnectionType() - Method in interface appeng.api.implementations.parts.IPartCable
-
- getCableConnectionType(ForgeDirection) - Method in interface appeng.api.networking.IGridHost
-
Determines how cables render when they connect to this block.
- getCableRenderMode() - Method in interface appeng.api.parts.IPartHelper
-
- getCache(Class<? extends IGridCache>) - Method in interface appeng.api.networking.IGrid
-
Get Access to various grid modules
- getCellArray(StorageChannel) - Method in interface appeng.api.storage.ICellProvider
-
Inventory of the tile for use with ME, should always return an valid list, never NULL.
- getCellCount() - Method in interface appeng.api.implementations.tiles.IChestOrDrive
-
- getCellInv() - Method in interface appeng.api.storage.ICellInventoryHandler
-
- getCellInventory(ItemStack, ISaveProvider, StorageChannel) - Method in interface appeng.api.storage.ICellHandler
-
If you cannot handle the provided item, return null
- getCellInventory(ItemStack, ISaveProvider, StorageChannel) - Method in interface appeng.api.storage.ICellRegistry
-
returns an IMEInventoryHandler for the provided item.
- getCellStatus(int) - Method in interface appeng.api.implementations.tiles.IChestOrDrive
-
0 - cell is missing.
- getChannel() - Method in interface appeng.api.storage.data.IAEStack
-
- getChannel() - Method in interface appeng.api.storage.IMEInventory
-
- getChannel() - Method in class appeng.api.storage.MEMonitorHandler
-
- getColor() - Method in interface appeng.api.implementations.tiles.IColorableTile
-
- getColor() - Method in interface appeng.api.parts.IPartHost
-
- getComparison(ItemStack) - Method in interface appeng.api.features.IItemComparisonProvider
-
should return a new IItemComparison, or return null if it doesn't handle
the supplied item.
- getCondensedInputs() - Method in interface appeng.api.networking.crafting.ICraftingPatternDetails
-
- getCondensedOutputs() - Method in interface appeng.api.networking.crafting.ICraftingPatternDetails
-
- getConfigInventory() - Method in interface appeng.api.storage.ICellInventory
-
- getConfigInventory(ItemStack) - Method in interface appeng.api.storage.ICellWorkbenchItem
-
Used to extract, or mirror the contents of the work bench onto the cell.
- getConfigManager(ItemStack) - Method in interface appeng.api.features.IWirelessTermHandler
-
Return the config manager for the wireless terminal.
- getConfigManager() - Method in interface appeng.api.util.IConfigurableObject
-
get the config manager for the object.
- getConnectableSides() - Method in interface appeng.api.networking.IGridBlock
-
Determine which sides of the block can be connected too, only used when isWorldAccessible returns true, not used
for
IPart
implementations.
- getConnectedSides() - Method in interface appeng.api.networking.IGridNode
-
- getConnections() - Method in interface appeng.api.networking.IGridNode
-
lets you iterate a nodes connections
- getControllerState() - Method in interface appeng.api.networking.pathing.IPathingGrid
-
- getCoProcessors() - Method in interface appeng.api.networking.crafting.ICraftingCPU
-
- getCountRequestable() - Method in interface appeng.api.storage.data.IAEStack
-
Same as getStackSize, but for requestable items.
- getCpus() - Method in interface appeng.api.networking.crafting.ICraftingGrid
-
- getCraftHandlerFor(String) - Method in interface appeng.api.features.IRecipeHandlerRegistry
-
- getCraftingFor(IAEItemStack, ICraftingPatternDetails, int, World) - Method in interface appeng.api.networking.crafting.ICraftingGrid
-
- getCraftingID() - Method in interface appeng.api.networking.crafting.ICraftingLink
-
- getDamageValue() - Method in interface appeng.api.recipes.IIngredient
-
- getData(ItemStack) - Method in interface appeng.api.implementations.items.IMemoryCard
-
- getDefaultHandler() - Method in interface appeng.api.movable.IMovableRegistry
-
- getDirection(IGridNode) - Method in interface appeng.api.networking.IGridConnection
-
determine the direction of the connection based on your node.
- getDisplayed() - Method in interface appeng.api.implementations.parts.IPartStorageMonitor
-
- getDrops(List<ItemStack>, boolean) - Method in interface appeng.api.parts.IPart
-
Add drops to the items being dropped into the world, if your item stores its contents when wrenched use the
wrenched boolean to control what data is saved vs dropped when it is broken.
- getDrops(World, int, int, int, List<ItemStack>) - Method in interface appeng.api.util.ICommonTile
-
implemented on AE's Tile Entities, Gets a list of drops that the entity will normally drop, this doesn't include
the block itself.
- getEncryptionKey(ItemStack) - Method in interface appeng.api.features.INetworkEncodable
-
Used to get the current key from the item.
- getEnergyCost() - Method in interface appeng.api.features.IGrinderEntry
-
Energy cost, in turns.
- getEnergyDemand(double) - Method in interface appeng.api.networking.energy.IEnergyGrid
-
Calculation will be capped at maxRequired, this improves performance by limiting the number of nodes needed to
calculate the demand.
- getEnergyDemand(double, Set<IEnergyGrid>) - Method in interface appeng.api.networking.energy.IEnergyGridProvider
-
internal use only
- getExternalFacingNode() - Method in interface appeng.api.parts.IPart
-
used for tunnels.
- getFacade(ForgeDirection) - Method in interface appeng.api.parts.IFacadeContainer
-
- getFacadeContainer() - Method in interface appeng.api.parts.IPartHost
-
- getFile(String) - Method in interface appeng.api.recipes.IRecipeLoader
-
- getFirstItem() - Method in interface appeng.api.storage.data.IItemList
-
- getFlags() - Method in interface appeng.api.networking.IGridBlock
-
Various flags that AE uses to modify basic behavior for various parts of the network.
- getFluid() - Method in interface appeng.api.storage.data.IAEFluidStack
-
quick way to get access to the Forge Fluid Definition.
- getFluidInventory() - Method in interface appeng.api.storage.IStorageMonitorable
-
Access the fluid inventory for the monitorable storage.
- getFluidStack() - Method in interface appeng.api.storage.data.IAEFluidStack
-
creates a standard Forge FluidStack for the fluid.
- getForward() - Method in interface appeng.api.util.IOrientable
-
- getFreeBytes() - Method in interface appeng.api.storage.ICellInventory
-
- getFuzzyMode() - Method in interface appeng.api.storage.ICellInventory
-
- getFuzzyMode(ItemStack) - Method in interface appeng.api.storage.ICellWorkbenchItem
-
- getGrid() - Method in interface appeng.api.implementations.tiles.IWirelessAccessPoint
-
- getGrid() - Method in interface appeng.api.networking.IGridNode
-
get the grid for the node, this can change at a moments notice.
- getGridBlock() - Method in interface appeng.api.networking.IGridNode
-
- getGridColor() - Method in interface appeng.api.networking.IGridBlock
-
- getGridHost() - Method in interface appeng.api.implementations.guiobjects.INetworkTool
-
- getGridNode(ForgeDirection) - Method in interface appeng.api.networking.IGridHost
-
get the grid node for a particular side of a block, you can return null,
by returning a valid node later and calling updateState, you can join the
Grid when your block is ready.
- getGridNode() - Method in interface appeng.api.parts.IPart
-
get the Grid Node for the Bus, be sure your IGridBlock is NOT isWorldAccessible, if it is your going to cause
crashes.
- getGuiObject(ItemStack, World, int, int, int) - Method in interface appeng.api.implementations.guiobjects.IGuiItem
-
- getHandler(TileEntity) - Method in interface appeng.api.movable.IMovableRegistry
-
handlers are used to perform movement, this allows you to override AE's internal version.
- getHandler(ItemStack) - Method in interface appeng.api.storage.ICellRegistry
-
get the handler, for the requested type.
- getHandler(TileEntity, ForgeDirection, StorageChannel, BaseActionSource) - Method in interface appeng.api.storage.IExternalStorageRegistry
-
- getHandler() - Method in class appeng.api.storage.MEMonitorHandler
-
- getID(GameProfile) - Method in interface appeng.api.features.IPlayerRegistry
-
- getID(EntityPlayer) - Method in interface appeng.api.features.IPlayerRegistry
-
- getID() - Method in interface appeng.api.networking.IGridStorage
-
- getIdleDrain() - Method in interface appeng.api.implementations.items.IStorageCell
-
- getIdleDrain() - Method in interface appeng.api.storage.ICellInventory
-
- getIdlePowerUsage() - Method in interface appeng.api.networking.energy.IEnergyGrid
-
- getIdlePowerUsage() - Method in interface appeng.api.networking.IGridBlock
-
how much power to drain per tick as part of idle network usage.
- getIncludeExcludeMode() - Method in interface appeng.api.storage.ICellInventoryHandler
-
- getIndividual() - Method in interface appeng.api.integration.IBeeComparison
-
- getInput() - Method in interface appeng.api.features.IGrinderEntry
-
the current input
- getInputs() - Method in interface appeng.api.features.IInscriberRecipe
-
the current inputs
- getInputs() - Method in interface appeng.api.features.IInscriberRegistry
-
Get all registered items which are valid inputs.
- getInputs() - Method in interface appeng.api.networking.crafting.ICraftingPatternDetails
-
- getInstalledUpgrades(Upgrades) - Method in interface appeng.api.implementations.IUpgradeableHost
-
determine how many of an upgrade are installed.
- getInventory(TileEntity, ForgeDirection, StorageChannel, BaseActionSource) - Method in interface appeng.api.storage.IExternalStorageHandler
-
if this can handle the given inventory, return the a IMEInventory implementing class for it, if not return null
- getInventoryByName(String) - Method in interface appeng.api.implementations.tiles.ISegmentedInventory
-
Access an internal inventory, note, not all inventories contain real items, some may be ghost items, and treating
them a real inventories will result in duplication.
- getItem() - Method in interface appeng.api.parts.IFacadePart
-
- getItem() - Method in interface appeng.api.storage.data.IAEItemStack
-
quick way to get access to the MC Item Definition.
- getItemDamage() - Method in interface appeng.api.parts.IFacadePart
-
- getItemDamage() - Method in interface appeng.api.storage.data.IAEItemStack
-
- getItemInventory() - Method in interface appeng.api.storage.IStorageMonitorable
-
Access the item inventory for the monitorable storage.
- getItemName() - Method in interface appeng.api.recipes.IIngredient
-
- getItemStack() - Method in interface appeng.api.implementations.guiobjects.IGuiItemObject
-
- getItemStack() - Method in interface appeng.api.parts.IFacadePart
-
used to save the part.
- getItemStack(PartItemStack) - Method in interface appeng.api.parts.IPart
-
get an ItemStack that represents the bus, should contain the settings for whatever, can also be used in
conjunction with removePart to take a part off and drop it or something.
- getItemStack() - Method in interface appeng.api.recipes.IIngredient
-
Acquire a single input stack for the current recipe, if more then one ItemStack is possible a
RegistrationError exception will be thrown, ignore these and let the system handle the error.
- getItemStack() - Method in interface appeng.api.storage.data.IAEItemStack
-
creates a standard MC ItemStack for the item.
- getItemStack() - Method in interface appeng.api.storage.ICellInventory
-
- getItemStackSet() - Method in interface appeng.api.recipes.IIngredient
-
Acquire a list of all the input stacks for the current recipe, this is for handlers that support
multiple inputs per slot.
- getLayerFlags() - Method in interface appeng.api.parts.IPartHost
-
- getLayerFlags() - Method in class appeng.api.parts.LayerBase
-
- getLightLevel() - Method in interface appeng.api.parts.IPart
-
- getListeners() - Method in class appeng.api.storage.MEMonitorHandler
-
- getLocatableBy(long) - Method in interface appeng.api.features.ILocatableRegistry
-
Gets the
ILocatable
with the registered serial, if available
- getLocatableSerial() - Method in interface appeng.api.features.ILocatable
-
- getLocation() - Method in interface appeng.api.implementations.tiles.IWirelessAccessPoint
-
- getLocation() - Method in interface appeng.api.networking.IGridBlock
-
- getLocation() - Method in interface appeng.api.parts.IPartHost
-
- getMachine() - Method in interface appeng.api.networking.IGridBlock
-
- getMachine() - Method in interface appeng.api.networking.IGridNode
-
get the machine represented by the node.
- getMachineClass() - Method in interface appeng.api.networking.IMachineSet
-
- getMachineRepresentation() - Method in interface appeng.api.networking.IGridBlock
-
Determines what item stack is used to render this node in the GUI.
- getMachines(Class<? extends IGridHost>) - Method in interface appeng.api.networking.IGrid
-
Get machines on the network.
- getMachinesClasses() - Method in interface appeng.api.networking.IGrid
-
get a list of the diversity of classes, you can use this to better detect which machines your interested in,
rather then iterating the entire grid to test them.
- getMax(ItemStack) - Method in interface appeng.api.implementations.items.ISpatialStorageCell
-
Maximum coordinates in its world for the storage cell.
- getMax() - Method in interface appeng.api.networking.spatial.ISpatialCache
-
- getMaxStoredDim(ItemStack) - Method in interface appeng.api.implementations.items.ISpatialStorageCell
-
- getMaxStoredPower() - Method in interface appeng.api.networking.energy.IEnergyGrid
-
this is should be considered an estimate, and not relied upon for real calculations.
- getMin(ItemStack) - Method in interface appeng.api.implementations.items.ISpatialStorageCell
-
Minimum coordinates in its world for the storage cell.
- getMin() - Method in interface appeng.api.networking.spatial.ISpatialCache
-
- getMonitorable(ForgeDirection, BaseActionSource) - Method in interface appeng.api.implementations.tiles.ITileStorageMonitorable
-
- getMultiblockNodes() - Method in interface appeng.api.networking.IGridMultiblock
-
Used to acquire a list of all nodes that are part of the multiblock.
- getMultiplier(Block, Material) - Method in interface appeng.api.implementations.items.IGrowableCrystal
-
- getName() - Method in interface appeng.api.networking.crafting.ICraftingCPU
-
- getNameSpace() - Method in interface appeng.api.recipes.IIngredient
-
- getNBTTagCompoundCopy() - Method in interface appeng.api.storage.data.IAETagCompound
-
- getNodes() - Method in interface appeng.api.networking.IGrid
-
- getOptionalChance() - Method in interface appeng.api.features.IGrinderEntry
-
0.0 - 1.0 the chance that the optional output will be generated.
- getOptionalOutput() - Method in interface appeng.api.features.IGrinderEntry
-
gets the current output
- getOptionals() - Method in interface appeng.api.features.IInscriberRegistry
-
Optional items which are used in the top or bottom slot.
- getOrientable(IBlockAccess, int, int, int) - Method in interface appeng.api.util.IOrientableBlock
-
- getOtherSide(IGridNode) - Method in interface appeng.api.networking.IGridConnection
-
lets you get the opposing node of the connection by passing your own node.
- getOutput() - Method in interface appeng.api.features.IGrinderEntry
-
gets the current output
- getOutput() - Method in interface appeng.api.features.IInscriberRecipe
-
gets the current output
- getOutput() - Method in interface appeng.api.networking.crafting.ICraftingJob
-
- getOutput(InventoryCrafting, World) - Method in interface appeng.api.networking.crafting.ICraftingPatternDetails
-
Allow using this INSTANCE of the pattern details to preform the crafting action with performance enhancements.
- getOutputs() - Method in interface appeng.api.networking.crafting.ICraftingPatternDetails
-
- getOwner() - Method in interface appeng.api.networking.security.ISecurityGrid
-
- getOwner() - Method in interface appeng.api.networking.security.ISecurityProvider
-
- getPart(ForgeDirection) - Method in interface appeng.api.parts.IPartHost
-
Get part by side ( center is ForgeDirection
.UNKNOWN )
- getPart(ForgeDirection) - Method in class appeng.api.parts.LayerBase
-
Grants access for the layer to the parts of the host.
- getPattern() - Method in interface appeng.api.networking.crafting.ICraftingPatternDetails
-
- getPatternForItem(ItemStack, World) - Method in interface appeng.api.implementations.ICraftingPatternItem
-
Access Details about a pattern
- getPenetration(ItemStack) - Method in interface appeng.api.features.IMatterCannonAmmoRegistry
-
get the penetration value for a particular ammo, 0 indicates a non-ammo.
- getPermissions(ItemStack) - Method in interface appeng.api.implementations.items.IBiometricCard
-
- getPivot() - Method in interface appeng.api.networking.IGrid
-
- getPlayerID() - Method in interface appeng.api.networking.IGridNode
-
- getPossibleValues() - Method in enum appeng.api.config.Settings
-
- getPowerFlow(ItemStack) - Method in interface appeng.api.implementations.items.IAEItemPowerStorage
-
Control the power flow by telling what the network can do, either add? or
subtract? or both!
- getPowerFlow() - Method in interface appeng.api.networking.energy.IAEPowerStorage
-
Control the power flow by telling what the network can do, either add? or subtract? or both!
- getPrimaryBox() - Method in interface appeng.api.parts.IFacadePart
-
- getPriority() - Method in interface appeng.api.networking.crafting.ICraftingPatternDetails
-
Get the priority of this pattern
- getPriority() - Method in interface appeng.api.storage.ICellProvider
-
the storage's priority.
- getPriority() - Method in interface appeng.api.storage.IMEInventoryHandler
-
determine what the priority of the inventory is.
- getPriority() - Method in class appeng.api.storage.MEMonitorHandler
-
- getProcessType() - Method in interface appeng.api.features.IInscriberRecipe
-
type of inscriber process
- getProfile(ItemStack) - Method in interface appeng.api.implementations.items.IBiometricCard
-
- getQty() - Method in interface appeng.api.recipes.IIngredient
-
- getRange() - Method in interface appeng.api.implementations.tiles.IWirelessAccessPoint
-
- getRecipeForInput(ItemStack) - Method in interface appeng.api.features.IGrinderRegistry
-
Searches for a recipe for a given input, and returns it.
- getRecipes() - Method in interface appeng.api.features.IGrinderRegistry
-
Current list of registered recipes, you can modify this if you want too.
- getRecipes() - Method in interface appeng.api.features.IInscriberRegistry
-
An immutable copy of currently registered recipes.
- getRemainingItemCount() - Method in interface appeng.api.storage.ICellInventory
-
- getRemainingItemTypes() - Method in interface appeng.api.storage.ICellInventory
-
- getRequestedJobs() - Method in interface appeng.api.networking.crafting.ICraftingRequester
-
called when the host is added to the grid, and should return all crafting links it poses so they can be connected
with the cpu that hosts the job.
- getSecondOptionalChance() - Method in interface appeng.api.features.IGrinderEntry
-
0.0 - 1.0 the chance that the optional output will be generated.
- getSecondOptionalOutput() - Method in interface appeng.api.features.IGrinderEntry
-
gets the current output
- getSecurityKey() - Method in interface appeng.api.networking.security.ISecurityProvider
-
used to represent the security key for the network, should be based on a unique timestamp.
- getSetting(Settings) - Method in interface appeng.api.util.IConfigManager
-
Get Value of a particular setting
- getSettings() - Method in interface appeng.api.util.IConfigManager
-
get a list of different settings
- getSettingsName(ItemStack) - Method in interface appeng.api.implementations.items.IMemoryCard
-
returns the settings name provided by a previous call to
setMemoryCardContents, or "AppEng.GuiITooltip.Blank" if there was no
previous call to setMemoryCardContents.
- getSide() - Method in interface appeng.api.parts.IFacadePart
-
- getSlot() - Method in interface appeng.api.storage.IMEInventoryHandler
-
pass back value for blinkCell.
- getSlot() - Method in class appeng.api.storage.MEMonitorHandler
-
- getSpecialComparison(ItemStack) - Method in interface appeng.api.features.ISpecialComparisonRegistry
-
return TheHandler or null.
- getSpecialComparison() - Method in interface appeng.api.storage.data.IAETagCompound
-
- getStackSize() - Method in interface appeng.api.storage.data.IAEStack
-
number of items in the stack.
- getStatusForCell(ItemStack, IMEInventory) - Method in interface appeng.api.storage.ICellHandler
-
0 - cell is missing.
- getStatusForCell() - Method in interface appeng.api.storage.ICellInventory
-
- getStorageList() - Method in interface appeng.api.storage.IMEMonitor
-
Get access to the full item list of the network, preferred over
IMEInventory
.getAvailableItems(...)
- getStorageList() - Method in class appeng.api.storage.MEMonitorHandler
-
- getStoredItemCount() - Method in interface appeng.api.storage.ICellInventory
-
- getStoredItemTypes() - Method in interface appeng.api.storage.ICellInventory
-
- getStoredPower() - Method in interface appeng.api.networking.energy.IEnergyGrid
-
this is should be considered an estimate, and not relied upon for real calculations.
- getStoredSize(ItemStack) - Method in interface appeng.api.implementations.items.ISpatialStorageCell
-
get the currently stored size.
- getSupported() - Method in enum appeng.api.config.Upgrades
-
- getTagCompound() - Method in interface appeng.api.storage.data.IAEStack
-
obtain the NBT Data for the item.
- getTickingRequest(IGridNode) - Method in interface appeng.api.networking.ticking.IGridTickable
-
You can return null, if you wish to tick using MC's ticking mechanism, or
you can return a valid TickingRequest to tell AE a guide for which type
of responsiveness your device wants.
- getTier() - Method in enum appeng.api.config.Upgrades
-
- getTile() - Method in interface appeng.api.implementations.IUpgradeableHost
-
the tile...
- getTile() - Method in interface appeng.api.parts.IPartHost
-
- getTopOptional() - Method in interface appeng.api.features.IInscriberRecipe
-
gets the top optional
- getTopTexture_Dark() - Method in interface appeng.api.storage.ICellHandler
-
- getTopTexture_Light() - Method in interface appeng.api.storage.ICellHandler
-
- getTopTexture_Medium() - Method in interface appeng.api.storage.ICellHandler
-
- getTotalBytes() - Method in interface appeng.api.storage.ICellInventory
-
- getTotalItemTypes() - Method in interface appeng.api.storage.ICellInventory
-
- getTotalTypes(ItemStack) - Method in interface appeng.api.implementations.items.IStorageCell
-
Must be between 1 and 63, indicates how many types you want to store on
the item.
- getTunnelTypeByItem(ItemStack) - Method in interface appeng.api.features.IP2PTunnelRegistry
-
returns null if no attunement can be found.
- getType(ItemStack) - Method in interface appeng.api.implementations.items.IUpgradeModule
-
- getUnlocalizedGroupName(Set<ItemStack>, ItemStack) - Method in interface appeng.api.implementations.items.IItemGroup
-
returning null, is the same as not implementing the interface at all.
- getUnlocalizedName() - Method in enum appeng.api.config.SecurityPermissions
-
- getUnlocalizedTip() - Method in enum appeng.api.config.SecurityPermissions
-
- getUnusedItemCount() - Method in interface appeng.api.storage.ICellInventory
-
- getUp() - Method in interface appeng.api.util.IOrientable
-
- getUpgradesInventory() - Method in interface appeng.api.storage.ICellInventory
-
- getUpgradesInventory(ItemStack) - Method in interface appeng.api.storage.ICellWorkbenchItem
-
used to edit the upgrade slots on your cell, should have a capacity of 0-24, you are also responsible for
implementing the valid checks, and any storage/usage of them.
- getUsedBytes() - Method in interface appeng.api.storage.ICellInventory
-
- getUsedChannels() - Method in interface appeng.api.networking.IGridConnection
-
- getViewCellStorage() - Method in interface appeng.api.implementations.tiles.IViewCellStorage
-
should contains at least 5 slot, the first 5
- getVisitedObjects() - Method in class appeng.api.networking.events.MENetworkEvent
-
the number of objects that were visited by the event.
- getWirelessTerminalHandler(ItemStack) - Method in interface appeng.api.features.IWirelessTermRegistry
-
- getWorld(ItemStack) - Method in interface appeng.api.implementations.items.ISpatialStorageCell
-
- getWorld() - Method in interface appeng.api.networking.IGridNode
-
- getWorld() - Method in class appeng.api.util.DimensionalCoord
-
- getWorldX() - Method in interface appeng.api.parts.IPartCollisionHelper
-
- getWorldX() - Method in interface appeng.api.parts.IPartRenderHelper
-
- getWorldY() - Method in interface appeng.api.parts.IPartCollisionHelper
-
- getWorldY() - Method in interface appeng.api.parts.IPartRenderHelper
-
- getWorldZ() - Method in interface appeng.api.parts.IPartCollisionHelper
-
- getWorldZ() - Method in interface appeng.api.parts.IPartRenderHelper
-
- goldDust() - Method in interface appeng.api.definitions.IMaterials
-
- gridCache() - Method in interface appeng.api.features.IRegistryContainer
-
Add new Grid Caches for use during run time, only use during loading phase.
- gridChanged() - Method in interface appeng.api.networking.IGridBlock
-
called when the grid for the node has changed, the general grid state should not be trusted at this point.
- GridFlags - Enum in appeng.api.networking
-
Various flags to determine network node behavior.
- GridNotification - Enum in appeng.api.networking
-
- grinder() - Method in interface appeng.api.features.IRegistryContainer
-
Manage grinder recipes via API
- grindStone() - Method in interface appeng.api.definitions.IBlocks
-
- IActionHost - Interface in appeng.api.networking.security
-
- IAEFluidStack - Interface in appeng.api.storage.data
-
An alternate version of FluidStack for AE to keep tabs on things easier, and
to support larger storage.
- IAEItemPowerStorage - Interface in appeng.api.implementations.items
-
- IAEItemStack - Interface in appeng.api.storage.data
-
An alternate version of ItemStack for AE to keep tabs on things easier, and to support larger storage.
- IAEPowerStorage - Interface in appeng.api.networking.energy
-
Used to access information about AE's various power accepting blocks for monitoring purposes.
- IAEStack<StackType extends IAEStack> - Interface in appeng.api.storage.data
-
- IAETagCompound - Interface in appeng.api.storage.data
-
Don't cast this...
- IAEWrench - Interface in appeng.api.implementations.items
-
Implemented on AE's wrench(s) as a substitute for if BC's API is not
available.
- IAlphaPassItem - Interface in appeng.api.parts
-
- IAppEngApi - Interface in appeng.api
-
- IBaseMonitor<T extends IAEStack> - Interface in appeng.api.networking.storage
-
- IBeeComparison - Interface in appeng.api.integration
-
An interface to get access to the individual settings for AE's Internal Bee
Comparison handler.
- IBiometricCard - Interface in appeng.api.implementations.items
-
- IBlockDefinition - Interface in appeng.api.definitions
-
- IBlocks - Interface in appeng.api.definitions
-
A list of all blocks in AE
- IBoxProvider - Interface in appeng.api.parts
-
- ICellContainer - Interface in appeng.api.storage
-
Represents an
IGridHost
that contributes to storage, such as a ME Chest, or ME Drive.
- ICellHandler - Interface in appeng.api.storage
-
- ICellInventory - Interface in appeng.api.storage
-
- ICellInventoryHandler - Interface in appeng.api.storage
-
- ICellProvider - Interface in appeng.api.storage
-
Allows you to provide cells via non IGridHosts directly to the storage system, drives, and similar features should go
though
ICellContainer
and be automatically handled by the storage system.
- ICellRegistry - Interface in appeng.api.storage
-
Storage Cell Registry, used for specially implemented cells, if you just want to make a item act like a cell, or new
cell with different bytes, then you should probably consider IStorageCell instead its considerably simpler.
- ICellWorkbenchItem - Interface in appeng.api.storage
-
- IChestOrDrive - Interface in appeng.api.implementations.tiles
-
- IColorableTile - Interface in appeng.api.implementations.tiles
-
- ICommonTile - Interface in appeng.api.util
-
- IComparableDefinition - Interface in appeng.api.definitions
-
Interface to compare a definition with an itemstack or a block
- IConfigManager - Interface in appeng.api.util
-
Used to adjust settings on an object,
- IConfigurableObject - Interface in appeng.api.util
-
Implemented by various Tiles or Parts in AE
- ICraftHandler - Interface in appeng.api.recipes
-
- ICraftingCallback - Interface in appeng.api.networking.crafting
-
- ICraftingCPU - Interface in appeng.api.networking.crafting
-
- ICraftingGrid - Interface in appeng.api.networking.crafting
-
- ICraftingJob - Interface in appeng.api.networking.crafting
-
- ICraftingLink - Interface in appeng.api.networking.crafting
-
- ICraftingMachine - Interface in appeng.api.implementations.tiles
-
- ICraftingMedium - Interface in appeng.api.networking.crafting
-
A place to send Items for crafting purposes, this is considered part of AE's External crafting system.
- ICraftingPatternDetails - Interface in appeng.api.networking.crafting
-
- ICraftingPatternItem - Interface in appeng.api.implementations
-
Implemented on Item
- ICraftingProvider - Interface in appeng.api.networking.crafting
-
- ICraftingProviderHelper - Interface in appeng.api.networking.crafting
-
Passed to a ICraftingProvider as a interface to manipulate the available crafting jobs.
- ICraftingRequester - Interface in appeng.api.networking.crafting
-
- ICraftingWatcher - Interface in appeng.api.networking.crafting
-
- ICraftingWatcherHost - Interface in appeng.api.networking.crafting
-
- ICrankable - Interface in appeng.api.implementations.tiles
-
Crank/Crankable API,
- ICrystalGrowthAccelerator - Interface in appeng.api.implementations.tiles
-
- IDefinitions - Interface in appeng.api.definitions
-
All definitions in AE
- identityAnnihilationPlane() - Method in interface appeng.api.definitions.IParts
-
- IEnergyGrid - Interface in appeng.api.networking.energy
-
AE's Power system.
- IEnergyGridProvider - Interface in appeng.api.networking.energy
-
internal use only.
- IEnergySource - Interface in appeng.api.networking.energy
-
- IEnergyWatcher - Interface in appeng.api.networking.energy
-
- IEnergyWatcherHost - Interface in appeng.api.networking.energy
-
- IExternalStorageHandler - Interface in appeng.api.storage
-
- IExternalStorageRegistry - Interface in appeng.api.storage
-
A Registry of External Storage handlers.
- IFacadeContainer - Interface in appeng.api.parts
-
Used Internally.
- IFacadePart - Interface in appeng.api.parts
-
Used Internally.
- iface() - Method in interface appeng.api.definitions.IBlocks
-
- iface() - Method in interface appeng.api.definitions.IParts
-
- IGrid - Interface in appeng.api.networking
-
Gives you access to Grid based information.
- IGridBlock - Interface in appeng.api.networking
-
An Implementation is required to create your node for IGridHost
- IGridCache - Interface in appeng.api.networking
-
Allows you to create a network wise service, AE2 uses these for providing
item, spatial, and tunnel services.
- IGridCacheRegistry - Interface in appeng.api.networking
-
A registry of grid caches to extend grid functionality.
- IGridConnection - Interface in appeng.api.networking
-
Access to AE's internal grid connections.
- IGridConnectionVisitor - Interface in appeng.api.networking
-
- IGridHost - Interface in appeng.api.networking
-
Implement to create a networked
TileEntity
or
IPart
must
be implemented for a part, or tile entity to become part of a grid.
- IGridMultiblock - Interface in appeng.api.networking
-
An extension of IGridBlock, only means something when your getFlags() contains REQUIRE_CHANNEL, when done properly it
will call the method to get a list of all related nodes and give each of them a channel simultaneously for the entire
set.
- IGridNode - Interface in appeng.api.networking
-
Gives you a view into your Nodes connections and information.
- IGridStorage - Interface in appeng.api.networking
-
- IGridTickable - Interface in appeng.api.networking.ticking
-
Implement on IGridHosts which want to use AE's Network Ticking Feature.
- IGridVisitor - Interface in appeng.api.networking
-
Simple Visitor pattern access to network nodes.
- IGrinderEntry - Interface in appeng.api.features
-
- IGrinderRegistry - Interface in appeng.api.features
-
Lets you manipulate Grinder Recipes, by adding or editing existing ones.
- IGrowableCrystal - Interface in appeng.api.implementations.items
-
- IGuiItem - Interface in appeng.api.implementations.guiobjects
-
Implemented on Item objects, to return objects used to manage, and interact
with the contents.
- IGuiItemObject - Interface in appeng.api.implementations.guiobjects
-
- IIngredient - Interface in appeng.api.recipes
-
- IInscriberRecipe - Interface in appeng.api.features
-
- IInscriberRecipeBuilder - Interface in appeng.api.features
-
Builder for an inscriber recipe
- IInscriberRegistry - Interface in appeng.api.features
-
Lets you manipulate Inscriber Recipes, by adding or editing existing ones.
- IItemComparison - Interface in appeng.api.features
-
- IItemComparisonProvider - Interface in appeng.api.features
-
Provider for special comparisons.
- IItemContainer<StackType extends IAEStack> - Interface in appeng.api.storage.data
-
Represents a list of items in AE.
- IItemDefinition - Interface in appeng.api.definitions
-
- IItemGroup - Interface in appeng.api.implementations.items
-
Lets you specify the name of the group of items this falls under.
- IItemList<StackType extends IAEStack> - Interface in appeng.api.storage.data
-
Represents a list of items in AE.
- IItems - Interface in appeng.api.definitions
-
A list of all items in AE
- ILocatable - Interface in appeng.api.features
-
- ILocatableRegistry - Interface in appeng.api.features
-
A Registry for locatable items, works based on serial numbers.
- IMachineSet - Interface in appeng.api.networking
-
- IMaterials - Interface in appeng.api.definitions
-
A list of all materials in AE
- IMatterCannonAmmoRegistry - Interface in appeng.api.features
-
- IMEChest - Interface in appeng.api.implementations.tiles
-
- IMEInventory<StackType extends IAEStack> - Interface in appeng.api.storage
-
AE's Equivalent to IInventory, used to reading contents, and manipulating contents of ME Inventories.
- IMEInventoryHandler<StackType extends IAEStack> - Interface in appeng.api.storage
-
Thin logic layer that can be swapped with different IMEInventory implementations, used to handle features related to
storage, that are Separate from the storage medium itself.
- IMEMonitor<T extends IAEStack> - Interface in appeng.api.storage
-
- IMEMonitorHandlerReceiver<StackType extends IAEStack> - Interface in appeng.api.storage
-
- IMemoryCard - Interface in appeng.api.implementations.items
-
Memory Card API
- IMovableHandler - Interface in appeng.api.movable
-
- IMovableRegistry - Interface in appeng.api.movable
-
Used to determine if a tile is marked as movable, a block will be considered movable, if...
- IMovableTile - Interface in appeng.api.movable
-
You can implement this, or use the IMovableRegistry to white list your tile,
please see the registry for more information.
- importBus() - Method in interface appeng.api.definitions.IParts
-
- incCountRequestable(long) - Method in interface appeng.api.storage.data.IAEStack
-
adds items to the requestable
- IncludeExclude - Enum in appeng.api.config
-
- incStackSize(long) - Method in interface appeng.api.storage.data.IAEStack
-
Adds more to the stack size...
- INetworkEncodable - Interface in appeng.api.features
-
- INetworkTool - Interface in appeng.api.implementations.guiobjects
-
- INetworkToolAgent - Interface in appeng.api.util
-
Implement on Tile or part to customize if the info gui opens, or an action is preformed.
- injectAEPower(ItemStack, double) - Method in interface appeng.api.implementations.items.IAEItemPowerStorage
-
Inject amt, power into the device, it will store what it can, and return
the amount unable to be stored.
- injectAEPower(double, Actionable) - Method in interface appeng.api.networking.energy.IAEPowerStorage
-
Inject amt, power into the device, it will store what it can, and return the amount unable to be stored.
- injectAEPower(double, Actionable, Set<IEnergyGrid>) - Method in interface appeng.api.networking.energy.IEnergyGridProvider
-
internal use only
- injectCraftedItems(ICraftingLink, IAEItemStack, Actionable) - Method in interface appeng.api.networking.crafting.ICraftingRequester
-
items are injected into the requester as they are completed, any items that cannot be taken, or are unwanted can
be returned.
- injectItems(StackType, Actionable, BaseActionSource) - Method in interface appeng.api.storage.IMEInventory
-
Store new items, or simulate the addition of new items into the ME Inventory.
- injectItems(StackType, Actionable, BaseActionSource) - Method in class appeng.api.storage.MEMonitorHandler
-
- injectPower(double, Actionable) - Method in interface appeng.api.networking.energy.IEnergyGrid
-
AE will accept any power, and store it, to maintain sanity please don't send more then 10,000 at a time.
- injectRecipes() - Method in interface appeng.api.recipes.IRecipeHandler
-
this loads the read recipes into minecraft, should be called in Init.
- inscriber() - Method in interface appeng.api.definitions.IBlocks
-
- inscriber() - Method in interface appeng.api.features.IRegistryContainer
-
Manage inscriber recipes via API
- InscriberProcessType - Enum in appeng.api.features
-
- instance() - Static method in enum appeng.api.AEApi
-
API Entry Point.
- interfaceTerminal() - Method in interface appeng.api.definitions.IParts
-
- invertedToggleBus() - Method in interface appeng.api.definitions.IParts
-
- iOPort() - Method in interface appeng.api.definitions.IBlocks
-
- IOrientable - Interface in appeng.api.util
-
Nearly all of AE's Tile Entities implement IOrientable.
- IOrientableBlock - Interface in appeng.api.util
-
Implemented on many of AE's non Tile Entity Blocks as a way to get a IOrientable.
- IP2PTunnelRegistry - Interface in appeng.api.features
-
A Registry for how p2p Tunnels are attuned
- IPart - Interface in appeng.api.parts
-
- IPartCable - Interface in appeng.api.implementations.parts
-
Implemented on the
IPart
s cable objects that can be placed at
ForgeDirection
.UNKNOWN in
IPartHost
s
- IPartCollisionHelper - Interface in appeng.api.parts
-
- IPartHelper - Interface in appeng.api.parts
-
- IPartHost - Interface in appeng.api.parts
-
Implemented on AE's TileEntity or AE's FMP Part.
- IPartItem - Interface in appeng.api.parts
-
This is a pretty basic requirement, once you implement the interface, and createPartFromItemStack
- IPartMonitor - Interface in appeng.api.implementations.parts
-
Implemented by all screen like parts provided by AE.
- IPartRenderHelper - Interface in appeng.api.parts
-
- IParts - Interface in appeng.api.definitions
-
A list of all parts in AE
- IPartStorageMonitor - Interface in appeng.api.implementations.parts
-
The Storage monitor is a
IPart
located on the sides of a IPartHost
- IPathingGrid - Interface in appeng.api.networking.pathing
-
- IPlayerRegistry - Interface in appeng.api.features
-
Maintains a save specific list of userids and username combinations this greatly simplifies storage internally and
gives a common place to look up and get IDs for the security framework.
- IPortableCell - Interface in appeng.api.implementations.guiobjects
-
- IPowerChannelState - Interface in appeng.api.implementations
-
This is intended for use on the client side to provide details to WAILA.
- IReadOnlyCollection<T> - Interface in appeng.api.util
-
- IRecipeHandler - Interface in appeng.api.recipes
-
Represents the AE2 Recipe Loading/Reading Class
- IRecipeHandlerRegistry - Interface in appeng.api.features
-
- IRecipeLoader - Interface in appeng.api.recipes
-
- IRegistryContainer - Interface in appeng.api.features
-
- ironDust() - Method in interface appeng.api.definitions.IMaterials
-
- ironNugget() - Method in interface appeng.api.definitions.IMaterials
-
- isActive() - Method in interface appeng.api.implementations.IPowerChannelState
-
- isActive() - Method in interface appeng.api.implementations.tiles.IWirelessAccessPoint
-
- isActive() - Method in interface appeng.api.networking.IGridNode
-
Reflects the networks status, returns true only if the network is powered, and the network is not booting, this
also takes into account channels.
- isAEPublicPowerStorage() - Method in interface appeng.api.networking.energy.IAEPowerStorage
-
Checked on network reset to see if your block can be used as a public power storage ( use getPowerFlow to control
the behavior )
- isAir() - Method in interface appeng.api.recipes.IIngredient
-
If you wish to support air, you must test before getting the ItemStack, or ItemStackSet
- isAvailable() - Method in interface appeng.api.networking.security.ISecurityGrid
-
- ISaveProvider - Interface in appeng.api.storage
-
- isBBCollision() - Method in interface appeng.api.parts.IPartCollisionHelper
-
- isBlackListed(ItemStack, IAEItemStack) - Method in interface appeng.api.implementations.items.IStorageCell
-
Allows you to fine tune which items are allowed on a given cell, if you
don't care, just return false; As the handler for this type of cell is
still the default cells, the normal AE black list is also applied.
- isBlacklisted(Block) - Method in interface appeng.api.movable.IMovableRegistry
-
- isBlocked(ForgeDirection) - Method in interface appeng.api.parts.IPartHost
-
Used to test for FMP microblock blocking internally.
- isBusy() - Method in interface appeng.api.networking.crafting.ICraftingCPU
-
- isBusy() - Method in interface appeng.api.networking.crafting.ICraftingMedium
-
- isCanceled() - Method in interface appeng.api.networking.crafting.ICraftingLink
-
- isCanceled() - Method in class appeng.api.networking.events.MENetworkEvent
-
called by AE after each object is called to cancel any future calls.
- isCell(ItemStack) - Method in interface appeng.api.storage.ICellHandler
-
return true if the provided item is handled by your cell handler.
- isCellBlinking(int) - Method in interface appeng.api.implementations.tiles.IChestOrDrive
-
- isCellHandled(ItemStack) - Method in interface appeng.api.storage.ICellRegistry
-
return true, if you can get a InventoryHandler for the item passed.
- isConnected(ForgeDirection) - Method in interface appeng.api.implementations.parts.IPartCable
-
used to tests if a cable connects to neighbors visually.
- isCraftable() - Method in interface appeng.api.networking.crafting.ICraftingPatternDetails
-
- isCraftable() - Method in interface appeng.api.storage.data.IAEStack
-
true, if the item can be crafted.
- isDone() - Method in interface appeng.api.networking.crafting.ICraftingLink
-
- ISecurityGrid - Interface in appeng.api.networking.security
-
- ISecurityProvider - Interface in appeng.api.networking.security
-
Implemented on Security Terminal to interface with security cache.
- ISecurityRegistry - Interface in appeng.api.networking.security
-
Used by vanilla Security Terminal to post biometric data into the security cache.
- isEditable(ItemStack) - Method in interface appeng.api.storage.ICellWorkbenchItem
-
if this return false, the item will not be treated as a cell, and cannot be inserted into the work bench.
- ISegmentedInventory - Interface in appeng.api.implementations.tiles
-
- isEmpty() - Method in interface appeng.api.networking.IGrid
-
- isEmpty() - Method in interface appeng.api.parts.IFacadeContainer
-
- isEmpty() - Method in interface appeng.api.parts.IPartHost
-
returns false if this block contains any parts or facades, true other wise.
- isEmpty() - Method in interface appeng.api.storage.data.IItemContainer
-
- isEmpty() - Method in interface appeng.api.util.IReadOnlyCollection
-
- isEnabled() - Method in interface appeng.api.definitions.IItemDefinition
-
- isEqual(DimensionalCoord) - Method in class appeng.api.util.DimensionalCoord
-
- isEqual(WorldCoord) - Method in class appeng.api.util.WorldCoord
-
- isFluid() - Method in interface appeng.api.storage.data.IAEStack
-
- isFuzzy() - Method in interface appeng.api.storage.ICellInventoryHandler
-
- ISimplifiedBundle - Interface in appeng.api.parts
-
- isInWorld() - Method in interface appeng.api.parts.IPartHost
-
true if the tile is in the world, other wise false.
- isInWorld(World) - Method in class appeng.api.util.DimensionalCoord
-
- isItem() - Method in interface appeng.api.storage.data.IAEStack
-
- isLadder(EntityLivingBase) - Method in interface appeng.api.parts.IPart
-
does this part act like a ladder?
- isLocked() - Method in interface appeng.api.implementations.parts.IPartStorageMonitor
-
- isMachine() - Method in class appeng.api.networking.security.BaseActionSource
-
- isMachine() - Method in class appeng.api.networking.security.MachineSource
-
- isMeaningful() - Method in interface appeng.api.storage.data.IAEStack
-
returns true, if the item can be crafted, requested, or extracted.
- isNetworkBooting() - Method in interface appeng.api.networking.pathing.IPathingGrid
-
- isNetworkPowered() - Method in interface appeng.api.networking.energy.IEnergyGrid
-
AE maintains an idle draw of power separate from active power draw, it condenses this into a single operation
that determines the networks "powered state" if the network is considered off-line, your machines should not
function.
- ISpatialCache - Interface in appeng.api.networking.spatial
-
- ISpatialStorageCell - Interface in appeng.api.implementations.items
-
Implemented on a Item
- ISpecialComparisonRegistry - Interface in appeng.api.features
-
A Registry of any special comparison handlers for AE To use.
- isPlayer() - Method in class appeng.api.networking.security.BaseActionSource
-
- isPlayer() - Method in class appeng.api.networking.security.PlayerSource
-
- isPowered() - Method in interface appeng.api.implementations.IPowerChannelState
-
- isPowered() - Method in interface appeng.api.implementations.parts.IPartMonitor
-
- isPowered() - Method in interface appeng.api.implementations.tiles.IChestOrDrive
-
- isPowered() - Method in interface appeng.api.implementations.tiles.ICrystalGrowthAccelerator
-
- isPreformatted() - Method in interface appeng.api.storage.ICellInventoryHandler
-
- isPrioritized(StackType) - Method in interface appeng.api.storage.IMEInventoryHandler
-
determine if a particular item is prioritized for this inventory handler, if it is, then it will be added to this
inventory prior to any non-prioritized inventories.
- isPrioritized(StackType) - Method in class appeng.api.storage.MEMonitorHandler
-
- isProvidingStrongPower() - Method in interface appeng.api.parts.IPart
-
- isProvidingWeakPower() - Method in interface appeng.api.parts.IPart
-
- isRequesting(IAEItemStack) - Method in interface appeng.api.networking.crafting.ICraftingGrid
-
is this item being crafted?
- isSameAs(IBlockAccess, int, int, int) - Method in interface appeng.api.definitions.IBlockDefinition
-
Compare Block with world.
- isSameAs(ItemStack) - Method in interface appeng.api.definitions.IComparableDefinition
-
Compare ItemStack
with this
- isSameAs(IBlockAccess, int, int, int) - Method in interface appeng.api.definitions.IComparableDefinition
-
- isSameType(IAEItemStack) - Method in interface appeng.api.storage.data.IAEItemStack
-
compare the item/damage/nbt of the stack.
- isSameType(ItemStack) - Method in interface appeng.api.storage.data.IAEItemStack
-
compare the item/damage/nbt of the stack.
- isSecurityEnabled() - Method in interface appeng.api.networking.security.ISecurityProvider
-
- isSimulation() - Method in interface appeng.api.networking.crafting.ICraftingJob
-
- isSleeping - Variable in class appeng.api.networking.ticking.TickingRequest
-
Determines the current expected state of your node, if your node expects
to be sleeping, then return true.
- isSolid() - Method in interface appeng.api.parts.IPart
-
- isSpatialStorage(ItemStack) - Method in interface appeng.api.implementations.items.ISpatialStorageCell
-
- isStandalone() - Method in interface appeng.api.networking.crafting.ICraftingLink
-
- isStorageCell(ItemStack) - Method in interface appeng.api.implementations.items.IStorageCell
-
Allows an item to selectively enable or disable its status as a storage
cell.
- isStorageComponent(ItemStack) - Method in interface appeng.api.implementations.items.IStorageComponent
-
Just true or false for the item stack.
- IStackWatcher - Interface in appeng.api.networking.storage
-
- IStackWatcherHost - Interface in appeng.api.networking.storage
-
- IStorageCell - Interface in appeng.api.implementations.items
-
Any item which implements this can be treated as an IMEInventory via
Util.getCell / Util.isCell It automatically handles the internals and NBT
data, which is both nice, and bad for you!
- IStorageComponent - Interface in appeng.api.implementations.items
-
Implemented on a Item
- IStorageGrid - Interface in appeng.api.networking.storage
-
Common base class for item / fluid storage caches.
- IStorageHelper - Interface in appeng.api.storage
-
- IStorageMonitorable - Interface in appeng.api.storage
-
- isTransparent() - Method in interface appeng.api.parts.IFacadePart
-
- ISubItemResolver - Interface in appeng.api.recipes
-
- isValid(Object) - Method in interface appeng.api.storage.IMEMonitorHandlerReceiver
-
return true if this object should remain as a listener.
- isValidItemForSlot(int, ItemStack, World) - Method in interface appeng.api.networking.crafting.ICraftingPatternDetails
-
- isValidRegion() - Method in interface appeng.api.networking.spatial.ISpatialCache
-
- isWirelessTerminal(ItemStack) - Method in interface appeng.api.features.IWirelessTermRegistry
-
- isWorldAccessible() - Method in interface appeng.api.networking.IGridBlock
-
generally speaking you will return true for this, the one exception is buses, or worm holes where the node
represents something that isn't a real connection in the world, but rather one represented internally to the
block.
- isWorldGenEnabled(IWorldGen.WorldGenType, World) - Method in interface appeng.api.features.IWorldGen
-
- item(AEColor) - Method in interface appeng.api.util.AEColoredItemDefinition
-
- item() - Method in interface appeng.api.util.AEItemDefinition
-
- itemBiometricCard - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCell16k - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCell1k - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCell4k - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCell64k - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCellCreative - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCertusQuartzAxe - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCertusQuartzHoe - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCertusQuartzKnife - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCertusQuartzPick - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCertusQuartzShovel - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCertusQuartzSword - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCertusQuartzWrench - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemChargedStaff - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemColorApplicator - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemCrystalSeed - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemEncodedPattern - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemEntropyManipulator - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemFacade - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemLumenPaintBall - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemMassCannon - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemMemoryCard - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemName - Variable in class appeng.api.recipes.ResolverResult
-
- itemNetherQuartzAxe - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemNetherQuartzHoe - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemNetherQuartzKnife - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemNetherQuartzPick - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemNetherQuartzShovel - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemNetherQuartzSword - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemNetherQuartzWrench - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemNetworkTool - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemPaintBall - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemPortableCell - Variable in class appeng.api.definitions.Items
-
Deprecated.
- items() - Method in interface appeng.api.definitions.IDefinitions
-
- Items - Class in appeng.api.definitions
-
- Items() - Constructor for class appeng.api.definitions.Items
-
Deprecated.
- items() - Method in interface appeng.api.IAppEngApi
-
- itemSpatialCell128 - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemSpatialCell16 - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemSpatialCell2 - Variable in class appeng.api.definitions.Items
-
Deprecated.
- ItemSubstitution - Enum in appeng.api.config
-
- itemViewCell - Variable in class appeng.api.definitions.Items
-
Deprecated.
- itemWirelessTerminal - Variable in class appeng.api.definitions.Items
-
Deprecated.
- iterator() - Method in interface appeng.api.storage.data.IItemList
-
allows you to iterate the list.
- ITerminalHost - Interface in appeng.api.storage
-
- ITickManager - Interface in appeng.api.networking.ticking
-
The network tick manager.
- ITileDefinition - Interface in appeng.api.definitions
-
- ITileStorageMonitorable - Interface in appeng.api.implementations.tiles
-
Implemented on inventories that can share their inventories with other networks, best example, ME Interface.
- IUpgradeableHost - Interface in appeng.api.implementations
-
- IUpgradeModule - Interface in appeng.api.implementations.items
-
- IViewCellStorage - Interface in appeng.api.implementations.tiles
-
- IWirelessAccessPoint - Interface in appeng.api.implementations.tiles
-
- IWirelessTermHandler - Interface in appeng.api.features
-
A handler for a wireless terminal.
- IWirelessTermRegistry - Interface in appeng.api.features
-
Registration record for a Custom Cell handler.
- IWorldGen - Interface in appeng.api.features
-
- IWorldGen.WorldGenType - Enum in appeng.api.features
-
- randomDisplayTick(World, int, int, int, Random) - Method in interface appeng.api.parts.IPart
-
same as Block.randomDisplayTick, for but parts.
- readFluidFromPacket(ByteBuf) - Method in interface appeng.api.storage.IStorageHelper
-
Read a AE Fluid Stack from a byte stream, returns a AE fluid stack or null.
- readFromNBT(NBTTagCompound) - Method in interface appeng.api.parts.IFacadeContainer
-
read from NBT
- readFromNBT(NBTTagCompound) - Method in interface appeng.api.parts.IPart
-
Read the previously written NBT Data.
- readFromNBT(NBTTagCompound) - Method in interface appeng.api.util.IConfigManager
-
Only works after settings have been registered
- readFromStream(ByteBuf) - Method in interface appeng.api.parts.IFacadeContainer
-
read from stream
- readFromStream(ByteBuf) - Method in interface appeng.api.parts.IPart
-
read data from bus packet.
- readItemFromPacket(ByteBuf) - Method in interface appeng.api.storage.IStorageHelper
-
Read a AE Item Stack from a byte stream, returns a AE item stack or null.
- readPermissions(HashMap<Integer, EnumSet<SecurityPermissions>>) - Method in interface appeng.api.networking.security.ISecurityProvider
-
Push permission data into security cache.
- RecipeError - Exception in appeng.api.exceptions
-
- RecipeError(String) - Constructor for exception appeng.api.exceptions.RecipeError
-
- recipes() - Method in interface appeng.api.features.IRegistryContainer
-
get access to the ae2 recipe api
- recolourBlock(ForgeDirection, AEColor, EntityPlayer) - Method in interface appeng.api.implementations.tiles.IColorableTile
-
- RedstoneMode - Enum in appeng.api.config
-
- register() - Method in interface appeng.api.recipes.ICraftHandler
-
called when all recipes are parsed, and your required to register your recipe.
- registerAmmo(ItemStack, double) - Method in interface appeng.api.features.IMatterCannonAmmoRegistry
-
register a new ammo, generally speaking this is based off of atomic weight to make it easier to guess at
- registerCellProvider(ICellProvider) - Method in interface appeng.api.networking.storage.IStorageGrid
-
Used to add a cell provider to the storage system
- registerGridCache(Class<? extends IGridCache>, Class<? extends IGridCache>) - Method in interface appeng.api.networking.IGridCacheRegistry
-
Register a new grid cache for use during operation, must be called during the loading phase.
- registerItem(IItemDefinition, int) - Method in enum appeng.api.config.Upgrades
-
Registers a specific amount of this upgrade into a specific machine
- registerItem(ItemStack, int) - Method in enum appeng.api.config.Upgrades
-
Registers a specific amount of this upgrade into a specific machine
- registerItem(AEItemDefinition, int) - Method in enum appeng.api.config.Upgrades
-
- registerNewLayer(String, String) - Method in interface appeng.api.parts.IPartHelper
-
Register a new layer with the part layer system, this allows you to write
an in between between tile entities and parts.
- registerPermissions(ISecurityRegistry, IPlayerRegistry, ItemStack) - Method in interface appeng.api.implementations.items.IBiometricCard
-
lets you handle submission of security values on the card for custom behavior.
- registerSetting(Settings, Enum<?>) - Method in interface appeng.api.util.IConfigManager
-
used to initialize the configuration manager, should be called for all settings.
- registerWirelessHandler(IWirelessTermHandler) - Method in interface appeng.api.features.IWirelessTermRegistry
-
add this handler to the list of other wireless handler.
- RegistrationError - Exception in appeng.api.exceptions
-
- RegistrationError(String) - Constructor for exception appeng.api.exceptions.RegistrationError
-
- registries() - Method in interface appeng.api.IAppEngApi
-
- RelativeDirection - Enum in appeng.api.config
-
- removeFacade(IPartHost, ForgeDirection) - Method in interface appeng.api.parts.IFacadeContainer
-
Removed the facade on the given side, or does nothing.
- removeFromWorld() - Method in interface appeng.api.parts.IPart
-
called when your part is being removed from the world.
- removeListener(IMEMonitorHandlerReceiver<T>) - Method in interface appeng.api.networking.storage.IBaseMonitor
-
remove a Listener to the monitor.
- removeListener(IMEMonitorHandlerReceiver<StackType>) - Method in class appeng.api.storage.MEMonitorHandler
-
- removeNode(IGridNode, IGridHost) - Method in interface appeng.api.networking.IGridCache
-
inform your cache, that a machine was removed from the grid.
- removePart(ForgeDirection, boolean) - Method in interface appeng.api.parts.IPartHost
-
removes the part on the side, this doesn't drop it or anything, if you don't do something with it, its just
"gone" and its never coming back; think about it.
- removePermission(ItemStack, SecurityPermissions) - Method in interface appeng.api.implementations.items.IBiometricCard
-
remove a permission from the item stack.
- removePermissions(AccessRestriction) - Method in enum appeng.api.config.AccessRestriction
-
- removeRecipe(IInscriberRecipe) - Method in interface appeng.api.features.IInscriberRegistry
-
Removes all equal recipes from the registry.
- renderBlock(int, int, int, RenderBlocks) - Method in interface appeng.api.parts.IPartRenderHelper
-
static renderer
- renderBlockCurrentBounds(int, int, int, RenderBlocks) - Method in interface appeng.api.parts.IPartRenderHelper
-
render a block using the current renderer state.
- renderDynamic(double, double, double, IPartRenderHelper, RenderBlocks) - Method in interface appeng.api.parts.IPart
-
render TESR.
- renderFace(int, int, int, IIcon, ForgeDirection, RenderBlocks) - Method in interface appeng.api.parts.IPartRenderHelper
-
static renderer
- renderFaceCutout(int, int, int, IIcon, ForgeDirection, float, RenderBlocks) - Method in interface appeng.api.parts.IPartRenderHelper
-
static renderer
- renderForPass(int) - Method in interface appeng.api.parts.IPartRenderHelper
-
allow you to enable your part to render during the alpha pass or the standard pass.
- renderInventory(IPartRenderHelper, RenderBlocks) - Method in interface appeng.api.parts.IFacadePart
-
render the part in inventory.
- renderInventory(IPartRenderHelper, RenderBlocks) - Method in interface appeng.api.parts.IPart
-
render item form for inventory, or entity.
- renderInventoryBox(RenderBlocks) - Method in interface appeng.api.parts.IPartRenderHelper
-
render a box in inventory renderer.
- renderInventoryFace(IIcon, ForgeDirection, RenderBlocks) - Method in interface appeng.api.parts.IPartRenderHelper
-
render a single face in inventory renderer.
- renderStatic(int, int, int, IPartRenderHelper, RenderBlocks, IFacadeContainer, AxisAlignedBB, boolean) - Method in interface appeng.api.parts.IFacadePart
-
render the part.
- renderStatic(int, int, int, IPartRenderHelper, RenderBlocks) - Method in interface appeng.api.parts.IPart
-
render world renderer ( preferred )
- repath() - Method in interface appeng.api.networking.pathing.IPathingGrid
-
trigger a network reset, booting, path-finding and all.
- requiredPower - Variable in enum appeng.api.config.CondenserOutput
-
- requiredPower() - Method in interface appeng.api.networking.spatial.ISpatialCache
-
- requireDynamicRender() - Method in interface appeng.api.parts.IPart
-
return true only if your part require dynamic rendering, must be consistent.
- reset() - Method in interface appeng.api.storage.data.IAEStack
-
clears, requestable, craftable, and stack sizes.
- resetStatus() - Method in interface appeng.api.storage.data.IItemList
-
resets stack sizes to 0.
- resolveItem(String, String) - Method in interface appeng.api.features.IRecipeHandlerRegistry
-
resolve sub items by name.
- resolveItemByName(String, String) - Method in interface appeng.api.recipes.ISubItemResolver
-
- ResolverResult - Class in appeng.api.recipes
-
- ResolverResult(String, int) - Constructor for class appeng.api.recipes.ResolverResult
-
- ResolverResult(String, int, NBTTagCompound) - Constructor for class appeng.api.recipes.ResolverResult
-
- ResolverResultSet - Class in appeng.api.recipes
-
- ResolverResultSet(String, ItemStack...) - Constructor for class appeng.api.recipes.ResolverResultSet
-
- restrictPermissions(AccessRestriction) - Method in enum appeng.api.config.AccessRestriction
-
- results - Variable in class appeng.api.recipes.ResolverResultSet
-
- rotateLeft() - Method in interface appeng.api.parts.IFacadeContainer
-
rotate the facades left.
- sameAs(AEColor, ItemStack) - Method in interface appeng.api.util.AEColoredItemDefinition
-
Compare ItemStack
with this
- sameAsBlock(IBlockAccess, int, int, int) - Method in interface appeng.api.util.AEItemDefinition
-
- sameAsFuzzy(IItemComparison) - Method in interface appeng.api.features.IItemComparison
-
- sameAsPrecise(IItemComparison) - Method in interface appeng.api.features.IItemComparison
-
- sameAsStack(ItemStack) - Method in interface appeng.api.util.AEItemDefinition
-
- sameOre(IAEItemStack) - Method in interface appeng.api.storage.data.IAEItemStack
-
Compare the Ore Dictionary ID for this to another item.
- saveChanges(IMEInventory) - Method in interface appeng.api.storage.ISaveProvider
-
- saveToNBT(String, NBTTagCompound) - Method in interface appeng.api.networking.IGridNode
-
this should be called for each node you maintain, you can save all your nodes to the same tag with different
names, if you fail to complete the load / save procedure, network state may be lost between game load/saves.
- SchedulingMode - Enum in appeng.api.config
-
- SearchBoxMode - Enum in appeng.api.config
-
- security() - Method in interface appeng.api.definitions.IBlocks
-
- securityBreak() - Method in interface appeng.api.networking.IGridHost
-
break this host, its violating security rules, just break your block, or part.
- SecurityConnectionException - Exception in appeng.api.exceptions
-
Exception due to trying to connect different security realms.
- SecurityConnectionException() - Constructor for exception appeng.api.exceptions.SecurityConnectionException
-
- SecurityConnectionException(String) - Constructor for exception appeng.api.exceptions.SecurityConnectionException
-
- SecurityPermissions - Enum in appeng.api.config
-
Represent the security systems basic permissions, these are not for anti-griefing, they are part of the mod as a
gameplay feature.
- SelectedPart - Class in appeng.api.parts
-
Reports a selected part from th IPartHost
- SelectedPart() - Constructor for class appeng.api.parts.SelectedPart
-
- SelectedPart(IPart, ForgeDirection) - Constructor for class appeng.api.parts.SelectedPart
-
- SelectedPart(IFacadePart, ForgeDirection) - Constructor for class appeng.api.parts.SelectedPart
-
- selectPart(Vec3) - Method in interface appeng.api.parts.IPartHost
-
finds the part located at the position ( pos must be relative, not global )
- semiDarkMonitor() - Method in interface appeng.api.definitions.IParts
-
- setBounds(float, float, float, float, float, float) - Method in interface appeng.api.parts.IPartRenderHelper
-
sets the Render Helpers Block Bounds.
- setCountRequestable(long) - Method in interface appeng.api.storage.data.IAEStack
-
Same as setStackSize, but for requestable items.
- setCraftable(boolean) - Method in interface appeng.api.storage.data.IAEStack
-
change weather the item can be crafted.
- setEmitable(IAEItemStack) - Method in interface appeng.api.networking.crafting.ICraftingProviderHelper
-
Set an item can Emitable
- setEncryptionKey(ItemStack, String, String) - Method in interface appeng.api.features.INetworkEncodable
-
Encode the wireless frequency via the Controller.
- setEnergyCost(int) - Method in interface appeng.api.features.IGrinderEntry
-
Allows you to adjust the number of turns
- setFacesToRender(EnumSet<ForgeDirection>) - Method in interface appeng.api.parts.IPartRenderHelper
-
Set which faces to render, remember to set back to ALL when you are done.
- setFuzzyMode(ItemStack, FuzzyMode) - Method in interface appeng.api.storage.ICellWorkbenchItem
-
sets the setting on the cell.
- setInput(ItemStack) - Method in interface appeng.api.features.IGrinderEntry
-
lets you change the grinder recipe by changing its input.
- setInvColor(int) - Method in interface appeng.api.parts.IPartRenderHelper
-
configure the color multiplier for the inventory renderer.
- setItemBusRenderer(IPartItem) - Method in interface appeng.api.parts.IPartHelper
-
Register IBusItem with renderer
- setMemoryCardContents(ItemStack, String, NBTTagCompound) - Method in interface appeng.api.implementations.items.IMemoryCard
-
Configures the data stored on the memory card, the SettingsName, will be
localized when displayed.
- setNetworkStatus(IGrid, int) - Method in interface appeng.api.networking.IGridBlock
-
Update Blocks network/connection/booting status.
- setOptionalOutput(ItemStack, float) - Method in interface appeng.api.features.IGrinderEntry
-
stack, and 0.0-1.0 chance that it will be generated.
- setOrientation(ForgeDirection, ForgeDirection) - Method in interface appeng.api.util.IOrientable
-
Update the orientation
- setOutput(ItemStack) - Method in interface appeng.api.features.IGrinderEntry
-
allows you to change the output.
- setPartHostInfo(ForgeDirection, IPartHost, TileEntity) - Method in interface appeng.api.parts.IPart
-
called by the Part host to keep your part informed.
- setPlayerID(int) - Method in interface appeng.api.networking.IGridNode
-
tell the node who was responsible for placing it, failure to do this may result in in-compatibility with the
security system.
- setPriority(int) - Method in interface appeng.api.networking.crafting.ICraftingPatternDetails
-
Set the priority the of this pattern.
- setProfile(ItemStack, GameProfile) - Method in interface appeng.api.implementations.items.IBiometricCard
-
Set the GameProfile
to null, to clear it.
- setSecondOptionalOutput(ItemStack, float) - Method in interface appeng.api.features.IGrinderEntry
-
stack, and 0.0-1.0 chance that it will be generated.
- setStackSize(long) - Method in interface appeng.api.storage.data.IAEStack
-
changes the number of items in the stack.
- setTexture(IIcon, IIcon, IIcon, IIcon, IIcon, IIcon) - Method in interface appeng.api.parts.IPartRenderHelper
-
inventory, and static renderer.
- setTexture(IIcon) - Method in interface appeng.api.parts.IPartRenderHelper
-
inventory, and static renderer.
- setThinFacades(boolean) - Method in interface appeng.api.parts.IFacadePart
-
- Settings - Enum in appeng.api.config
-
- setup(List<List<IIngredient>>, List<List<IIngredient>>) - Method in interface appeng.api.recipes.ICraftHandler
-
Called when your recipe handler receives a newly parsed list of inputs/outputs.
- setValidSides(EnumSet<ForgeDirection>) - Method in interface appeng.api.implementations.parts.IPartCable
-
Change sides on the cables node.
- setVisitedObjects(int) - Method in class appeng.api.networking.events.MENetworkEvent
-
Called by AE after iterating the event subscribers.
- showNetworkInfo(MovingObjectPosition) - Method in interface appeng.api.util.INetworkToolAgent
-
- side - Variable in class appeng.api.parts.SelectedPart
-
side the part is mounted too, or ForgeDirection
.UNKNOWN for cables.
- silicon() - Method in interface appeng.api.definitions.IMaterials
-
- siliconPress() - Method in interface appeng.api.definitions.IMaterials
-
- siliconPrint() - Method in interface appeng.api.definitions.IMaterials
-
- singularity() - Method in interface appeng.api.definitions.IMaterials
-
- size() - Method in interface appeng.api.storage.data.IItemList
-
- size() - Method in interface appeng.api.util.IReadOnlyCollection
-
- skyChest() - Method in interface appeng.api.definitions.IBlocks
-
- skyCompass() - Method in interface appeng.api.definitions.IBlocks
-
- skyDust() - Method in interface appeng.api.definitions.IMaterials
-
- skyStone() - Method in interface appeng.api.definitions.IBlocks
-
- skyStoneBlockSlab() - Method in interface appeng.api.definitions.IBlocks
-
- skyStoneBlockStair() - Method in interface appeng.api.definitions.IBlocks
-
- skyStoneBrickSlab() - Method in interface appeng.api.definitions.IBlocks
-
- skyStoneBrickStair() - Method in interface appeng.api.definitions.IBlocks
-
- skyStoneSlab() - Method in interface appeng.api.definitions.IBlocks
-
- skyStoneSmallBrickSlab() - Method in interface appeng.api.definitions.IBlocks
-
- skyStoneSmallBrickStair() - Method in interface appeng.api.definitions.IBlocks
-
- skyStoneStair() - Method in interface appeng.api.definitions.IBlocks
-
- sleepDevice(IGridNode) - Method in interface appeng.api.networking.ticking.ITickManager
-
disables ticking for your device.
- SortDir - Enum in appeng.api.config
-
- SortOrder - Enum in appeng.api.config
-
- spatialCell128() - Method in interface appeng.api.definitions.IItems
-
- spatialCell16() - Method in interface appeng.api.definitions.IItems
-
- spatialCell2() - Method in interface appeng.api.definitions.IItems
-
- spatialEnergyUsage - Variable in class appeng.api.networking.events.MENetworkSpatialEvent
-
- spatialIOPort() - Method in interface appeng.api.definitions.IBlocks
-
- spatialPylon() - Method in interface appeng.api.definitions.IBlocks
-
- specialComparison() - Method in interface appeng.api.features.IRegistryContainer
-
Add additional special comparison functionality, AE Uses this internally for Bees.
- stack(AEColor, int) - Method in interface appeng.api.util.AEColoredItemDefinition
-
- stack(int) - Method in interface appeng.api.util.AEItemDefinition
-
- storableInStorageCell() - Method in interface appeng.api.implementations.items.IStorageCell
-
Allows you to specify if this storage cell can be stored inside other
storage cells, only set this for special items like the matter cannon
that are not general purpose storage.
- storage() - Method in interface appeng.api.IAppEngApi
-
- storage - Variable in class appeng.api.networking.events.MENetworkPowerStorage
-
- storageBus() - Method in interface appeng.api.definitions.IParts
-
- StorageChannel - Enum in appeng.api.storage
-
- StorageFilter - Enum in appeng.api.config
-
- storageMonitor() - Method in interface appeng.api.definitions.IParts
-
- submitJob(ICraftingJob, ICraftingRequester, ICraftingCPU, boolean, BaseActionSource) - Method in interface appeng.api.networking.crafting.ICraftingGrid
-
Submit the job to the Crafting system for processing.
- subtract(ForgeDirection, int) - Method in class appeng.api.util.WorldCoord
-
- subtract(int, int, int) - Method in class appeng.api.util.WorldCoord
-
- success - Variable in class appeng.api.implementations.TransitionResult
-
- supportsBuses() - Method in interface appeng.api.implementations.parts.IPartCable
-
does this cable support buses?
- VALID_COLORS - Static variable in enum appeng.api.util.AEColor
-
- validForPass(int) - Method in interface appeng.api.storage.IMEInventoryHandler
-
AE Uses a two pass placement system, the first pass checks contents and tries to find a place where the item
belongs, however in some cases you can save processor time, or require that the second, or first pass is simply
ignored, this allows you to do that.
- validForPass(int) - Method in class appeng.api.storage.MEMonitorHandler
-
- valueOf(String) - Static method in enum appeng.api.AEApi
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.AccessRestriction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.Actionable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.ActionItems
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.CondenserOutput
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.CopyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.FullnessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.FuzzyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.IncludeExclude
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.ItemSubstitution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.LevelEmitterMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.LevelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.ModSettings
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.NetworkEmitterMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.OperationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.OutputMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.PowerMultiplier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.PowerUnits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.RedstoneMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.RelativeDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.SchedulingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.SearchBoxMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.SecurityPermissions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.Settings
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.SortDir
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.StorageFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.TerminalStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.TunnelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.Upgrades
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.ViewItems
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.config.YesNo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.events.LocatableEventAnnounce.LocatableEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.features.InscriberProcessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.features.IWorldGen.WorldGenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.implementations.items.MemoryCardMessages
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.networking.crafting.CraftingItemList
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.networking.events.MENetworkPowerStorage.PowerEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.networking.GridFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.networking.GridNotification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.networking.pathing.ControllerState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.networking.ticking.TickRateModulation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.parts.BusSupport
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.parts.CableRenderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.parts.LayerFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.parts.PartItemStack
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.storage.StorageChannel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.util.AECableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum appeng.api.util.AEColor
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum appeng.api.AEApi
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.AccessRestriction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.Actionable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.ActionItems
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.CondenserOutput
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.CopyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.FullnessMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.FuzzyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.IncludeExclude
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.ItemSubstitution
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.LevelEmitterMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.LevelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.ModSettings
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.NetworkEmitterMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.OperationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.OutputMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.PowerMultiplier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.PowerUnits
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.RedstoneMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.RelativeDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.SchedulingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.SearchBoxMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.SecurityPermissions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.Settings
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.SortDir
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.StorageFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.TerminalStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.TunnelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.Upgrades
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.ViewItems
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.config.YesNo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.events.LocatableEventAnnounce.LocatableEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.features.InscriberProcessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.features.IWorldGen.WorldGenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.implementations.items.MemoryCardMessages
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.networking.crafting.CraftingItemList
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.networking.events.MENetworkPowerStorage.PowerEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.networking.GridFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.networking.GridNotification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.networking.pathing.ControllerState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.networking.ticking.TickRateModulation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.parts.BusSupport
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.parts.CableRenderMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.parts.LayerFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.parts.PartItemStack
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.storage.StorageChannel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.util.AECableType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum appeng.api.util.AEColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- via - Variable in class appeng.api.networking.security.MachineSource
-
- via - Variable in class appeng.api.networking.security.PlayerSource
-
- vibrationChamber() - Method in interface appeng.api.definitions.IBlocks
-
- viewCell() - Method in interface appeng.api.definitions.IItems
-
- ViewItems - Enum in appeng.api.config
-
- visitConnection(IGridConnection) - Method in interface appeng.api.networking.IGridConnectionVisitor
-
Called for each connection on the network.
- visitNode(IGridNode) - Method in interface appeng.api.networking.IGridVisitor
-
Called for each node on the network.