SystemCore
Toggle table of contents
2.4.0
jvm
Platform filter
jvm
Switch theme
Search in API
SystemCore
SystemCore
/
com.system32.systemCore.managers.other
/
ActionManager
Action
Manager
class
ActionManager
(
actions
:
MutableList
<
String
>
)
Members
Constructors
Action
Manager
Link copied to clipboard
constructor
(
actions
:
MutableList
<
String
>
)
Types
Action
Type
Link copied to clipboard
enum
ActionType
:
Enum
<
ActionManager.ActionType
>
Functions
allow
Link copied to clipboard
fun
allow
(
vararg
toAllow
:
ActionManager.ActionType
)
disallow
Link copied to clipboard
fun
disallow
(
vararg
toDisallow
:
ActionManager.ActionType
)
handle
Link copied to clipboard
fun
handle
(
player
:
Player
)