From 0d9aab72aa570f13dc3e32e0d32b3f3a95f95e0a Mon Sep 17 00:00:00 2001 From: Jason Mitchell Date: Mon, 30 Jan 2023 10:56:42 -0800 Subject: [ci skip] spotlessApply with the new settings --- src/main/java/speiger/src/crops/api/ICropCardInfo.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/java/speiger') diff --git a/src/main/java/speiger/src/crops/api/ICropCardInfo.java b/src/main/java/speiger/src/crops/api/ICropCardInfo.java index a82a864f6e..b0768e15f9 100644 --- a/src/main/java/speiger/src/crops/api/ICropCardInfo.java +++ b/src/main/java/speiger/src/crops/api/ICropCardInfo.java @@ -1,16 +1,16 @@ package speiger.src.crops.api; import java.util.List; + import net.minecraft.item.ItemStack; /** * - * @author Speiger - * Class to add Informations from CropCards. - * This has Priorty over the ICropInfo + * @author Speiger Class to add Informations from CropCards. This has Priorty over the ICropInfo * @requirement: The class that implement this class need to extends CropCard */ public interface ICropCardInfo { + public List getCropInformation(); public ItemStack getDisplayItem(); -- cgit