Package vazkii.botania.api.item
Interface FlowerPlaceable
public interface FlowerPlaceable
An Item that implements this can be placed by a Rannuncarpus.
-
Method Summary
Modifier and TypeMethodDescriptionbooleantryPlace(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
-