java.lang.Object
net.darkhax.botanypots.common.addons.jei.crop.CropInfo

public final class CropInfo extends Object
  • Constructor Details

    • CropInfo

      public CropInfo(net.minecraft.resources.ResourceLocation id, net.minecraft.world.item.crafting.Ingredient seed, net.minecraft.world.item.crafting.Ingredient soil, int growthTime, List<ItemDropProvider> drops)
  • Method Details

    • context

      public BotanyPotContext context()
    • id

      public net.minecraft.resources.ResourceLocation id()
    • seed

      public net.minecraft.world.item.crafting.Ingredient seed()
    • soil

      public net.minecraft.world.item.crafting.Ingredient soil()
    • growthTime

      public int growthTime()
    • drops

      public List<ItemDropProvider> drops()
    • inventory

      public List<net.minecraft.world.item.ItemStack> inventory()