public class FarmLogicMushroom extends FarmLogicArboreal
isManual, properties| Constructor and Description |
|---|
FarmLogicMushroom(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) |
collect, getFarmables, harvest, maintainGermlingscultivate, isAcceptedGermling, isAcceptedWindfall, trySetCropisAcceptedResource, isAcceptedSoilcollectEntityItems, getCrop, getName, getProperties, getSoils, isIceBlock, isManual, isWaterSourceBlock, setManual, toString, translateWithOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSoil, getTextureMap, harvestpublic FarmLogicMushroom(IFarmProperties properties, boolean isManual)
public java.lang.String getUnlocalizedName()
getUnlocalizedName in interface IFarmLogicgetUnlocalizedName in class FarmLogicArborealpublic net.minecraft.item.ItemStack getIconItemStack()
getIconItemStack in interface IFarmLogicgetIconItemStack in class FarmLogicArborealpublic int getFertilizerConsumption()
getFertilizerConsumption in interface IFarmLogicgetFertilizerConsumption in class FarmLogicArborealIFarmHousing automatically removes after this logic cultivated
a block or harvested a crop.public int getWaterConsumption(float hydrationModifier)
getWaterConsumption in interface IFarmLogicgetWaterConsumption in class FarmLogicArborealhydrationModifier - 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.