pda
jvm
core
/
net.artux.pda.map.ecs.interactive
/
InteractiveComponent
Interactive
Component
open
class
InteractiveComponent
:
Component
Members
Constructors
Interactive
Component
Link copied to clipboard
constructor
(
title
:
String
,
type
:
Int
,
listener
:
InteractiveComponent.InteractListener
)
Types
Interact
Listener
Link copied to clipboard
interface
InteractListener
Type
Link copied to clipboard
enum
Type
Properties
listener
Link copied to clipboard
val
listener
:
InteractiveComponent.InteractListener
title
Link copied to clipboard
open
var
title
:
String
type
Link copied to clipboard
open
var
type
:
InteractiveComponent.Type
Functions
get
Title
Link copied to clipboard
open
fun
getTitle
(
)
:
String
interact
Link copied to clipboard
open
fun
interact
(
)