RenderPipeline

A pipeline class of each tracker.

Constructors

Link copied to clipboard
constructor(@NotNull parent: @NotNull ModelRenderer, @NotNull source: @NotNull RenderSource<out Any>, @NotNull boneMap: @NotNull Map<BoneName, RenderedBone>)

Functions

Link copied to clipboard
open fun addPositionModifier(@NotNull predicate: @NotNull BonePredicate, @NotNull mapper: @NotNull (Vector3f) -> Vector3f): Boolean
Link copied to clipboard
open fun addRotationModifier(@NotNull predicate: @NotNull BonePredicate, @NotNull mapper: @NotNull (Quaternionf) -> Quaternionf): Boolean
Link copied to clipboard
@NotNull
open fun allPlayer(): @NotNull Stream<Player>
Link copied to clipboard
@ApiStatus.Internal
open fun animate(@NotNull filter: @NotNull Predicate<RenderedBone>, @NotNull animation: @NotNull BlueprintAnimation, @NotNull modifier: @NotNull AnimationModifier, @NotNull eventHandler: @NotNull AnimationEventHandler): Boolean
Link copied to clipboard
@Nullable
open fun boneOf(@NotNull predicate: @NotNull Predicate<RenderedBone>): @Nullable RenderedBone
@Nullable
open fun boneOf(@NotNull name: @NotNull BoneName): @Nullable RenderedBone
Link copied to clipboard
@NotNull
@Unmodifiable
open fun bones(): @NotNull @Unmodifiable Collection<RenderedBone>
Link copied to clipboard
@Nullable
open fun channel(@NotNull uuid: @NotNull UUID): @Nullable PlayerChannelHandler
Link copied to clipboard
@NotNull
open fun createBundler(): @NotNull PacketBundler
Link copied to clipboard
@NotNull
open fun createLazyBundler(): @NotNull PacketBundler
Link copied to clipboard
@NotNull
open fun createParallelBundler(): @NotNull PacketBundler
Link copied to clipboard
open fun defaultPosition(@NotNull movement: @NotNull Supplier<Vector3f>)
Link copied to clipboard
open fun despawn()
Link copied to clipboard
open fun despawnPacketHandler(@NotNull despawnPacketHandler: @NotNull Consumer<PacketBundler>)
Link copied to clipboard
@NotNull
open fun filteredPlayer(@NotNull predicate: @NotNull Predicate<Player>): @NotNull Stream<Player>
Link copied to clipboard
open fun <T> firstNotNull(@NotNull mapper: @NotNull (RenderedBone) -> T): @Nullable T
Link copied to clipboard
open fun hide(@NotNull player: @NotNull Player): Boolean
Link copied to clipboard
open fun hideFilter(@NotNull filter: @NotNull Predicate<Player>)
Link copied to clipboard
open fun hidePacketHandler(@NotNull despawnPacketHandler: @NotNull Consumer<PacketBundler>)
Link copied to clipboard
@NotNull
open fun hitboxes(): @NotNull Stream<HitBox>
Link copied to clipboard
open fun isHide(@NotNull player: @NotNull Player): Boolean
Link copied to clipboard
open fun isSpawned(@NotNull uuid: @NotNull UUID): Boolean
Link copied to clipboard
open fun iterateTree(@NotNull consumer: @NotNull Consumer<RenderedBone>)
Link copied to clipboard
open fun matchTree(@NotNull predicate: @NotNull Predicate<RenderedBone>): Boolean
open fun matchTree(@NotNull predicate: @NotNull AnimationPredicate, mapper: BiPredicate<RenderedBone, AnimationPredicate>): Boolean
open fun matchTree(@NotNull predicate: @NotNull BonePredicate, mapper: BiPredicate<RenderedBone, BonePredicate>): Boolean
Link copied to clipboard
@NotNull
open fun name(): @NotNull String
Link copied to clipboard
@NotNull
open fun nonHidePlayer(): @NotNull Stream<Player>
Link copied to clipboard
open fun playerCount(): Int
Link copied to clipboard
@ApiStatus.Internal
open fun remove(@NotNull player: @NotNull Player): Boolean
Link copied to clipboard
@ApiStatus.Internal
open fun replace(@NotNull filter: @NotNull Predicate<RenderedBone>, @NotNull target: @NotNull String, @NotNull animation: @NotNull BlueprintAnimation, @NotNull modifier: @NotNull AnimationModifier): Boolean
Link copied to clipboard
open fun rotate(@NotNull rotation: @NotNull ModelRotation, @NotNull bundler: @NotNull PacketBundler): Boolean
Link copied to clipboard
@Nullable
open fun runningAnimation(): @Nullable RunningAnimation
Link copied to clipboard
open fun scale(@NotNull scale: @NotNull FloatSupplier)
Link copied to clipboard
open fun show(@NotNull player: @NotNull Player): Boolean
Link copied to clipboard
open fun showPacketHandler(@NotNull despawnPacketHandler: @NotNull Consumer<PacketBundler>)
Link copied to clipboard
@ApiStatus.Internal
open fun spawn(@NotNull player: @NotNull Player, @NotNull bundler: @NotNull PacketBundler): Boolean
Link copied to clipboard
open fun spawnPacketHandler(@NotNull spawnPacketHandler: @NotNull Consumer<PacketBundler>)
Link copied to clipboard
@ApiStatus.Internal
open fun stopAnimation(@NotNull filter: @NotNull Predicate<RenderedBone>, @NotNull target: @NotNull String, @Nullable player: @Nullable Player): Boolean
Link copied to clipboard
open fun tick(@NotNull bundler: @NotNull PacketBundler): Boolean
open fun tick(@NotNull uuid: @NotNull UUID, @NotNull bundler: @NotNull PacketBundler): Boolean
Link copied to clipboard
@NotNull
open fun viewedPlayer(): @NotNull Stream<Player>
Link copied to clipboard
open fun viewFilter(@NotNull filter: @NotNull Predicate<Player>)