Uses of Class
io.github.thebusybiscuit.slimefun4.api.exceptions.IncompatibleItemHandlerException
Package
Description
This package contains a few classes that revolve around the API for
SlimefunItem
, such as
ItemSetting
This package contains all variations of
ItemHandler
that
can be assigned to a SlimefunItem
-
Uses of IncompatibleItemHandlerException in io.github.thebusybiscuit.slimefun4.api.items
Modifier and TypeMethodDescriptiondefault Optional<IncompatibleItemHandlerException>
ItemHandler.validate
(SlimefunItem item) This method is used to check whether a givenSlimefunItem
is compatible with thisItemHandler
, it will return anIncompatibleItemHandlerException
if the items are not compatible. -
Uses of IncompatibleItemHandlerException in io.github.thebusybiscuit.slimefun4.core.handlers
Modifier and TypeMethodDescriptiondefault Optional<IncompatibleItemHandlerException>
BlockDispenseHandler.validate
(SlimefunItem item) default Optional<IncompatibleItemHandlerException>
BlockUseHandler.validate
(SlimefunItem item) default Optional<IncompatibleItemHandlerException>
BowShootHandler.validate
(SlimefunItem item) default Optional<IncompatibleItemHandlerException>
MultiBlockInteractionHandler.validate
(SlimefunItem item) -
Uses of IncompatibleItemHandlerException in me.mrCookieSlime.Slimefun.Objects.handlers