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