Package fr.royalpha.revenge.core.legacy
Class LegacyItem
- java.lang.Object
-
- fr.royalpha.revenge.core.legacy.LegacyItem
-
public class LegacyItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LegacyItem(LegacyMaterial mat, int amount, short data)
LegacyItem(LegacyMaterial mat, int amount, org.bukkit.DyeColor color)
LegacyItem(LegacyMaterial mat, org.bukkit.DyeColor color)
LegacyItem(LegacyMaterial mat, org.bukkit.DyeColor color, int amount, short data)
-
Method Summary
Modifier and Type Method Description org.bukkit.inventory.ItemStack
getItemStack()
-
-
-
Constructor Detail
-
LegacyItem
public LegacyItem(LegacyMaterial mat, int amount, short data)
-
LegacyItem
public LegacyItem(LegacyMaterial mat, int amount, org.bukkit.DyeColor color)
-
LegacyItem
public LegacyItem(LegacyMaterial mat, org.bukkit.DyeColor color)
-
LegacyItem
public LegacyItem(LegacyMaterial mat, org.bukkit.DyeColor color, int amount, short data)
-
-