AreaEffectCloud constructor
AreaEffectCloud(})
An AreaEffectCloud can be created with the Summon Widget, but there is also a specific Widget with special properties for an AreaEffectCloud.
Implementation
AreaEffectCloud(
Location location, {
TextComponent? name,
Map<String, dynamic>? nbt,
int? age,
List<String>? tags,
this.radius,
this.applicationDelay,
this.duration,
this.waitTime,
}) : super(
Entities.area_effect_cloud,
location: location,
name: name,
nbt: nbt,
age: age,
tags: tags,
);