public class CropRubber extends CropDestroy
blockState, germling, replantState| Constructor and Description |
|---|
CropRubber(net.minecraft.world.World world,
net.minecraft.block.state.IBlockState blockState,
net.minecraft.util.math.BlockPos position) |
| Modifier and Type | Method and Description |
|---|---|
protected net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> |
harvestBlock(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
static boolean |
hasRubberToHarvest(net.minecraft.block.state.IBlockState blockState) |
isCrop, toStringgetPosition, harvestpublic CropRubber(net.minecraft.world.World world,
net.minecraft.block.state.IBlockState blockState,
net.minecraft.util.math.BlockPos position)
public static boolean hasRubberToHarvest(net.minecraft.block.state.IBlockState blockState)
protected net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> harvestBlock(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)
harvestBlock in class CropDestroy