Package-level declarations

Types

Link copied to clipboard
interface Attachment

Superclass for all attachments.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class HideDownItemAttachment(pitchThreshold: Float, val player: Player, val itemStack: ItemStack, val translation: Vector3fc = Vector3f(0f, 0f, 0f), val scale: Vector3fc = Vector3f(1f, 1f, 1f)) : ItemAttachment

A special type of ItemAttachment that gets hidden for the player of they look down

Link copied to clipboard
open class ItemAttachment(val player: Player, val itemStack: ItemStack, val translation: Vector3fc = Vector3f(0f, 0f, 0f), val scale: Vector3fc = Vector3f(1f, 1f, 1f)) : Attachment

An item model that attaches to a Player by using an ArmorStand as a passenger.