Interface IFarmer

All Superinterfaces:
IEnergyTile

public interface IFarmer extends IEnergyTile
This is a helper interface for IFarmerBehavior.

This is not supposed to be implemented. Can be cast to TileEntity.

  • Method Details

    • getOrientation

      net.minecraft.core.Direction getOrientation()
    • canAddToSeeds

      boolean canAddToSeeds(List<net.minecraft.world.item.ItemStack> stacks)
    • canAddToOutput

      boolean canAddToOutput(List<net.minecraft.world.item.ItemStack> stacks)
    • addToSeeds

      void addToSeeds(List<net.minecraft.world.item.ItemStack> stacks)
    • addToOutput

      void addToOutput(List<net.minecraft.world.item.ItemStack> stacks)