Uses of Interface
dev.twilite.game.trait.Interactable
Packages that use Interactable
-
Uses of Interactable in dev.twilite.game.facade
Methods in dev.twilite.game.facade with parameters of type InteractableModifier and TypeMethodDescriptionstatic voidMagic.cast(Spell spell, Interactable target) Casts a spell on an interactable target. -
Uses of Interactable in dev.twilite.game.trait
Subinterfaces of Interactable in dev.twilite.game.traitModifier and TypeInterfaceDescriptioninterfaceA positioned unit that also exposes menu interactions. -
Uses of Interactable in dev.twilite.game.wrapper
Classes in dev.twilite.game.wrapper that implement InteractableModifier and TypeClassDescriptionclassActor<T extends dev.twilite.game.internal.memory.RSActor>Base wrapper for actor units such as players and NPCs.classInterface component/widget wrapper.classRepresents an item stack in an interactive item container, such as inventory, bank, or equipment.classNPC actor wrapper.classPlayer actor wrapper.classScene object wrapper for walls, decorations, and ground objects.classItem stack on a world tile.classTransmitted world entity backed by a child world.