Base Display Entity
This is the base entity class for all other display entities and cannot be spawned on its own
DisplayEntityBase
has:
interpolationDelay
which isInt
transformInterpolation
which isInt
translationInterpolation
which isInt
translation
which isVector3f
scale
which isVector3f
rotation
which isVector3f
billboard
which isDisplayBillboard
brightness
which isInt
viewRange
which isFloat
shadowRadius
which isFloat
shadowStrength
which isFloat
glowColor
which isCustomColor
Usage
You can't spawn this entity. Spawn either Text Display, Item Display or Block Display
All display entities also have following utility functions:
scaleTo(x: Float, y: Float, z: Float, interpolation: Int?)
translateTo(x: Float, y: Float, z: Float, interpolation: Int?)
rotateTo(x: Float, y: Float, z: Float, interpolation: Int?)
rotateBy(x: Float, y: Float, z: Float, interpolation: Int?)