public class HarvestHandlerCrops extends HarvestHandlerAbstractCrop
HarvestHandler.SimpleHarvestHandler| Constructor and Description |
|---|
HarvestHandlerCrops() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isMaxAge(net.minecraft.block.BlockState state) |
boolean |
isSeed(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.BlockState state,
net.minecraft.item.ItemStack stack) |
protected net.minecraft.block.BlockState |
withMinAge(net.minecraft.block.BlockState state) |
canHarvest, harvestAndReplantaddFilterItems, harvestpublic boolean isSeed(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.BlockState state,
net.minecraft.item.ItemStack stack)
isSeed in class HarvestHandlerAbstractCropprotected boolean isMaxAge(net.minecraft.block.BlockState state)
isMaxAge in class HarvestHandlerAbstractCropprotected net.minecraft.block.BlockState withMinAge(net.minecraft.block.BlockState state)
withMinAge in class HarvestHandlerAbstractCrop