TimeScript

Script with time

Parameters

time

time

script

source script

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Empty script

Functions

Link copied to clipboard
open fun accept(entity: Entity)
Link copied to clipboard
open fun andThen(p: Consumer<in T>): Consumer<T>
@NotNull
open fun andThen(@NotNull after: @NotNull Consumer<in Entity>): @NotNull EntityScript
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun of(@NotNull scriptList: @NotNull List<EntityScript>): @NotNull EntityScript
Sums a script list to one
Link copied to clipboard
@NotNull
open fun time(time: Int): @NotNull TimeScript
Creates a timed script
Link copied to clipboard
abstract fun toString(): String