Class ItemFactory

java.lang.Object
nl.mtvehicles.core.infrastructure.utils.ItemFactory

public class ItemFactory extends Object
Class for an easy creation of items
  • Constructor Details

    • ItemFactory

      public ItemFactory(org.bukkit.Material material)
    • ItemFactory

      public ItemFactory(org.bukkit.inventory.ItemStack itemStack)
    • ItemFactory

      public ItemFactory(org.bukkit.Material material, int amount)
    • ItemFactory

      public ItemFactory(org.bukkit.Material material, int amount, int durability)
  • Method Details