Interface PetalApothecary

All Known Implementing Classes:
PetalApothecaryBlockEntity

public interface PetalApothecary
Base Interface for the Petal Apothecary block entity
  • Method Details

    • setFluid

      void setFluid(PetalApothecary.State fluid)
      Set the contained fluid.
    • getFluid

      Get the contained fluid.
    • blockEntity

      default net.minecraft.world.level.block.entity.BlockEntity blockEntity()