Class NetworkGrid
java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.sefiraat.networks.slimefun.network.NetworkObject
io.github.sefiraat.networks.slimefun.network.grid.AbstractGrid
io.github.sefiraat.networks.slimefun.network.grid.NetworkGrid
- All Implemented Interfaces:
AdminDebuggable,io.github.thebusybiscuit.slimefun4.core.attributes.Placeable
-
Field Summary
Fields inherited from class io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
addon, disenchantable, enchantable, hidden, recipeOutput, useableInWorkbenchFields inherited from interface io.github.sefiraat.networks.slimefun.network.AdminDebuggable
DEBUG_KEY -
Constructor Summary
ConstructorsConstructorDescriptionNetworkGrid(io.github.thebusybiscuit.slimefun4.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun4.api.items.SlimefunItemStack item, io.github.thebusybiscuit.slimefun4.api.recipes.RecipeType recipeType, ItemStack[] recipe) -
Method Summary
Modifier and TypeMethodDescriptionint[]intint[]protected intintintintprotected me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPresetMethods inherited from class io.github.sefiraat.networks.slimefun.network.grid.AbstractGrid
clearDisplay, getBlankSlotStack, getChangeSortStack, getEntries, getFilterStack, getPageNextStack, getPagePreviousStack, postRegister, retrieveItem, setFilter, tryAddItem, updateDisplayMethods inherited from class io.github.sefiraat.networks.slimefun.network.NetworkObject
addToRegistry, onBreak, preBreak, runSyncMethods 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, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, hashCode, hasResearch, info, isDisabled, isDisabledIn, isDisenchantable, isEnchantable, isHidden, isItem, isItemStackImmutable, isTicking, isUseableInWorkbench, load, preRegister, 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.sefiraat.networks.slimefun.network.AdminDebuggable
isDebug, sendDebugMessage, setDebug, toggleMethods inherited from interface io.github.thebusybiscuit.slimefun4.core.attributes.Placeable
useVanillaBlockBreaking
-
Constructor Details
-
NetworkGrid
public NetworkGrid(io.github.thebusybiscuit.slimefun4.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun4.api.items.SlimefunItemStack item, io.github.thebusybiscuit.slimefun4.api.recipes.RecipeType recipeType, ItemStack[] recipe)
-
-
Method Details
-
getPreset
@Nonnull protected me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset getPreset()- Specified by:
getPresetin classAbstractGrid
-
getCacheMap
- Specified by:
getCacheMapin classAbstractGrid
-
getBackgroundSlots
public int[] getBackgroundSlots()- Specified by:
getBackgroundSlotsin classAbstractGrid
-
getDisplaySlots
public int[] getDisplaySlots()- Specified by:
getDisplaySlotsin classAbstractGrid
-
getInputSlot
public int getInputSlot()- Specified by:
getInputSlotin classAbstractGrid
-
getChangeSort
public int getChangeSort()- Specified by:
getChangeSortin classAbstractGrid
-
getPagePrevious
public int getPagePrevious()- Specified by:
getPagePreviousin classAbstractGrid
-
getPageNext
public int getPageNext()- Specified by:
getPageNextin classAbstractGrid
-
getFilterSlot
protected int getFilterSlot()- Specified by:
getFilterSlotin classAbstractGrid
-