Class GlowBrewingStand

All Implemented Interfaces:
com.destroystokyo.paper.loottable.LootableBlockInventory, com.destroystokyo.paper.loottable.LootableInventory, org.bukkit.block.BlockState, org.bukkit.block.BrewingStand, org.bukkit.block.Container, org.bukkit.block.Lockable, org.bukkit.block.TileState, org.bukkit.inventory.BlockInventoryHolder, org.bukkit.inventory.InventoryHolder, org.bukkit.loot.Lootable, org.bukkit.metadata.Metadatable, org.bukkit.Nameable, org.bukkit.persistence.PersistentDataHolder

public class GlowBrewingStand extends GlowContainer implements org.bukkit.block.BrewingStand
  • Constructor Details

    • GlowBrewingStand

      public GlowBrewingStand(GlowBlock block)
    • GlowBrewingStand

      public GlowBrewingStand(GlowBlock block, int brewTime)
  • Method Details

    • getInventory

      public org.bukkit.inventory.BrewerInventory getInventory()
      Specified by:
      getInventory in interface org.bukkit.block.BrewingStand
      Specified by:
      getInventory in interface org.bukkit.block.Container
      Specified by:
      getInventory in interface org.bukkit.inventory.InventoryHolder
      Overrides:
      getInventory in class GlowContainer
    • update

      public boolean update(boolean force, boolean applyPhysics)
      Specified by:
      update in interface org.bukkit.block.BlockState
      Overrides:
      update in class GlowBlockState
    • getSnapshotInventory

      public org.bukkit.inventory.BrewerInventory getSnapshotInventory()
      Specified by:
      getSnapshotInventory in interface org.bukkit.block.BrewingStand
      Specified by:
      getSnapshotInventory in interface org.bukkit.block.Container
      Overrides:
      getSnapshotInventory in class GlowContainer
    • getBrewingTime

      public int getBrewingTime()
      Specified by:
      getBrewingTime in interface org.bukkit.block.BrewingStand
    • setBrewingTime

      public void setBrewingTime(int brewingTime)
      Specified by:
      setBrewingTime in interface org.bukkit.block.BrewingStand
    • getFuelLevel

      public int getFuelLevel()
      Specified by:
      getFuelLevel in interface org.bukkit.block.BrewingStand
    • setFuelLevel

      public void setFuelLevel(int fuelLevel)
      Specified by:
      setFuelLevel in interface org.bukkit.block.BrewingStand