Uses of Class
io.github.thebusybiscuit.slimefun4.api.exceptions.IncompatibleItemHandlerException
Packages that use 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
Methods in io.github.thebusybiscuit.slimefun4.api.items that return types with arguments of type IncompatibleItemHandlerExceptionModifier 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
Methods in io.github.thebusybiscuit.slimefun4.core.handlers that return types with arguments of type IncompatibleItemHandlerExceptionModifier 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
Methods in me.mrCookieSlime.Slimefun.Objects.handlers that return types with arguments of type IncompatibleItemHandlerException