9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-24 17:39:26 +00:00
Files
Custom-Crops/README.md
XiaoMoMi 3f81be450e 3.3.1.0
2023-07-09 02:34:49 +08:00

954 B

2022-08-15_02 51 28

Custom-Crops

StardewValley Like Farming System

How to buy

https://afdian.net/@xiaomomi

https://polymart.org/resource/customcrops.2625

How to compile

Execute gradle build in your IDLE and get the jar in /build/libs folder

API Guide

public class YourClass {

    private CustomCropsAPI api;
    
    public YourClass() {
        api = CustomCropsAPI.getInstance();
    }
    
    public yourMethod() {
        api.xxx();
    }
}

Events

CropBreakEvent
CropInteractEvent
CropPlantEvent
FertilizerUseEvent
GreenhouseGlassBreakEvent
GreenhouseGlassPlaceEvent
PotBreakEvent
PotInfoEvent
PotInteractEvent
PotPlaceEvent
PotWaterEvent
ScarecrowBreakEvent
ScarecrowPlaceEvent
SprinklerFillEvent
SprinklerPlaceEvent
SprinklerInteractEvent
SprinklerBreakEvent
SeasonChangeEvent