Package forestry.api.farming
Interface IFarmingManager
public interface IFarmingManager
-
Method Summary
Modifier and TypeMethodDescriptiongetFarmables(net.minecraft.resources.ResourceLocation farmTypeId) getFarmType(net.minecraft.resources.ResourceLocation id) intgetFertilizeValue(net.minecraft.world.item.ItemStack stack)
-
Method Details
-
getFarmables
-
getFertilizeValue
int getFertilizeValue(net.minecraft.world.item.ItemStack stack) - Returns:
- The value of the fertilizer when used in a farm.
-
getFarmType
-