Interface PlantTileType.Plantable

Enclosing class:
PlantTileType

public static interface PlantTileType.Plantable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isPlantableOn(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos spawnPos, AbstractPlant plant, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.phys.shapes.VoxelShape shape)
     
  • Method Details

    • isPlantableOn

      boolean isPlantableOn(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos spawnPos, AbstractPlant plant, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.phys.shapes.VoxelShape shape)