Enchant

Entries

Link copied to clipboard

True

Link copied to clipboard

False

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
@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
@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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Link copied to clipboard
@NotNull
open fun viewRange(viewRange: Float): @NotNull TrackerUpdateAction.ViewRange
Creates view range action