Uses of Class
io.github.thebusybiscuit.slimefun4.core.attributes.interactions.InteractionResult
Packages that use InteractionResult
Package
Description
This package contains all variations of
ItemAttribute
that
can be assigned to a SlimefunItem
This package contains the various possible
InteractionResult
s
that can be returned by an ExternallyInteractable
object.-
Uses of InteractionResult in io.github.thebusybiscuit.slimefun4.core.attributes
Methods in io.github.thebusybiscuit.slimefun4.core.attributes that return InteractionResultModifier and TypeMethodDescriptionExternallyInteractable.onInteract
(org.bukkit.Location location) This method should be used by the implementing class to fulfill the actions needed when being interacted with returning the result of the interaction. -
Uses of InteractionResult in io.github.thebusybiscuit.slimefun4.core.attributes.interactions
Modifier and TypeClassDescriptionclass
This class represents the result of an interaction on anExternallyInteractable
item.