Uses of Class
io.github.thebusybiscuit.slimefun4.core.multiblocks.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
Modifier and TypeMethodDescriptionMultiBlockInteractEvent.getMultiBlock()
This method returns theMultiBlock
which was interacted with.ModifierConstructorDescriptionMultiBlockInteractEvent
(Player p, MultiBlock mb, Block clicked, BlockFace face) -
Uses of MultiBlock in io.github.thebusybiscuit.slimefun4.core
Modifier and TypeMethodDescriptionSlimefunRegistry.getMultiBlocks()
This method returns aList
of every enabledMultiBlock
. -
Uses of MultiBlock in io.github.thebusybiscuit.slimefun4.core.handlers
Modifier and TypeMethodDescriptionboolean
MultiBlockInteractionHandler.onInteract
(Player p, MultiBlock mb, Block b) -
Uses of MultiBlock in io.github.thebusybiscuit.slimefun4.core.multiblocks