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
open fun animate(@NotNull filter: @NotNull Predicate<RenderedBone>, @NotNull animation: @NotNull String, @NotNull modifier: @NotNull AnimationModifier, @NotNull removeTask: @NotNull Runnable): Boolean
open fun animate(@NotNull filter: @NotNull Predicate<RenderedBone>, @NotNull animation: @NotNull BlueprintAnimation, @NotNull modifier: @NotNull AnimationModifier, @NotNull removeTask: @NotNull Runnable): Boolean
Link copied to clipboard
@Nullable
open fun boneOf(@NotNull predicate: @NotNull Predicate<RenderedBone>): @Nullable RenderedBone
Link copied to clipboard
@NotNull
@Unmodifiable
open fun bones(): @NotNull @Unmodifiable List<RenderedBone>
Link copied to clipboard
@NotNull
open fun createBundler(): @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 forceUpdate(@NotNull bundler: @NotNull PacketBundler)
open fun forceUpdate(showItem: Boolean, @NotNull bundler: @NotNull PacketBundler)
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
open fun isSpawned(@NotNull player: @NotNull Player): 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
open fun remove(@NotNull player: @NotNull Player): Boolean
Link copied to clipboard
open fun replace(@NotNull filter: @NotNull Predicate<RenderedBone>, @NotNull target: @NotNull String, @NotNull animation: @NotNull String, @NotNull modifier: @NotNull AnimationModifier): Boolean
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
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
open fun stopAnimation(@NotNull filter: @NotNull Predicate<RenderedBone>, @NotNull target: @NotNull String): Boolean
Link copied to clipboard
open fun teleport(@NotNull location: @NotNull Location, @NotNull bundler: @NotNull PacketBundler)
Link copied to clipboard
open fun tick(@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>)