BetterModel
Toggle table of contents
1.4.3-SNAPSHOT-58
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.script
/
EntityScript
Entity
Script
@
FunctionalInterface
interface
EntityScript
:
Consumer
<
T
>
Inheritors
TimeScript
Members
Functions
accept
Link copied to clipboard
abstract
fun
accept
(
p
:
T
)
and
Then
Link copied to clipboard
@
NotNull
open
fun
andThen
(
@
NotNull
after
:
Consumer
<
in
Entity
>
)
:
EntityScript
of
Link copied to clipboard
@
NotNull
open
fun
of
(
@
NotNull
scriptList
:
List
<
EntityScript
>
)
:
EntityScript
time
Link copied to clipboard
@
NotNull
open
fun
time
(
time
:
Int
)
:
TimeScript