Class BaseItem
java.lang.Object
io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack
io.github.sefiraat.slimetinker.items.BaseItem
- All Implemented Interfaces:
io.github.thebusybiscuit.slimefun5.core.attributes.ItemAttribute,io.github.thebusybiscuit.slimefun5.core.attributes.NotPlaceable
public class BaseItem
extends io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack
implements io.github.thebusybiscuit.slimefun5.core.attributes.NotPlaceable
-
Constructor Summary
ConstructorsConstructorDescriptionResource-driven: name/lore come from languages/en/items.yml.Resource-driven: name/lore come from languages/en/items.yml. -
Method Summary
Methods inherited from class io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack
add, add, addEnchantment, addEnchantments, addItemFlags, addUnsafeEnchantment, addUnsafeEnchantments, asHoverEvent, asHoverEvent, asOne, asQuantity, canRepair, clone, computeTooltipLines, containsEnchantment, damage, displayName, editMeta, editMeta, enchantWithLevels, enchantWithLevels, ensureServerConversions, equals, getAmount, getData, getDisplayName, getDurability, getEnchantmentLevel, getEnchantments, getI18NDisplayName, getItem, getItem, getItemFlags, getItemId, getItemMeta, getItemMetaSnapshot, getLore, getMaxItemUseDuration, getMaxItemUseDuration, getMaxStackSize, getRarity, getSkullTexture, getTranslationKey, getType, hashCode, hasItemFlag, hasItemMeta, isEmpty, isRepairableBy, isSimilar, item, lore, lore, removeEnchantment, removeEnchantments, removeItemFlags, serialize, serializeAsBytes, setAmount, setData, setDurability, setItemMeta, setLore, setType, subtract, subtract, toString, translationKey, withType
-
Constructor Details
-
BaseItem
-
BaseItem
-
BaseItem
Resource-driven: name/lore come from languages/en/items.yml. -
BaseItem
Resource-driven: name/lore come from languages/en/items.yml.
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceio.github.thebusybiscuit.slimefun5.core.attributes.ItemAttribute
-