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
ConstructorsConstructorDescriptionRestoredBackpack(ItemGroup itemGroup) This will create a newSlimefunBackpackwith the given arguments. -
Method Summary
Methods inherited from class io.github.thebusybiscuit.slimefun4.implementation.items.backpacks.SlimefunBackpack
canStack, getItemHandler, getSize, isItemAllowedMethods inherited from class io.github.thebusybiscuit.slimefun4.implementation.items.SimpleSlimefunItem
preRegisterMethods 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, warnMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.github.thebusybiscuit.slimefun4.core.attributes.ItemAttribute
getIdMethods inherited from interface io.github.thebusybiscuit.slimefun4.core.attributes.Placeable
useVanillaBlockBreaking
-
Constructor Details
-
RestoredBackpack
This will create a newSlimefunBackpackwith the given arguments.- Parameters:
itemGroup- theItemGroupto bind thisSlimefunBackpackto
-