Billboard

Billboard

Parameters

billboard

billboard

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 data
Link copied to clipboard
@NotNull
open fun brightness(block: Int, sky: Int): @NotNull TrackerUpdateAction.Brightness
Creates brightness data
Link copied to clipboard
@NotNull
open fun enchant(enchant: Boolean): @NotNull TrackerUpdateAction.Enchant
Gets enchant data
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
@NotNull
open fun glow(glow: Boolean, glowColor: Int): @NotNull TrackerUpdateAction.Glow
Creates glow data
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun itemStack(@NotNull itemStack: @NotNull TransformedItemStack): @NotNull TrackerUpdateAction.ItemStack
Creates item stack data
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
abstract fun test(p: T, p1: U): Boolean
open fun test(@NotNull b: @NotNull RenderedBone, @NotNull p: @NotNull BonePredicate): Boolean
Link copied to clipboard
@NotNull
open fun tint(rgb: Int): @NotNull TrackerUpdateAction.Tint
Creates tint data
Link copied to clipboard
@NotNull
open fun togglePart(toggle: Boolean): @NotNull TrackerUpdateAction.TogglePart
Gets toggle part data
Link copied to clipboard
abstract fun toString(): String