GlowColor

Glow color

Parameters

glowColor

glow color

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun and(p: BiPredicate<in T, in U>): BiPredicate<T, U>
Link copied to clipboard
@NotNull
open fun billboard(@NotNull billboard: @NotNull Display.Billboard): @NotNull TrackerUpdateAction.Billboard
Creates billboard action
Link copied to clipboard
@NotNull
open fun brightness(block: Int, sky: Int): @NotNull TrackerUpdateAction.Brightness
Creates brightness action
Link copied to clipboard
@NotNull
open fun composite(@NotNull actions: Array<@NotNull TrackerUpdateAction>): @NotNull TrackerUpdateAction.Composite
Gets composited action
Link copied to clipboard
@NotNull
open fun enchant(enchant: Boolean): @NotNull TrackerUpdateAction.Enchant
Gets enchant action
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
@NotNull
open fun glow(glow: Boolean): @NotNull TrackerUpdateAction.Glow
Creates glow action
Link copied to clipboard
@NotNull
open fun glowColor(glowColor: Int): @NotNull TrackerUpdateAction.GlowColor
Creates glow color action
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun itemMapping(): @NotNull TrackerUpdateAction.ItemMapping
Gets item mapping action
Link copied to clipboard
@NotNull
open fun itemStack(@NotNull itemStack: @NotNull TransformedItemStack): @NotNull TrackerUpdateAction.ItemStack
Creates item stack action
Link copied to clipboard
@NotNull
open fun moveDuration(moveDuration: Int): @NotNull TrackerUpdateAction.MoveDuration
Creates move duration action
Link copied to clipboard
open fun negate(): BiPredicate<T, U>
Link copied to clipboard
open fun or(p: BiPredicate<in T, in U>): BiPredicate<T, U>
Link copied to clipboard
@NotNull
open fun previousTint(): @NotNull TrackerUpdateAction.PreviousTint
Gets previous tint action
Link copied to clipboard
@NotNull
open fun stream(): @NotNull Stream<TrackerUpdateAction>
Gets action stream
Link copied to clipboard
abstract fun test(p: T, p1: U): Boolean
open fun test(@NotNull bone: @NotNull RenderedBone, @NotNull predicate: @NotNull BonePredicate): Boolean
Link copied to clipboard
@NotNull
open fun then(@NotNull action: @NotNull TrackerUpdateAction): @NotNull TrackerUpdateAction
Adds other actions to this update action
Link copied to clipboard
@NotNull
open fun tint(rgb: Int): @NotNull TrackerUpdateAction.Tint
Creates tint action
Link copied to clipboard
@NotNull
open fun togglePart(toggle: Boolean): @NotNull TrackerUpdateAction.TogglePart
Gets toggle part action
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
@NotNull
open fun viewRange(viewRange: Float): @NotNull TrackerUpdateAction.ViewRange
Creates view range action