MCPcopy Create free account

hub / github.com/BlakeBr0/MysticalAgriculture / functions

Functions1,548 in github.com/BlakeBr0/MysticalAgriculture

↓ 1 callersMethodgetModId
@return the mod id of the mod that created this tier
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropTier.java:69
↓ 1 callersMethodgetModId
The modid of the mod that registered this mob soul type @return the modid of this mob soul type
src/main/java/com/blakebr0/mysticalagriculture/api/soul/MobSoulType.java:103
↓ 1 callersMethodgetName
()
src/main/java/com/blakebr0/mysticalagriculture/data/generator/RecipeJsonGenerator.java:53
↓ 1 callersMethodgetName
@return the name of this tier
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropTier.java:62
↓ 1 callersMethodgetOperationTime
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SoulExtractorTileEntity.java:256
↓ 1 callersMethodgetOperationTime
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/EssenceFurnaceTileEntity.java:259
↓ 1 callersMethodgetOperationTime
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/OreInfuserTileEntity.java:261
↓ 1 callersMethodgetOperationTime
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/HarvesterTileEntity.java:256
↓ 1 callersMethodgetOperationTime
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SouliumSpawnerTileEntity.java:326
↓ 1 callersMethodgetOperationTime
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/ReprocessorTileEntity.java:263
↓ 1 callersMethodgetPedestalPositions
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/AwakeningAltarTileEntity.java:153
↓ 1 callersMethodgetPrimaryColor
The primary color of this augment (for the lighter middle areas of the augment) @return the primary color
src/main/java/com/blakebr0/mysticalagriculture/api/tinkering/Augment.java:134
↓ 1 callersMethodgetProgressScaled
(int pixels)
src/main/java/com/blakebr0/mysticalagriculture/client/screen/EssenceFurnaceScreen.java:67
↓ 1 callersMethodgetProgressScaled
(int pixels)
src/main/java/com/blakebr0/mysticalagriculture/client/screen/SouliumSpawnerScreen.java:104
↓ 1 callersMethodgetProgressScaled
(int pixels)
src/main/java/com/blakebr0/mysticalagriculture/client/screen/SoulExtractorScreen.java:67
↓ 1 callersMethodgetProgressScaled
(int pixels)
src/main/java/com/blakebr0/mysticalagriculture/client/screen/ReprocessorScreen.java:67
↓ 1 callersMethodgetProgressScaled
(int pixels)
src/main/java/com/blakebr0/mysticalagriculture/client/screen/OreInfuserScreen.java:67
↓ 1 callersMethodgetRandomEntityType
(RandomSource random)
src/main/java/com/blakebr0/mysticalagriculture/api/crafting/ISouliumSpawnerRecipe.java:19
↓ 1 callersMethodgetRange
()
src/main/java/com/blakebr0/mysticalagriculture/api/tinkering/AOEAugment.java:22
↓ 1 callersMethodgetSecondaryColor
The secondary color of this augment (for the darker areas of the augment) @return the secondary color
src/main/java/com/blakebr0/mysticalagriculture/api/tinkering/Augment.java:152
↓ 1 callersMethodgetSetBonusDisplayText
Get the localized text of the set bonus using the key augment.{@link Augment#getModId()}.{@link Augment#getName()}.set_bonus @return the localized tex
src/main/java/com/blakebr0/mysticalagriculture/api/tinkering/Augment.java:298
↓ 1 callersMethodgetSortedCropsMap
(Collection<Crop> crops)
src/main/java/com/blakebr0/mysticalagriculture/registry/CropRegistry.java:189
↓ 1 callersMethodgetSoulJar
Get a new soul jar filled with the provided number of souls of the provided mob soul type @param type the mob soul type @param souls the number of s
src/main/java/com/blakebr0/mysticalagriculture/api/util/MobSoulUtils.java:42
↓ 1 callersMethodgetSoulSiphonerTotal
(ISoulSiphoningItem siphoner, ItemStack stack, LivingEntity entity)
src/main/java/com/blakebr0/mysticalagriculture/handler/MobSoulHandler.java:59
↓ 1 callersMethodgetSpin
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SouliumSpawnerTileEntity.java:348
↓ 1 callersMethodgetStemModel
The base model location used for the stem models of this tier, excluding the _# for age @return the resource location of the stem model for this type
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropType.java:52
↓ 1 callersMethodgetTextColor
()
src/main/java/com/blakebr0/mysticalagriculture/api/machine/MachineUpgradeTier.java:34
↓ 1 callersMethodgetTier
The tier of this augment, used to define the minimum tier tinkerable required @return the numerical tier
src/main/java/com/blakebr0/mysticalagriculture/api/tinkering/Augment.java:118
↓ 1 callersMethodgetTileEntity
()
src/main/java/com/blakebr0/mysticalagriculture/client/screen/SouliumSpawnerScreen.java:90
↓ 1 callersMethodgetTinkerable
Gets the {@link ITinkerable} instance from the provided item stack if applicable @param stack the item @return the {@link ITinkerable} or null
src/main/java/com/blakebr0/mysticalagriculture/api/util/TinkerableUtils.java:20
↓ 1 callersMethodgetTooltipForTier
Gets the text component variant of the provided tier number for use in tooltips @param tier the tier @return the formatted tier
src/main/java/com/blakebr0/mysticalagriculture/api/util/TinkerableUtils.java:84
↓ 1 callersMethodgetType
()
src/main/java/com/blakebr0/mysticalagriculture/crafting/ingredient/CropComponentIngredient.java:94
↓ 1 callersMethodgetValidSoulJars
(Player player, MobSoulType type)
src/main/java/com/blakebr0/mysticalagriculture/handler/MobSoulHandler.java:50
↓ 1 callersMethodgetValue
()
src/main/java/com/blakebr0/mysticalagriculture/api/machine/MachineUpgradeTier.java:30
↓ 1 callersMethodgetoSpin
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SouliumSpawnerTileEntity.java:352
↓ 1 callersMethodhandleGrowthTicks
(Level level, Player player)
src/main/java/com/blakebr0/mysticalagriculture/item/armor/EssenceChestplateItem.java:109
↓ 1 callersMethodharvestAOEBlocks
(ItemStack stack, int radius, Level level, BlockPos pos, Direction side, Player player)
src/main/java/com/blakebr0/mysticalagriculture/augment/MiningAOEAugment.java:42
↓ 1 callersMethodhasArmorSetMinimumTier
Checks if the provided player has a full set of the minimum {@link ITinkerable} tier equipped @param player the player @param tier the {@link ITink
src/main/java/com/blakebr0/mysticalagriculture/api/util/TinkerableUtils.java:57
↓ 1 callersMethodhasAwakenedSupremiumSet
(Player player)
src/main/java/com/blakebr0/mysticalagriculture/item/armor/EssenceChestplateItem.java:100
↓ 1 callersMethodhasSecondarySeedDrop
Whether this tier's crops can drop a second seed @return has secondary seed drop
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropTier.java:182
↓ 1 callersMethodinit
Used to add fallback locations (the crop-specific locations) if any of the locations are null @param id the id of the crop to generate texture locatio
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropModels.java:91
↓ 1 callersMethodinitAPI
()
src/main/java/com/blakebr0/mysticalagriculture/MysticalAgriculture.java:133
↓ 1 callersMethodisActive
()
src/main/java/com/blakebr0/mysticalagriculture/container/slot/AugmentSlot.java:57
↓ 1 callersMethodisDynamicSeedCraftingRecipesEnabled
()
src/main/java/com/blakebr0/mysticalagriculture/api/lib/PluginConfig.java:39
↓ 1 callersMethodisDynamicSeedInfusionRecipesEnabled
()
src/main/java/com/blakebr0/mysticalagriculture/api/lib/PluginConfig.java:50
↓ 1 callersMethodisDynamicSeedReprocessorRecipesEnabled
()
src/main/java/com/blakebr0/mysticalagriculture/api/lib/PluginConfig.java:61
↓ 1 callersMethodisEntityApplicable
Checks if the supplied entity is valid for this mob soul type @param entity the entity to test @return is the entity valid?
src/main/java/com/blakebr0/mysticalagriculture/api/soul/MobSoulType.java:162
↓ 1 callersMethodisEssenceColored
Whether this crop's essence should be colored using the color defined by {@link Crop#getEssenceColor()} @return is the crop's essence colored?
src/main/java/com/blakebr0/mysticalagriculture/api/crop/Crop.java:242
↓ 1 callersMethodisFlowerColored
Whether this crop's flower should be colored using the color defined by {@link Crop#getFlowerColor()} @return is the crop's flower colored?
src/main/java/com/blakebr0/mysticalagriculture/api/crop/Crop.java:216
↓ 1 callersMethodisItem
()
src/main/java/com/blakebr0/mysticalagriculture/api/lib/LazyIngredient.java:49
↓ 1 callersMethodisOffset
()
src/main/java/com/blakebr0/mysticalagriculture/api/components/AOEAugmentOffsetComponent.java:27
↓ 1 callersMethodisRecipeInput
(ItemStack stack)
src/main/java/com/blakebr0/mysticalagriculture/container/OreInfuserContainer.java:117
↓ 1 callersMethodisSeedColored
Whether this crop's seed should be colored using the color defined by {@link #getSeedColor()} @return is the crop's seed colored?
src/main/java/com/blakebr0/mysticalagriculture/api/crop/Crop.java:268
↓ 1 callersMethodisValidVesselItem
(ItemResource resource)
src/main/java/com/blakebr0/mysticalagriculture/util/RecipeIngredientCache.java:99
↓ 1 callersMethodload
(ResourceManager manager)
src/main/java/com/blakebr0/mysticalagriculture/crafting/EssenceVesselColorManager.java:77
↓ 1 callersMethodloadPlugins
()
src/main/java/com/blakebr0/mysticalagriculture/registry/PluginRegistry.java:18
↓ 1 callersMethodloadRecipeConfig
(Crop crop)
src/main/java/com/blakebr0/mysticalagriculture/registry/CropRegistry.java:174
↓ 1 callersMethodmakeComponentMap
Creates a {@link DataComponentMap} with the necessary components for the experience capsule with this amount of xp @param xp the number of xp points
src/main/java/com/blakebr0/mysticalagriculture/api/util/ExperienceCapsuleUtils.java:20
↓ 1 callersMethodmakeRegularSeedRecipe
(Crop crop, HolderLookup.Provider registries)
src/main/java/com/blakebr0/mysticalagriculture/crafting/DynamicRecipeManager.java:80
↓ 1 callersMethodmakeReprocessorRecipe
(Crop crop)
src/main/java/com/blakebr0/mysticalagriculture/crafting/DynamicRecipeManager.java:122
↓ 1 callersMethodmakeSeedRecipe
(Crop crop, HolderLookup.Provider registries)
src/main/java/com/blakebr0/mysticalagriculture/crafting/DynamicRecipeManager.java:49
↓ 1 callersMethodmatches
(CraftingInput inventory, Level level)
src/main/java/com/blakebr0/mysticalagriculture/crafting/recipe/InfusionRecipe.java:72
↓ 1 callersMethodonInventoryChanged
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SouliumSpawnerTileEntity.java:431
↓ 1 callersMethodonPlayerFall
Called when the player hits the ground, {@link LivingFallEvent} @param level the level @param player the player @param event the fall event
src/main/java/com/blakebr0/mysticalagriculture/api/tinkering/Augment.java:276
↓ 1 callersMethodonPlayerTick
Called every tick for equipped armor, meant for player ability changes, {@link PlayerTickEvent.Pre} @param level the level @param player the player @p
src/main/java/com/blakebr0/mysticalagriculture/api/tinkering/Augment.java:268
↓ 1 callersMethodonPostRegisterAugments
Override this method and use to the supplied registry to modify augments from the augment registry @param registry the augment registry
src/main/java/com/blakebr0/mysticalagriculture/api/IMysticalAgriculturePlugin.java:37
↓ 1 callersMethodonPostRegisterCrops
Override this method and use the supplied registry to modify crops from the crop registry @param registry the crop registry
src/main/java/com/blakebr0/mysticalagriculture/api/IMysticalAgriculturePlugin.java:25
↓ 1 callersMethodonPostRegisterMobSoulTypes
Override this method and ise the supplied registry to modify mob soul types from the mob soul type registry @param registry the mob soul type registry
src/main/java/com/blakebr0/mysticalagriculture/api/IMysticalAgriculturePlugin.java:49
↓ 1 callersMethodonRegisterAugments
(IAugmentRegistry registry)
src/main/java/com/blakebr0/mysticalagriculture/lib/ModAugments.java:94
↓ 1 callersMethodonRegisterAugments
Override this method and use the supplied registry to register all of your augments @param registry the augment registry
src/main/java/com/blakebr0/mysticalagriculture/api/IMysticalAgriculturePlugin.java:31
↓ 1 callersMethodonRegisterCrops
(ICropRegistry registry)
src/main/java/com/blakebr0/mysticalagriculture/lib/ModCrops.java:204
↓ 1 callersMethodonRegisterCrops
Override this method and use the supplied registry to register all of your crops @param registry the crop registry
src/main/java/com/blakebr0/mysticalagriculture/api/IMysticalAgriculturePlugin.java:19
↓ 1 callersMethodonRegisterMobSoulTypes
(IMobSoulTypeRegistry registry)
src/main/java/com/blakebr0/mysticalagriculture/lib/ModMobSoulTypes.java:48
↓ 1 callersMethodonRegisterMobSoulTypes
Override this method and use the supplied registry to register all of your mob soul types @param registry the mob soul type registry
src/main/java/com/blakebr0/mysticalagriculture/api/IMysticalAgriculturePlugin.java:43
↓ 1 callersMethodremoveAugment
Remove an augment from the specified tinkerable from the specified augment slot @param stack the {@link ITinkerable} item @param slot the augment sl
src/main/java/com/blakebr0/mysticalagriculture/api/util/AugmentUtils.java:70
↓ 1 callersMethodremoveExperienceFromCapsule
Remove experience from an experience capsule @param stack the experience capsule stack @param amount the amount of experience to remove @return any
src/main/java/com/blakebr0/mysticalagriculture/api/util/ExperienceCapsuleUtils.java:77
↓ 1 callersMethodrotate
(BlockState state, Rotation rot)
src/main/java/com/blakebr0/mysticalagriculture/block/SouliumSpawnerBlock.java:66
↓ 1 callersMethodrotate
(BlockState state, Rotation rot)
src/main/java/com/blakebr0/mysticalagriculture/block/SoulExtractorBlock.java:60
↓ 1 callersMethodrotate
(BlockState state, Rotation rot)
src/main/java/com/blakebr0/mysticalagriculture/block/EssenceFurnaceBlock.java:64
↓ 1 callersMethodrotate
(BlockState state, Rotation rot)
src/main/java/com/blakebr0/mysticalagriculture/block/ReprocessorBlock.java:60
↓ 1 callersMethodrotate
(BlockState state, LevelAccessor level, BlockPos pos, Rotation rotation)
src/main/java/com/blakebr0/mysticalagriculture/block/TinkeringTableBlock.java:63
↓ 1 callersMethodrotate
(BlockState state, Rotation rot)
src/main/java/com/blakebr0/mysticalagriculture/block/OreInfuserBlock.java:60
↓ 1 callersMethodrotate
(BlockState state, Rotation rot)
src/main/java/com/blakebr0/mysticalagriculture/block/HarvesterBlock.java:60
↓ 1 callersMethodrotate
(BlockState state, Rotation rot)
src/main/java/com/blakebr0/mysticalagriculture/block/EnchanterBlock.java:53
↓ 1 callersMethodsave
(RecipeOutput output, ResourceKey<Recipe<?>> id)
src/main/java/com/blakebr0/mysticalagriculture/data/recipe/CraftingRecipeBuilder.java:93
↓ 1 callersMethodseed
(Identifier id, Crop crop)
src/main/java/com/blakebr0/mysticalagriculture/data/recipe/ReprocessorRecipeBuilder.java:38
↓ 1 callersMethodsendRunningParticles
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SouliumSpawnerTileEntity.java:474
↓ 1 callersMethodsendSpawnParticles
()
src/main/java/com/blakebr0/mysticalagriculture/tileentity/SouliumSpawnerTileEntity.java:487
↓ 1 callersMethodsetActive
(ItemStack stack, boolean active)
src/main/java/com/blakebr0/mysticalagriculture/item/EssenceWateringCanItem.java:127
↓ 1 callersMethodsetCaches
(Map<RecipeType<?>, Map<Item, List<Ingredient>>> caches)
src/main/java/com/blakebr0/mysticalagriculture/util/RecipeIngredientCache.java:78
↓ 1 callersMethodsetColors
(Map<String, Integer> colors)
src/main/java/com/blakebr0/mysticalagriculture/crafting/EssenceVesselColorManager.java:72
↓ 1 callersMethodsetEssenceColor
Set the color that should overlay this crop's essence @param color the color @return this crop
src/main/java/com/blakebr0/mysticalagriculture/api/crop/Crop.java:259
↓ 1 callersMethodsetEssenceModel
(Identifier location)
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropModels.java:72
↓ 1 callersMethodsetFlowerColor
Set the color that should overlay this crop's flower @param color the color @return this crop
src/main/java/com/blakebr0/mysticalagriculture/api/crop/Crop.java:233
↓ 1 callersMethodsetLastApplicationTime
(Player player, long time)
src/main/java/com/blakebr0/mysticalagriculture/augment/AbsorptionAugment.java:40
↓ 1 callersMethodsetModId
Sets the mod id for this plugin @param modid the modid
src/main/java/com/blakebr0/mysticalagriculture/api/lib/PluginConfig.java:28
↓ 1 callersMethodsetOutput
(ItemStack stack, ItemStack remaining)
src/main/java/com/blakebr0/mysticalagriculture/tileentity/AwakeningAltarTileEntity.java:267
↓ 1 callersMethodsetOutput
(ItemStack stack, ItemStack remaining)
src/main/java/com/blakebr0/mysticalagriculture/tileentity/InfusionAltarTileEntity.java:238
↓ 1 callersMethodsetSeedColor
Set the color that should overlay this crop's seed @param color the color @return this crop
src/main/java/com/blakebr0/mysticalagriculture/api/crop/Crop.java:285
↓ 1 callersMethodsetSeedReprocessorRecipeEnabled
(boolean enabled)
src/main/java/com/blakebr0/mysticalagriculture/api/crop/CropRecipes.java:43
← previousnext →301–400 of 1,548, ranked by callers