Interface IFarmableFactory


public interface IFarmableFactory
Used to construct a farmable when farm registry is complete.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(net.minecraft.world.item.Item germling, com.google.common.collect.ImmutableSet<net.minecraft.world.item.Item> windfall)
    Creates a new instance of farmable when farm registration is finished.