Display.block constructor
Display.block(})
Spawns an diplay entity used to display and animate blocks in the world.
Implementation
Display.block(
Location location,
Block this.block, {
Map<String, dynamic>? nbt,
int? age,
List<String>? tags,
this.interpolationDuration,
this.startInterpolation,
this.shadowRadius,
this.shadowStrength,
this.viewRange,
this.billboardType,
this.transformation,
}) : item = null,
text = null,
itemDisplay = null,
alignment = null,
textOpacity = null,
seeThrough = null,
lineWidth = null,
super(
Entities.block_display,
location: location,
nbt: nbt,
age: age,
tags: tags,
);