| Modifier and Type | Field and Description |
|---|---|
protected net.minecraft.block.state.IBlockState |
blockState |
protected net.minecraft.block.state.IBlockState |
blockStateUp |
protected net.minecraft.block.state.IBlockState |
replantState |
| Constructor and Description |
|---|
CropDestroyDouble(net.minecraft.world.World world,
net.minecraft.block.state.IBlockState blockState,
net.minecraft.block.state.IBlockState blockStateUp,
net.minecraft.util.math.BlockPos position,
net.minecraft.block.state.IBlockState replantState) |
| 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) |
protected boolean |
isCrop(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
java.lang.String |
toString() |
getPosition, harvestprotected final net.minecraft.block.state.IBlockState blockState
protected final net.minecraft.block.state.IBlockState blockStateUp
@Nullable protected final net.minecraft.block.state.IBlockState replantState
public CropDestroyDouble(net.minecraft.world.World world,
net.minecraft.block.state.IBlockState blockState,
net.minecraft.block.state.IBlockState blockStateUp,
net.minecraft.util.math.BlockPos position,
@Nullable
net.minecraft.block.state.IBlockState replantState)
protected boolean isCrop(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)
protected net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> harvestBlock(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)
harvestBlock in class Croppublic java.lang.String toString()
toString in class java.lang.Object