Uses of Class
me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
Packages that use 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
Methods in io.github.thebusybiscuit.slimefun4.core that return types with arguments of type BlockMenuPreset -
Uses of BlockMenuPreset in io.github.thebusybiscuit.slimefun4.implementation.items.cargo
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.cargo with parameters of type BlockMenuPresetModifier and TypeMethodDescriptionprotected void
CargoOutputNode.createBorder
(BlockMenuPreset preset) -
Uses of BlockMenuPreset in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines with parameters of type BlockMenuPresetModifier and TypeMethodDescriptionprotected void
ElectricSmeltery.constructMenu
(BlockMenuPreset preset) -
Uses of BlockMenuPreset 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 BlockMenuPresetModifier 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
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.geo with parameters of type BlockMenuPreset -
Uses of BlockMenuPreset in me.mrCookieSlime.Slimefun.api
Methods in me.mrCookieSlime.Slimefun.api with parameters of type BlockMenuPreset -
Uses of BlockMenuPreset in me.mrCookieSlime.Slimefun.api.inventory
Fields in me.mrCookieSlime.Slimefun.api.inventory declared as BlockMenuPresetMethods in me.mrCookieSlime.Slimefun.api.inventory that return BlockMenuPresetConstructors in me.mrCookieSlime.Slimefun.api.inventory with parameters of type BlockMenuPresetModifierConstructorDescriptionBlockMenu
(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
Methods in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems with parameters of type BlockMenuPresetModifier and TypeMethodDescriptionprotected void
AContainer.constructMenu
(BlockMenuPreset preset) -
Uses of BlockMenuPreset in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces
Method parameters in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces with type arguments of type BlockMenuPresetModifier and TypeMethodDescriptiondefault void
InventoryBlock.createPreset
(SlimefunItem item, String title, Consumer<BlockMenuPreset> setup) Deprecated.default void
InventoryBlock.createPreset
(SlimefunItem item, Consumer<BlockMenuPreset> setup) Deprecated.