Class PlotItemStack

java.lang.Object
com.plotsquared.core.plot.PlotItemStack

public class PlotItemStack extends Object
  • Constructor Details

    • PlotItemStack

      public PlotItemStack(String id, int amount, String name, String... lore)
      Parameters:
      id - String ID
      amount - Amount of items in the stack
      name - The display name of the item stack
      lore - The item stack lore
  • Method Details

    • getBlockState

      public com.sk89q.worldedit.world.block.BlockState getBlockState()
    • getType

      public com.sk89q.worldedit.world.item.ItemType getType()
    • getAmount

      public int getAmount()
    • getName

      public String getName()
    • getLore

      public String[] getLore()