Uses of Class
me.mrCookieSlime.Slimefun.api.inventory.BlockMenu
Packages that use BlockMenu
Package
Description
This package contains all extensions of
Event
that Slimefun provides
and allows you to listen to.This package contains sources related to the
MachineProcessor
and any MachineOperation
.This package provides the different implementations of
SlimefunItem
that are related to the CargoNet
, most
notably: Cargo Nodes.This package contains the different implementations of
SlimefunItem
that are also an
EnergyNetComponent
with the type CONSUMER
.This package contains any electric machines related to enchanting.
This package contains any electric machines related to
Entity
interactions, most notably
the
AbstractEntityAssembler
.This package contains the different implementations of
Reactor
.This package holds implementations of any
SlimefunItem
that
deals with the GEOResource
API.-
Uses of BlockMenu in com.xzavier0722.mc.plugin.slimefun4.autocrafter
Methods in com.xzavier0722.mc.plugin.slimefun4.autocrafter with parameters of type BlockMenuConstructors in com.xzavier0722.mc.plugin.slimefun4.autocrafter with parameters of type BlockMenu -
Uses of BlockMenu in com.xzavier0722.mc.plugin.slimefun4.storage.controller
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.controller that return BlockMenu -
Uses of BlockMenu in com.xzavier0722.mc.plugin.slimefun4.storage.util
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.util that return BlockMenu -
Uses of BlockMenu in io.github.thebusybiscuit.slimefun4.api.events
Methods in io.github.thebusybiscuit.slimefun4.api.events that return BlockMenuModifier and TypeMethodDescriptionAsyncAutoEnchanterProcessEvent.getMenu()
This returns theAutoEnchanter
'sBlockMenu
Constructors in io.github.thebusybiscuit.slimefun4.api.events with parameters of type BlockMenuModifierConstructorDescriptionAsyncAutoEnchanterProcessEvent
(org.bukkit.inventory.ItemStack item, org.bukkit.inventory.ItemStack enchantedBook, BlockMenu menu) -
Uses of BlockMenu in io.github.thebusybiscuit.slimefun4.core.machines
Methods in io.github.thebusybiscuit.slimefun4.core.machines with parameters of type BlockMenuModifier and TypeMethodDescriptionvoid
MachineProcessor.updateProgressBar
(BlockMenu inv, int slot, T operation) -
Uses of BlockMenu in io.github.thebusybiscuit.slimefun4.implementation.items.cargo
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.cargo with parameters of type BlockMenuModifier and TypeMethodDescriptionprotected void
CargoInputNode.updateBlockMenu
(BlockMenu menu, org.bukkit.block.Block b) protected void
CargoOutputNode.updateBlockMenu
(BlockMenu menu, org.bukkit.block.Block b) -
Uses of BlockMenu in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines with parameters of type BlockMenuModifier and TypeMethodDescriptionprotected MachineRecipe
AutoAnvil.findNextRecipe
(BlockMenu menu) protected MachineRecipe
AutoBrewer.findNextRecipe
(BlockMenu menu) protected MachineRecipe
ElectricDustWasher.findNextRecipe
(BlockMenu menu) protected MachineRecipe
ElectricGoldPan.findNextRecipe
(BlockMenu menu) -
Uses of BlockMenu in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting with parameters of type BlockMenuModifier and TypeMethodDescriptionprotected MachineRecipe
AutoEnchanter.enchant
(BlockMenu menu, org.bukkit.inventory.ItemStack target, org.bukkit.inventory.ItemStack enchantedBook) protected MachineRecipe
AutoDisenchanter.findNextRecipe
(BlockMenu menu) protected MachineRecipe
AutoEnchanter.findNextRecipe
(BlockMenu menu) protected MachineRecipe
BookBinder.findNextRecipe
(BlockMenu menu) -
Uses of BlockMenu in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities with parameters of type BlockMenuModifier and TypeMethodDescriptionprotected MachineRecipe
ProduceCollector.findNextRecipe
(BlockMenu inv) -
Uses of BlockMenu in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors that return BlockMenuModifier and TypeMethodDescriptionprotected BlockMenu
Reactor.getAccessPort
(BlockMenu menu, org.bukkit.Location l) Methods in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors with parameters of type BlockMenuModifier and TypeMethodDescriptionprotected BlockMenu
Reactor.getAccessPort
(BlockMenu menu, org.bukkit.Location l) protected void
Reactor.updateInventory
(BlockMenu menu, org.bukkit.block.Block b) -
Uses of BlockMenu in io.github.thebusybiscuit.slimefun4.implementation.items.geo
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.geo with parameters of type BlockMenu -
Uses of BlockMenu in me.mrCookieSlime.Slimefun.api
Methods in me.mrCookieSlime.Slimefun.api that return BlockMenuModifier and TypeMethodDescriptionstatic BlockMenu
BlockStorage.getInventory
(org.bukkit.block.Block b) Deprecated.static BlockMenu
BlockStorage.getInventory
(org.bukkit.Location l) Deprecated. -
Uses of BlockMenu in me.mrCookieSlime.Slimefun.api.inventory
Methods in me.mrCookieSlime.Slimefun.api.inventory with parameters of type BlockMenuModifier and TypeMethodDescriptionvoid
BlockMenuPreset.newInstance
(BlockMenu menu, org.bukkit.block.Block b) void
BlockMenuPreset.newInstance
(BlockMenu menu, org.bukkit.Location l) -
Uses of BlockMenu in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems
Methods in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems with parameters of type BlockMenuModifier and TypeMethodDescriptionprotected MachineRecipe
AContainer.findNextRecipe
(BlockMenu inv)