Interface Cauldron

All Superinterfaces:
BlockEntity

public interface Cauldron extends BlockEntity
  • Method Details

    • getPotionId

      short getPotionId()
    • setPotionId

      void setPotionId(int potionId)
    • getPotionType

      short getPotionType()
    • setPotionType

      void setPotionType(int potionType)
    • isSplash

      boolean isSplash()
    • setSplash

      void setSplash(boolean splash)
    • getCustomColor

      BlockColor getCustomColor()
    • setCustomColor

      void setCustomColor(BlockColor color)
    • hasCustomColor

      boolean hasCustomColor()