public class FarmLogicRedOrchid extends FarmLogicHomogeneous
isManual, properties| Constructor and Description |
|---|
FarmLogicRedOrchid(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) |
protected boolean |
maintainGermlings(net.minecraft.world.World world,
IFarmHousing farmHousing,
net.minecraft.util.math.BlockPos pos,
FarmDirection direction,
int extent) |
cultivate, isAcceptedGermling, isAcceptedWindfall, 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 FarmLogicRedOrchid(IFarmProperties properties, boolean isManual)
public java.lang.String getUnlocalizedName()
public net.minecraft.item.ItemStack getIconItemStack()
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 FarmLogicHomogeneous