public class FarmLogicSucculent extends FarmLogicHomogeneous
isManual, properties| Constructor and Description |
|---|
FarmLogicSucculent(IFarmProperties properties,
boolean isManual) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFertilizerConsumption() |
net.minecraft.item.ItemStack |
getIconItemStack() |
java.lang.String |
getUnlocalizedName() |
int |
getWaterConsumption(float hydrationModifier) |
boolean |
isAcceptedWindfall(net.minecraft.item.ItemStack stack) |
protected boolean |
maintainGermlings(net.minecraft.world.World world,
IFarmHousing farmHousing,
net.minecraft.util.math.BlockPos pos,
FarmDirection direction,
int extent) |
cultivate, isAcceptedGermling, trySetCropisAcceptedResource, isAcceptedSoilcollectEntityItems, getCrop, getFarmables, getName, getProperties, getSoils, harvest, isIceBlock, isManual, isWaterSourceBlock, setManual, toString, translateWithOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSoil, collect, getTextureMap, harvestpublic FarmLogicSucculent(IFarmProperties properties, boolean isManual)
public net.minecraft.item.ItemStack getIconItemStack()
public java.lang.String getUnlocalizedName()
public int getFertilizerConsumption()
IFarmHousing automatically removes after this logic cultivated
a block or harvested a crop.public int getWaterConsumption(float hydrationModifier)
hydrationModifier - A modifier that depends on the weather and the biome of the farm.IFarmHousing automatically removes after this logic cultivated
a block or harvested a crop.protected boolean maintainGermlings(net.minecraft.world.World world,
IFarmHousing farmHousing,
net.minecraft.util.math.BlockPos pos,
FarmDirection direction,
int extent)
maintainGermlings in class FarmLogicHomogeneouspublic boolean isAcceptedWindfall(net.minecraft.item.ItemStack stack)
isAcceptedWindfall in class FarmLogicHomogeneous