Uses of Class
me.mrCookieSlime.Slimefun.api.inventory.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
Modifier and TypeMethodDescriptionAsyncAutoEnchanterProcessEvent.getMenu()
This returns theAutoEnchanter
'sBlockMenu
ModifierConstructorDescriptionAsyncAutoEnchanterProcessEvent
(ItemStack item, ItemStack enchantedBook, BlockMenu menu) -
Uses of BlockMenu in io.github.thebusybiscuit.slimefun4.core.machines
Modifier and TypeMethodDescriptionvoid
MachineProcessor.updateProgressBar
(BlockMenu inv, int slot, T operation) -
Uses of BlockMenu in io.github.thebusybiscuit.slimefun4.implementation.items.androids
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected MachineRecipe
ProduceCollector.findNextRecipe
(BlockMenu inv) -
Uses of BlockMenu in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors
Modifier and TypeMethodDescriptionprotected void
Reactor.updateInventory
(BlockMenu menu, Block b) -
Uses of BlockMenu in io.github.thebusybiscuit.slimefun4.implementation.items.geo
-
Uses of BlockMenu in me.mrCookieSlime.Slimefun.api
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected MachineRecipe
AContainer.findNextRecipe
(BlockMenu inv)