Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Entity format/display entity

From SAS Gaming Wiki
Revision as of 11:03, 11 June 2026 by SyncBot (talk | contribs) (Sync: new page from Minecraft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    • Template:Nbt: Controls if this entity should pivot to face player when rendered. It can be fixed (both vertical and horizontal angles are fixed), vertical (faces player around vertical axis), horizontal (pivots around horizontal axis), and center (pivots around center point). Defaults to fixed.
    • Template:Nbt: If present, overrides light values used for rendering. Omitted by default (which means rendering uses values from entity position).
      • Template:Nbt: (Required) The block-light level, with values from 0-15.
      • Template:Nbt: (Required) The skylight level, with values from 0-15.
    • Template:Nbt: Overrides the glow border color. If -1, uses the color of the team that the display entity is in. Defaults to -1. Is not preserved when removed.
    • Template:Nbt: The maximum height of the entity. Rendering culling bounding box spans vertically y to y+height, and the part beyond will be culled. If set to 0, no culling on both vertical and horizontal directions. Defaults to 0.
    • Template:Nbt: The maximum width of the entity. Rendering culling bounding box spans horizontally width/2 from entity position, and the part beyond will be culled. If set to 0, no culling on both vertical and horizontal directions. Defaults to 0.
    • Template:Nbt: Interpolation duration in ticks.
    • Template:Nbt: Interpolation duration in ticks for teleportation. Values are clamped between 0 and 59 (inclusive).
    • Template:Nbt: Delay before starting interpolation. If 0, interpolation starts immediately. (Not saved to entity, but can be set by commands.)
    • Template:Nbt: Shadow radius. Value is treated as 64 when higher than 64. If less than or equal to 0, the entity has no shadow. Defaults to 0. Interpolated.
    • Template:Nbt: Controls the opacity of the shadow as a function of distance to block below. Defaults to 1. Interpolated.
    • Template:Nbt: Maximum view range of the entity. When the distance is more than <view_range>×<entityDistanceScaling>×64, the entity is not rendered. Defaults to 1.0.
    • Template:NbtTemplate:Nbt: The rendering transformation applied to model after normal entity orientation, taking the position of the entity as the origin. Defaults to no transformation. Interpolated.
      • This tag has matrix form (Template:Nbt) and decomposed form (Template:Nbt). Only decomposed form is used when saving entities.
        If the matrix form is used, this tag is a list of float numbers with 16 elements, describing a row-major affine transformation matrix, with its last element diving the matrix:
      • Template:Nbt: A value in the matrix.
        If the decomposed form is used, this tag is a compound tag with all of the following sub-tags, and each of them is applied sequentially in the order listed below:
      • Template:NbtTemplate:Nbt: (Required) Initial rotation. This tag corresponds to the right-singular vector matrix after the matrix singular value decomposition.
        • This tag has quaternion form (Template:Nbt) and angle-axis form (Template:Nbt). Only quaternion form are used when saving entities.
          If quaternion form is used to represent rotation (note that non-unit quaternion also scales the model), this tag is a list of float numbers with 4 elements, real component last:
        • Template:Nbt: An element in the quaternion.
          If axis-angle form is used to represent rotation, this tag is a compound tag with all of the following tags:
        • Template:Nbt: (Required) The angle of rotation, in radians.
        • Template:Nbt: (Required) Axis vector with 3 elements.
      • Template:Nbt: (Required) Scale the model centered on the origin. This tag corresponds to the singular values of the matrix after singular value decomposition. This tag is a list of float numbers with 3 elements:
      • Template:NbtTemplate:Nbt: (Required) Rotates the model again. This tag corresponds to the left-singular vector matrix after the matrix singular value decomposition.
        • This tag has quaternion form (Template:Nbt) and angle-axis form (Template:Nbt). Only quaternion form are used when saving entities.
          If quaternion form is used to represent rotation (note that non-unit quaternion also scales the model), this tag is a list of float numbers with 4 elements, real component last:
        • Template:Nbt: An element in the quaternion.
          If axis-angle form is used to represent rotation, this tag is a compound tag with all of the following tags:
        • Template:Nbt: (Required) The angle of rotation, in radians.
        • Template:Nbt: (Required) Axis vector with 3 elements.
      • Template:Nbt: (Required) Translation transformation. This tag corresponds to the last column in the matrix form. This tag is a list of float numbers with 3 elements:

Minecraft:fr:Format de chunk/Entité d'affichage Minecraft:ja:Chunkフォーマット/Display entity Minecraft:pt:Formato de chunk/Entidade-exibição