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 SlimefunItemThis package contains the various possible
InteractionResults
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 TypeClassDescriptionclassThis class represents the result of an interaction on anExternallyInteractableitem.