Display
constructor(thirdPersonRightHand: Model.Display.Entry? = null, thirdPersonLeftHand: Model.Display.Entry? = null, firstPersonRightHand: Model.Display.Entry? = null, firstPersonLeftHand: Model.Display.Entry? = null, head: Model.Display.Entry? = null, gui: Model.Display.Entry? = null, ground: Model.Display.Entry? = null, fixed: Model.Display.Entry? = null)
Parameters
thirdPersonRightHand
The display settings for right hand in third person, or null if unspecified.
thirdPersonLeftHand
The display settings for left hand in third person, or null if unspecified.
firstPersonRightHand
The display settings for right hand in first person, or null if unspecified.
firstPersonLeftHand
The display settings for left hand in first person, or null if unspecified.
head
The display settings for the head, or null if unspecified.
gui
The display settings for the GUI, or null if unspecified.
ground
The display settings for the ground, or null if unspecified.
fixed
The display settings for fixed position, or null if unspecified.