Uses of Class
me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
Package
Description
This package holds the core systems of Slimefun, these are not necessarily used as an API
but rather provide the core functionality of this
Plugin
.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
Entity
interactions, most notably
the
AbstractEntityAssembler
.This package holds implementations of any
SlimefunItem
that
deals with the GEOResource
API.-
Uses of BlockMenuPreset in io.github.thebusybiscuit.slimefun4.core
-
Uses of BlockMenuPreset in io.github.thebusybiscuit.slimefun4.implementation.items.cargo
Modifier and TypeMethodDescriptionprotected void
CargoOutputNode.createBorder
(BlockMenuPreset preset) -
Uses of BlockMenuPreset in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines
Modifier and TypeMethodDescriptionprotected void
ElectricSmeltery.constructMenu
(BlockMenuPreset preset) -
Uses of BlockMenuPreset in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities
Modifier and TypeMethodDescriptionprotected void
AbstractEntityAssembler.constructMenu
(BlockMenuPreset preset) protected void
AutoBreeder.constructMenu
(BlockMenuPreset preset) protected void
ExpCollector.constructMenu
(BlockMenuPreset preset) protected void
IronGolemAssembler.constructMenu
(BlockMenuPreset preset) protected void
WitherAssembler.constructMenu
(BlockMenuPreset preset) -
Uses of BlockMenuPreset in io.github.thebusybiscuit.slimefun4.implementation.items.geo
-
Uses of BlockMenuPreset in me.mrCookieSlime.Slimefun.api
-
Uses of BlockMenuPreset in me.mrCookieSlime.Slimefun.api.inventory
ModifierConstructorDescriptionBlockMenu
(BlockMenuPreset preset, Location l) BlockMenu
(BlockMenuPreset preset, Location l, io.github.bakedlibs.dough.config.Config cfg) DirtyChestMenu
(BlockMenuPreset preset) UniversalBlockMenu
(BlockMenuPreset preset) UniversalBlockMenu
(BlockMenuPreset preset, io.github.bakedlibs.dough.config.Config cfg) -
Uses of BlockMenuPreset in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems
Modifier and TypeMethodDescriptionprotected void
AContainer.constructMenu
(BlockMenuPreset preset) -
Uses of BlockMenuPreset in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces
Modifier and TypeMethodDescriptiondefault void
InventoryBlock.createPreset
(SlimefunItem item, String title, Consumer<BlockMenuPreset> setup) Deprecated.default void
InventoryBlock.createPreset
(SlimefunItem item, Consumer<BlockMenuPreset> setup) Deprecated.