SkinData

interface SkinData

Skin data of player.

Functions

Link copied to clipboard
@Nullable
abstract fun cape(@NotNull profiled: @NotNull Profiled): @Nullable TransformedItemStack
Gets cape
Link copied to clipboard
@NotNull
abstract fun chest(@NotNull profiled: @NotNull Profiled): @NotNull TransformedItemStack
Gets chest part
Link copied to clipboard
@NotNull
abstract fun head(@NotNull profiled: @NotNull Profiled): @NotNull TransformedItemStack
Gets head part
Link copied to clipboard
@NotNull
abstract fun hip(@NotNull profiled: @NotNull Profiled): @NotNull TransformedItemStack
Gets hip part
Link copied to clipboard
@NotNull
abstract fun leftArm(@NotNull profiled: @NotNull Profiled): @NotNull TransformedItemStack
Gets left arm part
Link copied to clipboard
@NotNull
abstract fun leftForeArm(): @NotNull TransformedItemStack
Gets left forearm part
Link copied to clipboard
@NotNull
abstract fun leftForeLeg(@NotNull profiled: @NotNull Profiled): @NotNull TransformedItemStack
Gets left foreleg part
Link copied to clipboard
@NotNull
abstract fun leftLeg(@NotNull profiled: @NotNull Profiled): @NotNull TransformedItemStack
Gets left leg part
Link copied to clipboard
@NotNull
abstract fun rightArm(@NotNull profiled: @NotNull Profiled): @NotNull TransformedItemStack
Gets right arm part
Link copied to clipboard
@NotNull
abstract fun rightForeArm(): @NotNull TransformedItemStack
Gets right forearm part
Link copied to clipboard
@NotNull
abstract fun rightForeLeg(@NotNull profiled: @NotNull Profiled): @NotNull TransformedItemStack
Gets right foreleg part
Link copied to clipboard
@NotNull
abstract fun rightLeg(@NotNull profiled: @NotNull Profiled): @NotNull TransformedItemStack
Gets right leg part
Link copied to clipboard
@NotNull
abstract fun waist(@NotNull profiled: @NotNull Profiled): @NotNull TransformedItemStack
Gets waist part