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 holds implementations of
SlimefunItem
that are related to the ProgrammableAndroid
.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 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
(ItemStack item, 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.androids
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.androids with parameters of type BlockMenuModifier and TypeMethodDescriptionprotected boolean
protected boolean
protected void
ProgrammableAndroid.depositItems
(BlockMenu menu, Block facedBlock) protected void
protected void
void
Instruction.execute
(ProgrammableAndroid android, Block b, BlockMenu inventory, BlockFace face) protected void
protected void
protected void
protected void
protected void
MinerAndroid.moveAndDig
(Block b, BlockMenu menu, BlockFace face, Block block) protected void
ProgrammableAndroid.moveAndDig
(Block b, BlockMenu menu, BlockFace face, Block block) protected void
-
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, Block b) protected void
CargoOutputNode.updateBlockMenu
(BlockMenu menu, 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
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 BlockMenuMethods in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors with parameters of type BlockMenuModifier and TypeMethodDescriptionprotected void
Reactor.updateInventory
(BlockMenu menu, 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
(Block b) static BlockMenu
BlockStorage.getInventory
(Location l) BlockStorage.loadInventory
(Location l, BlockMenuPreset preset) -
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, Block b) void
BlockMenuPreset.newInstance
(BlockMenu menu, 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)