Tool constructor

Tool({
  1. Tag? predicate,
  2. Range? count,
  3. Range? durability,
  4. Item? item,
  5. String? potion,
  6. String? tag,
  7. Map<String, dynamic>? nbt,
  8. List<EnchantmentData>? storedEnchantments,
})

Implementation

Tool({
  this.predicate,
  this.count,
  this.durability,
  this.item,
  this.potion,
  this.tag,
  this.nbt,
  this.storedEnchantments,
});