Interface IFarmer
- All Superinterfaces:
IEnergyTile
This is a helper interface for IFarmerBehavior.
This is not supposed to be implemented. Can be cast to TileEntity.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddToOutput(List<net.minecraft.world.item.ItemStack> stacks) voidaddToSeeds(List<net.minecraft.world.item.ItemStack> stacks) booleancanAddToOutput(List<net.minecraft.world.item.ItemStack> stacks) booleancanAddToSeeds(List<net.minecraft.world.item.ItemStack> stacks) net.minecraft.core.DirectionMethods inherited from interface de.ellpeck.actuallyadditions.api.internal.IEnergyTile
extractEnergy, getEnergy, getPosition, getWorldObject, getX, getY, getZ
-
Method Details
-
getOrientation
net.minecraft.core.Direction getOrientation() -
canAddToSeeds
-
canAddToOutput
-
addToSeeds
-
addToOutput
-