SetArmorstand constructor

SetArmorstand(
  1. Item? blockModel,
  2. TextComponent displayName,
  3. bool useBarrel,
  4. bool invisible,
)

Implementation

SetArmorstand(
  this.blockModel,
  this.displayName,
  this.useBarrel,
  this.invisible,
);