Interface PottedPlant

All Known Implementing Classes:
AuritisSaplingBlock, PottableSaplings

public interface PottedPlant
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    boolean
    canPlantOn(net.minecraft.world.level.block.Block block)
     
    default String
     
  • Method Details

    • canPlantOn

      boolean canPlantOn(net.minecraft.world.level.block.Block block)
    • canBePotted

      default boolean canBePotted()
    • getPottedState

      @Environment(CLIENT) default String getPottedState()