Uses of Class
io.github.thebusybiscuit.slimefun4.api.events.BlockPlacerPlaceEvent
Packages that use BlockPlacerPlaceEvent
Package
Description
This package contains all variations of
ItemHandler
that
can be assigned to a SlimefunItem
-
Uses of BlockPlacerPlaceEvent in io.github.thebusybiscuit.slimefun4.core.handlers
Methods in io.github.thebusybiscuit.slimefun4.core.handlers with parameters of type BlockPlacerPlaceEventModifier and TypeMethodDescriptionvoid
BlockPlaceHandler.onBlockPlacerPlace
(BlockPlacerPlaceEvent e) This method is called whenever aBlockPlacer
places thisBlock
.