Interface FlowerPlaceable


public interface FlowerPlaceable
An Item that implements this can be placed by a Rannuncarpus.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    tryPlace(SpecialFlowerBlockEntity flower, net.minecraft.world.item.context.BlockPlaceContext ctx)
     
  • Method Details

    • tryPlace

      boolean tryPlace(SpecialFlowerBlockEntity flower, net.minecraft.world.item.context.BlockPlaceContext ctx)
      Parameters:
      ctx - The placement context, aiming downwards towards the downward neighbor position
      Returns:
      Whether the block was placed successfully