Interface BrewingStandContainer

All Superinterfaces:
Container

public interface BrewingStandContainer extends Container
Represents a container of a brewing stand.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface eu.sculkpowered.server.container.Container

    Container.Type
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the brew time.
    void
    brewTime(int brewTime)
    Sets the brew time.
    int
    Gets the fuel time.
    void
    fuelTime(@org.jetbrains.annotations.Range(from=0L, to=20L) int fuelTime)
    Sets the fuel time.

    Methods inherited from interface eu.sculkpowered.server.container.Container

    item, item, items, title, type
  • Method Details

    • brewTime

      void brewTime(int brewTime)
      Sets the brew time.
      Parameters:
      brewTime - the brew time to set
      Since:
      1.0.0
    • brewTime

      int brewTime()
      Gets the brew time.
      Returns:
      the brew time
      Since:
      1.0.0
    • fuelTime

      void fuelTime(@org.jetbrains.annotations.Range(from=0L, to=20L) int fuelTime)
      Sets the fuel time.
      Parameters:
      fuelTime - the fuel time to set
      Since:
      1.0.0
    • fuelTime

      int fuelTime()
      Gets the fuel time.
      Returns:
      the fuel time
      Since:
      1.0.0