MCPcopy Create free account

hub / github.com/SpitefulFox/Avaritia / functions

Functions1,789 in github.com/SpitefulFox/Avaritia

MethodaddAlias
(IErrorState state, String name)
src/api/java/forestry/api/core/ErrorStateRegistry.java:45
MethodaddAttachment
(ItemStack itemstack)
src/api/java/forestry/api/mail/ILetter.java:51
MethodaddAttachments
(ItemStack[] itemstacks)
src/api/java/forestry/api/mail/ILetter.java:53
MethodaddBackpack
Adds a backpack with the given definition and type, returning the item. @param definition Definition of backpack behaviour. @param type
src/api/java/forestry/api/storage/IBackpackInterface.java:21
MethodaddComponentParts
(World world, Random rand, StructureBoundingBox bounds)
src/main/java/fox/spiteful/avaritia/compat/botania/alfheim/ComponentCityParts.java:31
MethodaddDrops
Add drops to a registered hive.
src/api/java/forestry/api/apiculture/hives/IHiveRegistry.java:31
MethodaddHumidityChange
(float change, float boundaryDown, float boundaryUp)
src/api/java/forestry/api/apiculture/IAlvearyComponent.java:25
MethodaddInformation
(ItemStack item, EntityPlayer player, List tooltip, boolean wut)
src/main/java/fox/spiteful/avaritia/compat/bloodmagic/ItemOrbArmok.java:49
MethodaddInformation
(ItemStack stack, EntityPlayer player, List list, boolean par4)
src/main/java/fox/spiteful/avaritia/items/ItemArmorInfinity.java:164
MethodaddInformation
(ItemStack stack, EntityPlayer player, List tooltip, boolean debug)
src/main/java/fox/spiteful/avaritia/items/ItemMatterCluster.java:68
MethodaddInformation
(ItemStack item, EntityPlayer player, List tooltip, boolean wut)
src/main/java/fox/spiteful/avaritia/items/ItemResource.java:55
MethodaddInformation
(ItemStack item, EntityPlayer player, List tooltip, boolean wut)
src/main/java/fox/spiteful/avaritia/items/ItemSingularity.java:92
MethodaddInformation
(ItemStack item, EntityPlayer player, List tooltip, boolean wut)
src/main/java/fox/spiteful/avaritia/items/ItemMorvInABox.java:34
MethodaddInformation
(ItemStack item, EntityPlayer player, List tooltip, boolean wut)
src/main/java/fox/spiteful/avaritia/items/tools/ItemSwordSkulls.java:30
MethodaddIngredient
(ItemStack ingredient, String description)
src/api/java/forestry/api/food/IIngredientManager.java:14
MethodaddMemberGroup
(IClassification group)
src/main/java/fox/spiteful/avaritia/compat/forestry/BeeBranch.java:58
MethodaddMemberGroup
Adds subgroups to this group.
src/api/java/forestry/api/genetics/IClassification.java:82
MethodaddMemberSpecies
(IAlleleSpecies species)
src/main/java/fox/spiteful/avaritia/compat/forestry/BeeBranch.java:68
MethodaddMixture
(int meta, ItemStack ingredient, IBeverageEffect effect)
src/api/java/forestry/api/food/IInfuserManager.java:12
MethodaddMutationCondition
Require some other custom mutation condition
src/api/java/forestry/api/genetics/IMutationCustom.java:46
MethodaddOreSingularityRecipe
(ItemStack result, String ore)
src/main/java/fox/spiteful/avaritia/crafting/ExtremeCraftingManager.java:127
MethodaddProduct
(ItemStack produce, float percentChance)
src/main/java/fox/spiteful/avaritia/compat/forestry/GreedyBeeSpecies.java:208
MethodaddProduct
Add a product for this bee species. Chance is between 0 and 1.
src/api/java/forestry/api/apiculture/IAlleleBeeSpeciesCustom.java:18
MethodaddRecipe
Add a recipe to the squeezer. @param timePerItem Number of work cycles required to squeeze one set of resources. @param resources
src/api/java/forestry/api/recipes/ISqueezerManager.java:38
MethodaddRecipe
Add a recipe to the moistener @param resource Item required in resource stack. Will be reduced by one per produced item. @param product
src/api/java/forestry/api/recipes/IMoistenerManager.java:32
MethodaddRecipe
(ItemStack plan, FluidStack molten, ItemStack result, Object[] pattern)
src/api/java/forestry/api/recipes/IFabricatorManager.java:14
MethodaddRecipe
Add a shaped recipe to the carpenter. @param box ItemStack of one item representing the required box (carton, crate) for this recipe. May
src/api/java/forestry/api/recipes/ICarpenterManager.java:36
MethodaddRecipe
Add a recipe to the centrifuge @param timePerItem Time to centrifugate one item of the given type @param resource ItemStack con
src/api/java/forestry/api/recipes/ICentrifugeManager.java:34
MethodaddRecipe
Add a recipe to the fermenter @param resource ItemStack representing the resource. @param fermentationValue Value of the given resource, i.e. how muc
src/api/java/forestry/api/recipes/IFermenterManager.java:38
MethodaddRecipe
(ICircuitLayout layout, ItemStack resource, ICircuit circuit)
src/api/java/forestry/api/circuits/ISolderManager.java:12
MethodaddRipeness
Increases the ripeness of the fruit. @param add Float to add to the ripeness. Will truncate to valid values.
src/api/java/forestry/api/genetics/IFruitBearer.java:49
MethodaddShaped
(IItemStack output, IIngredient[][] ingredients)
src/main/java/fox/spiteful/avaritia/compat/minetweaker/ExtremeCrafting.java:29
MethodaddShapeless
(IItemStack output, IIngredient[] ingredients)
src/main/java/fox/spiteful/avaritia/compat/minetweaker/ExtremeCrafting.java:23
MethodaddShapelessRecipe
(ItemStack result, Object ... ingredients)
src/main/java/fox/spiteful/avaritia/crafting/ExtremeCraftingManager.java:143
MethodaddSingularityRecipe
(ItemStack result, ItemStack single)
src/main/java/fox/spiteful/avaritia/crafting/ExtremeCraftingManager.java:112
MethodaddSpecialty
(ItemStack produce, float percentChance)
src/main/java/fox/spiteful/avaritia/compat/forestry/GreedyBeeSpecies.java:213
MethodaddStamps
(ItemStack stamps)
src/api/java/forestry/api/mail/ILetter.java:57
MethodaddTemperatureChange
(float change, float boundaryDown, float boundaryUp)
src/api/java/forestry/api/apiculture/IAlvearyComponent.java:23
MethodaddTooltip
(List<String> list)
src/api/java/forestry/api/circuits/ICircuit.java:31
MethodaddTooltip
(List<String> list)
src/api/java/forestry/api/circuits/ICircuitBoard.java:20
MethodaddTooltip
(List<String> list)
src/api/java/forestry/api/mail/ILetter.java:41
MethodaddTooltip
(List<String> list)
src/api/java/forestry/api/genetics/IIndividual.java:23
MethodaddValidItem
Adds an item as valid for this backpack. @param validItem
src/api/java/forestry/api/storage/IBackpackDefinition.java:39
MethodaddValidItems
(List<ItemStack> validItems)
src/api/java/forestry/api/storage/IBackpackDefinition.java:40
MethodaffectProducts
Allows the flower provider to affect the produce at the given location. @return Array of itemstacks being the (modified or unmodified) produce.
src/api/java/forestry/api/genetics/IFlowerProvider.java:36
MethodafterCropHarvest
Called after a crop has been harvested, but before harvested items are stowed in the farms inventory. @param harvested Collection of harve
src/api/java/forestry/api/farming/IFarmListener.java:33
Methodage
Age the individual. @param world @param ageModifier
src/api/java/forestry/api/genetics/IIndividualLiving.java:32
MethodallowsFruitBlocks
()
src/api/java/forestry/api/world/ITreeGenData.java:25
Methodanalyze
Call to mark the IIndividual as analyzed. @return true if the IIndividual has not been analyzed previously.
src/api/java/forestry/api/genetics/IIndividual.java:29
Methodapply
()
src/main/java/fox/spiteful/avaritia/compat/minetweaker/Compressor.java:92
Methodapply
()
src/main/java/fox/spiteful/avaritia/compat/minetweaker/ExtremeCrafting.java:101
Methodapply
()
src/main/java/fox/spiteful/avaritia/compat/minetweaker/ExtremeCrafting.java:150
Methodapply
()
src/main/java/fox/spiteful/avaritia/compat/minetweaker/ExtremeCrafting.java:200
MethodbeforeCropHarvest
Called before a crop is harvested. @param crop ICrop about to be harvested. @return true to cancel further processing of this crop.
src/api/java/forestry/api/farming/IFarmListener.java:23
MethodblacklistAllele
Blacklist an allele identified by its UID from mutation. @param uid UID of the allele to blacklist.
src/api/java/forestry/api/genetics/IAlleleRegistry.java:189
MethodbreakBlock
(World world, int x, int y, int z, Block block, int wut)
src/main/java/fox/spiteful/avaritia/blocks/BlockAutoDireCrafting.java:76
MethodbreakBlock
(World world, int x, int y, int z, Block block, int wut)
src/main/java/fox/spiteful/avaritia/blocks/BlockCompressor.java:115
MethodbreakBlock
(World world, int x, int y, int z, Block block, int wut)
src/main/java/fox/spiteful/avaritia/blocks/BlockDireCrafting.java:76
MethodbreakBlock
(World world, int x, int y, int z, Block block, int wut)
src/main/java/fox/spiteful/avaritia/blocks/BlockNeutronCollector.java:116
MethodcalculateCelestialAngle
Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
src/main/java/fox/spiteful/avaritia/compat/botania/alfheim/WorldProviderAlfheim.java:89
Methodcall
(int shader)
src/main/java/fox/spiteful/avaritia/render/CosmicRenderShenanigans.java:27
MethodcanBeCollidedWith
()
src/main/java/fox/spiteful/avaritia/entity/EntityGapingVoid.java:240
MethodcanBearFruit
()
src/api/java/forestry/api/arboriculture/ITree.java:99
MethodcanBreed
@return true if princesses and drones can (currently) mate in this housing to generate queens.
src/api/java/forestry/api/apiculture/IBeeHousing.java:25
MethodcanCoordinateBeSpawn
Will check if the x, z position specified is alright to be set as the map spawn point
src/main/java/fox/spiteful/avaritia/compat/botania/alfheim/WorldProviderAlfheim.java:80
MethodcanEntityDestroy
(IBlockAccess world, int x, int y, int z, Entity entity)
src/main/java/fox/spiteful/avaritia/blocks/BlockCrystalMatrix.java:27
MethodcanEntityDestroy
(IBlockAccess world, int x, int y, int z, Entity entity)
src/main/java/fox/spiteful/avaritia/blocks/BlockResource.java:66
MethodcanExtractItem
(int slot, ItemStack item, int side)
src/main/java/fox/spiteful/avaritia/tile/TileEntityAutoDireCrafting.java:172
MethodcanExtractItem
(int slot, ItemStack stack, int side)
src/main/java/fox/spiteful/avaritia/tile/TileEntityCompressor.java:279
MethodcanExtractItem
(int slot, ItemStack item, int side)
src/main/java/fox/spiteful/avaritia/tile/TileEntityDireCrafting.java:167
MethodcanGeneratePassively
()
src/main/java/fox/spiteful/avaritia/compat/botania/SubTileCheaty.java:23
MethodcanGeneratePassively
()
src/main/java/fox/spiteful/avaritia/compat/botania/SubTileChicken.java:23
MethodcanGrow
(World world, int x, int y, int z, int expectedGirth, int expectedHeight)
src/api/java/forestry/api/world/ITreeGenData.java:20
MethodcanGrow
Check to see whether a sapling at the given location with the given genome can grow into a tree. @param genome Genome of the tree this is called for.
src/api/java/forestry/api/arboriculture/IGrowthProvider.java:24
MethodcanGrow
@param world @param x @param y @param z @return Boolean indicating whether a sapling at the given position can grow into a tree.
src/api/java/forestry/api/arboriculture/ITree.java:60
MethodcanHarvest
(PlayerEvent.HarvestCheck event)
src/main/java/fox/spiteful/avaritia/LudicrousEvents.java:269
MethodcanInsertItem
(int slot, ItemStack item, int side)
src/main/java/fox/spiteful/avaritia/tile/TileEntityAutoDireCrafting.java:168
MethodcanInsertItem
(int slot, ItemStack stack, int side)
src/main/java/fox/spiteful/avaritia/tile/TileEntityCompressor.java:275
MethodcanInsertItem
(int slot, ItemStack item, int side)
src/main/java/fox/spiteful/avaritia/tile/TileEntityDireCrafting.java:163
MethodcanInteractWith
(final EntityPlayer entityPlayer)
src/main/java/fox/spiteful/avaritia/tile/TileEntityAutoDireCrafting.java:182
MethodcanInteractWith
(EntityPlayer player)
src/main/java/fox/spiteful/avaritia/gui/ContainerCompressor.java:36
MethodcanInteractWith
(EntityPlayer player)
src/main/java/fox/spiteful/avaritia/gui/ContainerCustomWorkbench.java:23
MethodcanInteractWith
(EntityPlayer player)
src/main/java/fox/spiteful/avaritia/gui/ContainerExtremeCrafting.java:79
MethodcanInteractWith
(EntityPlayer player)
src/main/java/fox/spiteful/avaritia/gui/ContainerAutoExtremeCrafting.java:78
MethodcanInteractWith
(EntityPlayer player)
src/main/java/fox/spiteful/avaritia/gui/ContainerNeutron.java:36
MethodcanMateWith
Checks whether this {@link IPollinatable} can mate with the given pollen. Must be the one to check genetic equivalency. @param pollen IIn
src/api/java/forestry/api/genetics/IPollinatable.java:38
MethodcanNurse
(IButterfly butterfly)
src/api/java/forestry/api/lepidopterology/IButterflyNursery.java:19
MethodcanPipette
@param pipette @return true if the pipette can pipette.
src/api/java/forestry/api/core/IToolPipette.java:33
MethodcanRainOrSnow
Determines if it can rain or snow in the given biome.
src/api/java/forestry/api/core/BiomeHelper.java:17
MethodcanReplace
returns true if the hive can safely replace the block at this location.
src/api/java/forestry/api/apiculture/hives/IHiveGen.java:27
MethodcanRespawnHere
True if the player can respawn in this dimension (true = overworld, false = nether).
src/main/java/fox/spiteful/avaritia/compat/botania/alfheim/WorldProviderAlfheim.java:98
MethodcanSave
()
src/main/java/fox/spiteful/avaritia/compat/botania/alfheim/ChunkProviderAlfheim.java:146
MethodcanSeePollination
Called when the naturalist's armor acts as spectacles for seeing pollinated tree leaves/flowers. @param player Player doing the viewing @p
src/api/java/forestry/api/core/IArmorNaturalist.java:24
MethodcanSpawn
@param world @param x @param y @param z @return true if the butterfly can naturally spawn at the given location at this time. (Used to auto-spawn butt
src/api/java/forestry/api/lepidopterology/IButterfly.java:34
MethodcanSpawn
@return true if the bee may spawn offspring
src/api/java/forestry/api/apiculture/IBee.java:59
MethodcanSpawnStructureAtCoords
(int chunkX, int chunkZ)
src/main/java/fox/spiteful/avaritia/compat/botania/alfheim/MapGenCity.java:27
MethodcanStay
@param world @param x @param y @param z @return Boolean indicating whether a sapling can stay planted at the given position.
src/api/java/forestry/api/arboriculture/ITree.java:50
MethodcanTakeFlight
@param world @param x @param y @param z @return true if the butterfly can take flight at the given location at this time. (Used to auto-spawn butterfl
src/api/java/forestry/api/lepidopterology/IButterfly.java:43
MethodcanUndo
()
src/main/java/fox/spiteful/avaritia/compat/minetweaker/Compressor.java:57
MethodcanUndo
()
src/main/java/fox/spiteful/avaritia/compat/minetweaker/Compressor.java:106
← previousnext →501–600 of 1,789, ranked by callers