Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlakeBr0/MysticalAgriculture
/ functions
Functions
1,548 in github.com/BlakeBr0/MysticalAgriculture
⨍
Functions
1,548
◇
Types & classes
292
↓ 2 callers
Method
hasRequiredEssences
Checks if the given list of items has the required essences and stack sizes for this recipe @param items the list essence vessel items @return all re
src/main/java/com/blakebr0/mysticalagriculture/api/crafting/IAwakeningRecipe.java:38
↓ 2 callers
Method
hasSetBonus
Does this augment have a set bonus? @return has set bonus
src/main/java/com/blakebr0/mysticalagriculture/api/tinkering/Augment.java:290
↓ 2 callers
Method
isBonemealSuccess
(Level level, RandomSource random, BlockPos pos, BlockState state)
src/main/java/com/blakebr0/mysticalagriculture/block/MysticalCropBlock.java:40
↓ 2 callers
Method
isEffectiveFarmland
Checks whether the supplied block is this tier's effective farmland @param block the block to check @return is the correct farmland
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropTier.java:135
↓ 2 callers
Method
isFertilizable
Whether this tier's crops can be grown with Mystical Fertilizer or Fertilized Essence @return is fertilizable
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropTier.java:164
↓ 2 callers
Method
isJarFull
Checks if the provided soul jar contains the max amount of souls for it's contained mob soul type @param stack the soul jar stack @return is the prov
src/main/java/com/blakebr0/mysticalagriculture/api/util/MobSoulUtils.java:111
↓ 2 callers
Method
isPassive
(LivingEntity entity)
src/main/java/com/blakebr0/mysticalagriculture/item/SouliumDaggerItem.java:78
↓ 2 callers
Method
isSeedCraftingRecipeEnabled
()
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropRecipes.java:21
↓ 2 callers
Method
isSeedInfusionRecipeEnabled
()
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropRecipes.java:30
↓ 2 callers
Method
isSeedReprocessorRecipeEnabled
()
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropRecipes.java:39
↓ 2 callers
Method
isValidBonemealTarget
(LevelReader level, BlockPos pos, BlockState state)
src/main/java/com/blakebr0/mysticalagriculture/block/MysticalCropBlock.java:110
↓ 2 callers
Method
isValidSouliumSpawnerInput
(ItemStack stack)
src/main/java/com/blakebr0/mysticalagriculture/util/RecipeIngredientCache.java:95
↓ 2 callers
Method
items
()
src/main/java/com/blakebr0/mysticalagriculture/crafting/ingredient/CropComponentIngredient.java:55
↓ 2 callers
Method
path
(UseOnContext context, BlockPos pos)
src/main/java/com/blakebr0/mysticalagriculture/augment/PathingAOEAugment.java:61
↓ 2 callers
Method
performBonemeal
(ServerLevel level, RandomSource random, BlockPos pos, BlockState state)
src/main/java/com/blakebr0/mysticalagriculture/block/MysticalCropBlock.java:102
↓ 2 callers
Method
randomTick
(BlockState state, ServerLevel level, BlockPos pos, RandomSource random)
src/main/java/com/blakebr0/mysticalagriculture/block/MysticalCropBlock.java:45
↓ 2 callers
Method
registerNoItem
(String name, Function<Identifier, Block> block)
src/main/java/com/blakebr0/mysticalagriculture/init/ModBlocks.java:149
↓ 2 callers
Method
registerType
Register a crop type in the crop registry @param type the crop type to register
src/main/java/com/blakebr0/mysticalagriculture/api/registry/ICropRegistry.java:27
↓ 2 callers
Method
reloadActiveRecipe
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SouliumSpawnerTileEntity.java:436
↓ 2 callers
Method
reloadDisplayEntities
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SouliumSpawnerTileEntity.java:447
↓ 2 callers
Method
setAllowRegistration
(boolean allowed)
src/main/java/com/blakebr0/mysticalagriculture/registry/CropRegistry.java:110
↓ 2 callers
Method
setColor
Helper method to set the flower, essence, and seed colors @param color the color @return this crop
src/main/java/com/blakebr0/mysticalagriculture/api/crop/Crop.java:568
↓ 2 callers
Method
setCraftingSeedItem
Used to set the crafting seed item instance for this crop @param item the crafting seed item @return this crop type
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropType.java:69
↓ 2 callers
Method
setCropBlock
Used to set the crop block instance for this crop, the supplier should return the same instance every time @param crop the crop block @return this cro
src/main/java/com/blakebr0/mysticalagriculture/api/crop/Crop.java:303
↓ 2 callers
Method
setEnabled
Set whether this crop should be hidden from the game @param enabled the enabled state
src/main/java/com/blakebr0/mysticalagriculture/api/crop/Crop.java:495
↓ 2 callers
Method
setSeedCraftingRecipeEnabled
(boolean enabled)
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropRecipes.java:25
↓ 2 callers
Method
setSeedInfusionRecipeEnabled
(boolean enabled)
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropRecipes.java:34
↓ 2 callers
Method
spawnParticles
(T particle, BlockPos pos, double yOffset, int count)
src/main/java/com/blakebr0/mysticalagriculture/tileentity/InfusionAltarTileEntity.java:207
↓ 2 callers
Method
stack
()
src/main/java/com/blakebr0/mysticalagriculture/crafting/recipe/SoulExtractionRecipe.java:138
↓ 2 callers
Method
till
(UseOnContext context, BlockPos pos)
src/main/java/com/blakebr0/mysticalagriculture/augment/TillingAOEAugment.java:61
↓ 2 callers
Method
toCraftingInput
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SoulExtractorTileEntity.java:278
↓ 2 callers
Method
toCraftingInput
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/OreInfuserTileEntity.java:283
↓ 2 callers
Method
toCraftingInput
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/ReprocessorTileEntity.java:285
↓ 2 callers
Method
toCraftingInput
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/InfusionAltarTileEntity.java:169
↓ 1 callers
Method
activate
()
src/main/java/com/blakebr0/mysticalagriculture/util/IActivatable.java:5
↓ 1 callers
Method
addAugment
Add an augment to the specified tinkerable in the specified augment slot @param stack the {@link ITinkerable} item @param augment the augment @para
src/main/java/com/blakebr0/mysticalagriculture/api/util/AugmentUtils.java:30
↓ 1 callers
Method
addCondition
(ICondition condition)
src/main/java/com/blakebr0/mysticalagriculture/data/recipe/ReprocessorRecipeBuilder.java:34
↓ 1 callers
Method
addItemToInventory
(ItemStack stack, Level level, BlockPos pos)
src/main/java/com/blakebr0/mysticalagriculture/tileentity/HarvesterTileEntity.java:303
↓ 1 callers
Method
addPedestal
(AwakeningPedestalTileEntity pedestal)
src/main/java/com/blakebr0/mysticalagriculture/tileentity/AwakeningAltarTileEntity.java:285
↓ 1 callers
Method
addVessel
(EssenceVesselTileEntity vessel)
src/main/java/com/blakebr0/mysticalagriculture/tileentity/AwakeningAltarTileEntity.java:290
↓ 1 callers
Method
all
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/AwakeningAltarTileEntity.java:295
↓ 1 callers
Method
applyUpgrade
Applies the given upgrade to this machine @param item the upgrade to apply @return the current upgrade in the inventory
src/main/java/com/blakebr0/mysticalagriculture/api/machine/IUpgradeableMachine.java:26
↓ 1 callers
Method
attemptSpawn
(ISouliumSpawnerRecipe recipe)
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SouliumSpawnerTileEntity.java:369
↓ 1 callers
Method
cacheVesselItems
(RecipeManager manager)
src/main/java/com/blakebr0/mysticalagriculture/util/RecipeIngredientCache.java:123
↓ 1 callers
Method
canApplyAugment
Checks if the augment can be applied to this tinkerable @param augment the augment @return can this augment be applied?
src/main/java/com/blakebr0/mysticalagriculture/api/tinkering/ITinkerable.java:29
↓ 1 callers
Method
canApplyUpgrade
Checks if the tier of upgrade can be applied to this machine @param tier the tier to upgrade to @return can be applied
src/main/java/com/blakebr0/mysticalagriculture/api/machine/IUpgradeableMachine.java:40
↓ 1 callers
Method
canEntitySpawn
(Entity entity)
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SouliumSpawnerTileEntity.java:418
↓ 1 callers
Method
canGrowResourceCrops
(BonemealableBlock growable)
src/main/java/com/blakebr0/mysticalagriculture/item/MysticalFertilizerItem.java:100
↓ 1 callers
Method
canGrowResourceCrops
(BonemealableBlock growable)
src/main/java/com/blakebr0/mysticalagriculture/item/FertilizedEssenceItem.java:86
↓ 1 callers
Method
canInsertStack
(ItemResource resource)
src/main/java/com/blakebr0/mysticalagriculture/tileentity/EssenceVesselTileEntity.java:28
↓ 1 callers
Method
codec
()
src/main/java/com/blakebr0/mysticalagriculture/crafting/condition/CropEnabledCondition.java:28
↓ 1 callers
Method
configure
Override this method to configure plugin wide settings @param config the plugin config
src/main/java/com/blakebr0/mysticalagriculture/api/IMysticalAgriculturePlugin.java:13
↓ 1 callers
Method
convert
Call this using {@link Item#useOn(UseOnContext)} to allow default farmland conversion mechanics
src/main/java/com/blakebr0/mysticalagriculture/api/farmland/FarmlandConverter.java:18
↓ 1 callers
Method
createAll
()
src/main/java/com/blakebr0/mysticalagriculture/compat/jei/recipe/CruxRecipe.java:23
↓ 1 callers
Method
createInputsList
(ISouliumSpawnerRecipe recipe)
src/main/java/com/blakebr0/mysticalagriculture/compat/jei/category/SouliumSpawnerCategory.java:106
↓ 1 callers
Method
createInventoryHandler
(OnContentsChangedFunction onContentsChanged)
src/main/java/com/blakebr0/mysticalagriculture/tileentity/InfusionPedestalTileEntity.java:23
↓ 1 callers
Method
createInventoryHandler
(OnContentsChangedFunction onContentsChanged)
src/main/java/com/blakebr0/mysticalagriculture/tileentity/InfusionAltarTileEntity.java:138
↓ 1 callers
Method
createOutputsList
(ISouliumSpawnerRecipe recipe)
src/main/java/com/blakebr0/mysticalagriculture/compat/jei/category/SouliumSpawnerCategory.java:114
↓ 1 callers
Method
disableDynamicSeedReprocessingRecipes
Disables the built-in recipe generator for seed infusion recipes
src/main/java/com/blakebr0/mysticalagriculture/api/lib/PluginConfig.java:57
↓ 1 callers
Method
display
()
src/main/java/com/blakebr0/mysticalagriculture/crafting/recipe/SoulJarEmptyRecipe.java:101
↓ 1 callers
Method
doPlace
(LevelAccessor world, RandomSource random, OreConfiguration config, double p_207803_4_, double p_207803_6_, do
src/main/java/com/blakebr0/mysticalagriculture/world/feature/SoulstoneFeature.java:55
↓ 1 callers
Method
drawEssenceRequirements
(GuiGraphicsExtractor gfx, IAwakeningRecipe recipe, AwakeningAltarTileEntity altar, Level level)
src/main/java/com/blakebr0/mysticalagriculture/client/handler/GuiOverlayHandler.java:90
↓ 1 callers
Method
extractEntityPreview
(GuiGraphicsExtractor gfx, int mouseX, int mouseY, float partialTicks)
src/main/java/com/blakebr0/mysticalagriculture/client/screen/SouliumSpawnerScreen.java:116
↓ 1 callers
Method
findNextPosition
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/HarvesterTileEntity.java:278
↓ 1 callers
Method
flipActive
(ItemStack stack)
src/main/java/com/blakebr0/mysticalagriculture/item/EssenceWateringCanItem.java:131
↓ 1 callers
Method
getActiveRecipe
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SoulExtractorTileEntity.java:241
↓ 1 callers
Method
getActiveRecipe
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/EssenceFurnaceTileEntity.java:247
↓ 1 callers
Method
getActiveRecipe
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/AwakeningAltarTileEntity.java:163
↓ 1 callers
Method
getActiveRecipe
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/OreInfuserTileEntity.java:246
↓ 1 callers
Method
getActiveRecipe
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SouliumSpawnerTileEntity.java:314
↓ 1 callers
Method
getActiveRecipe
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/ReprocessorTileEntity.java:248
↓ 1 callers
Method
getActiveRecipe
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/InfusionAltarTileEntity.java:150
↓ 1 callers
Method
getArmorSetMinimumTier
Gets the minimum {@link ITinkerable} tier for the player's equipped armor @param player the player @return the minimum {@link ITinkerable} tier, or -
src/main/java/com/blakebr0/mysticalagriculture/api/util/TinkerableUtils.java:31
↓ 1 callers
Method
getAttributeModifiers
The list of {@link AttributeModifier}s that will be automatically applied when equipping this augment @return the attribute modifiers that this augmen
src/main/java/com/blakebr0/mysticalagriculture/api/tinkering/Augment.java:282
↓ 1 callers
Method
getAugmentRegistry
The registry in which all augments are stored @return the augment registry
src/main/java/com/blakebr0/mysticalagriculture/api/MysticalAgricultureAPI.java:29
↓ 1 callers
Method
getAugmentTypes
The augment types that can be applied to this tinkerable @return applicable augment types
src/main/java/com/blakebr0/mysticalagriculture/api/tinkering/ITinkerable.java:16
↓ 1 callers
Method
getBaseSecondaryChance
Gets the base chance of a second seed/essence dropping when placed on an {@link IEssenceFarmland}, a value of -1 means to fall back to the crop tier's
src/main/java/com/blakebr0/mysticalagriculture/api/crop/Crop.java:423
↓ 1 callers
Method
getBurnLeftScaled
(int pixels)
src/main/java/com/blakebr0/mysticalagriculture/client/screen/EssenceFurnaceScreen.java:73
↓ 1 callers
Method
getBurnLeftScaled
(int pixels)
src/main/java/com/blakebr0/mysticalagriculture/client/screen/SouliumSpawnerScreen.java:110
↓ 1 callers
Method
getBurnLeftScaled
(int pixels)
src/main/java/com/blakebr0/mysticalagriculture/client/screen/SoulExtractorScreen.java:73
↓ 1 callers
Method
getBurnLeftScaled
(int pixels)
src/main/java/com/blakebr0/mysticalagriculture/client/screen/HarvesterScreen.java:62
↓ 1 callers
Method
getBurnLeftScaled
(int pixels)
src/main/java/com/blakebr0/mysticalagriculture/client/screen/ReprocessorScreen.java:73
↓ 1 callers
Method
getBurnLeftScaled
(int pixels)
src/main/java/com/blakebr0/mysticalagriculture/client/screen/OreInfuserScreen.java:73
↓ 1 callers
Method
getColorForTier
Get the tooltip color for the provided int tier @param tier the tier @return the color
src/main/java/com/blakebr0/mysticalagriculture/api/util/TinkerableUtils.java:67
↓ 1 callers
Method
getComponents
()
src/main/java/com/blakebr0/mysticalagriculture/api/lib/LazyIngredient.java:79
↓ 1 callers
Method
getDescriptionDisplayText
Get the localized description of this augment using the key augment.{@link Augment#getModId()}.{@link Augment#getName()}.description @return the local
src/main/java/com/blakebr0/mysticalagriculture/api/tinkering/Augment.java:102
↓ 1 callers
Method
getDisplayItemStacks
(Augment augment)
src/main/java/com/blakebr0/mysticalagriculture/client/handler/AugmentTooltipHandler.java:36
↓ 1 callers
Method
getEnchantment
()
src/main/java/com/blakebr0/mysticalagriculture/api/crafting/IEnchanterRecipe.java:22
↓ 1 callers
Method
getEntityDisplayName
Gets the display name of the entity tooltip for this mob soul type @return the entity display name
src/main/java/com/blakebr0/mysticalagriculture/api/soul/MobSoulType.java:172
↓ 1 callers
Method
getEssenceDisplayName
(ItemStack stack, int missing)
src/main/java/com/blakebr0/mysticalagriculture/client/handler/GuiOverlayHandler.java:117
↓ 1 callers
Method
getExperienceCapsules
(Player player)
src/main/java/com/blakebr0/mysticalagriculture/handler/ExperienceCapsuleHandler.java:41
↓ 1 callers
Method
getExperienceToGive
(Player player)
src/main/java/com/blakebr0/mysticalagriculture/item/ExperienceCapsuleItem.java:66
↓ 1 callers
Method
getExperienceToTake
(Player player)
src/main/java/com/blakebr0/mysticalagriculture/item/ExperienceCapsuleItem.java:73
↓ 1 callers
Method
getFlowerColor
The color that should overlay this crop's flower @return the color of this crop's flower
src/main/java/com/blakebr0/mysticalagriculture/api/crop/Crop.java:224
↓ 1 callers
Method
getHeight
()
src/main/java/com/blakebr0/mysticalagriculture/compat/jei/category/CruxCategory.java:47
↓ 1 callers
Method
getLastApplicationTime
(Player player)
src/main/java/com/blakebr0/mysticalagriculture/augment/AbsorptionAugment.java:36
↓ 1 callers
Method
getMaxResultEnchantmentLevel
(RecipeInput inventory)
src/main/java/com/blakebr0/mysticalagriculture/crafting/recipe/EnchanterRecipe.java:159
↓ 1 callers
Method
getMissingEssences
Gets a map of missing essences and the amount of each that is missing @param items the list essence vessel items @return a map of missing essences ->
src/main/java/com/blakebr0/mysticalagriculture/api/crafting/IAwakeningRecipe.java:30
↓ 1 callers
Method
getMobSoulTypeByEntity
Get the mob soul type for the specified entity @param entity the entity to test @return the mob soul type for this entity
src/main/java/com/blakebr0/mysticalagriculture/api/registry/IMobSoulTypeRegistry.java:35
↓ 1 callers
Method
getMobSoulTypeRegistry
The registry in which all mob soul types are stored @return the mob soul type registry
src/main/java/com/blakebr0/mysticalagriculture/api/MysticalAgricultureAPI.java:37
← previous
next →
201–300 of 1,548, ranked by callers