Class RestoredBackpack
java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.thebusybiscuit.slimefun4.implementation.items.SimpleSlimefunItem<ItemUseHandler>
io.github.thebusybiscuit.slimefun4.implementation.items.backpacks.SlimefunBackpack
io.github.thebusybiscuit.slimefun4.implementation.items.backpacks.RestoredBackpack
- All Implemented Interfaces:
DistinctiveItem
,ItemAttribute
,Placeable
This class represents a
SlimefunBackpack
that has been restored via /sf backpack for retrieving items if the
original has been lost.
This backpack cannot be crafted nor crafted into other items. Its purpose is exclusively that of restoring
the lost inventory and shouldn't be used as a backpack replacement.
Right-Clicking will open the Inventory
of the restored Backpack.- Author:
- Sfiguz7
- See Also:
-
Field Summary
Fields inherited from class io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
addon, disenchantable, enchantable, hidden, recipeOutput, useableInWorkbench
-
Constructor Summary
ConstructorDescriptionRestoredBackpack
(ItemGroup itemGroup) This will create a newSlimefunBackpack
with the given arguments. -
Method Summary
Methods inherited from class io.github.thebusybiscuit.slimefun4.implementation.items.backpacks.SlimefunBackpack
canStack, getItemHandler, getSize, isItemAllowed
Methods inherited from class io.github.thebusybiscuit.slimefun4.implementation.items.SimpleSlimefunItem
preRegister
Methods inherited from class io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
addItemHandler, addItemSetting, addOfficialWikipage, callItemHandler, canUse, equals, error, getAddon, getBlockTicker, getById, getByItem, getDrops, getDrops, getHandlers, getId, getItem, getItemGroup, getItemName, getItemSetting, getItemSettings, getOptionalById, getOptionalByItem, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, hashCode, hasResearch, info, isDisabled, isDisabledIn, isDisenchantable, isEnchantable, isHidden, isItem, isItemStackImmutable, isTicking, isUseableInWorkbench, load, postRegister, register, sendDeprecationWarning, setHidden, setItemGroup, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.github.thebusybiscuit.slimefun4.core.attributes.ItemAttribute
getId
Methods inherited from interface io.github.thebusybiscuit.slimefun4.core.attributes.Placeable
useVanillaBlockBreaking
-
Constructor Details
-
RestoredBackpack
This will create a newSlimefunBackpack
with the given arguments.- Parameters:
itemGroup
- theItemGroup
to bind thisSlimefunBackpack
to
-