Uses of Class
io.github.thebusybiscuit.slimefun4.core.multiblocks.MultiBlock
Packages that use MultiBlock
Package
Description
This package contains all extensions of
Event
that Slimefun provides
and allows you to listen to.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 contains all variations of
ItemHandler
that
can be assigned to a SlimefunItem
This package holds all core mechanics related to a
MultiBlock
, like that class itself.-
Uses of MultiBlock in io.github.thebusybiscuit.slimefun4.api.events
Methods in io.github.thebusybiscuit.slimefun4.api.events that return MultiBlockModifier and TypeMethodDescriptionMultiBlockInteractEvent.getMultiBlock()
This method returns theMultiBlock
which was interacted with.Constructors in io.github.thebusybiscuit.slimefun4.api.events with parameters of type MultiBlockModifierConstructorDescriptionMultiBlockInteractEvent
(Player p, MultiBlock mb, Block clicked, BlockFace face) -
Uses of MultiBlock in io.github.thebusybiscuit.slimefun4.core
Methods in io.github.thebusybiscuit.slimefun4.core that return types with arguments of type MultiBlockModifier and TypeMethodDescriptionSlimefunRegistry.getMultiBlocks()
This method returns aList
of every enabledMultiBlock
. -
Uses of MultiBlock in io.github.thebusybiscuit.slimefun4.core.handlers
Methods in io.github.thebusybiscuit.slimefun4.core.handlers with parameters of type MultiBlockModifier and TypeMethodDescriptionboolean
MultiBlockInteractionHandler.onInteract
(Player p, MultiBlock mb, Block b) -
Uses of MultiBlock in io.github.thebusybiscuit.slimefun4.core.multiblocks
Fields in io.github.thebusybiscuit.slimefun4.core.multiblocks declared as MultiBlockMethods in io.github.thebusybiscuit.slimefun4.core.multiblocks that return MultiBlock