Class GlowFlowerPot

java.lang.Object
net.glowstone.block.GlowBlockState
net.glowstone.block.entity.state.GlowFlowerPot
All Implemented Interfaces:
org.bukkit.block.BlockState, org.bukkit.metadata.Metadatable

public class GlowFlowerPot extends GlowBlockState
  • Constructor Details

    • GlowFlowerPot

      public GlowFlowerPot(GlowBlock block)
      Creates an instance for the given block.
      Parameters:
      block - the flowerpot block
  • Method Details

    • update

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

      public org.bukkit.material.MaterialData getContents()
    • setContents

      public void setContents(org.bukkit.material.MaterialData contents)