Class NetworkPowerOutlet
java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.sefiraat.networks.slimefun.network.NetworkObject
io.github.sefiraat.networks.slimefun.network.NetworkDirectional
io.github.sefiraat.networks.slimefun.network.NetworkPowerOutlet
- All Implemented Interfaces:
AdminDebuggable,io.github.thebusybiscuit.slimefun4.core.attributes.Placeable
-
Field Summary
Fields inherited from class io.github.sefiraat.networks.slimefun.network.NetworkDirectional
DIRECTION, OWNER_KEYFields 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
ConstructorsConstructorDescriptionNetworkPowerOutlet(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, int rate) -
Method Summary
Methods inherited from class io.github.sefiraat.networks.slimefun.network.NetworkDirectional
directionClick, getBackgroundSlots, getCurrentDirection, getDirectionalSlotPane, getDirectionalSlotPane, getDownSlot, getDustOptions, getEastSlot, getInputSlots, getItemSlots, getNorthSlot, getOtherBackgroundSlots, getOtherBackgroundStack, getOutputSlots, getSelectedFace, getSouthSlot, getUpSlot, getWestSlot, openDirection, postRegister, setDirection, showParticleMethods 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
-
NetworkPowerOutlet
public NetworkPowerOutlet(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, int rate)
-
-
Method Details
-
onTick
public void onTick(@Nullable me.mrCookieSlime.Slimefun.api.inventory.BlockMenu menu, @Nonnull Block b) - Overrides:
onTickin classNetworkDirectional
-