outputItemHash property

  1. @JsonKey(name: 'outputItemHash')
int? outputItemHash
getter/setter pair

A reference to the item definition that is created when crafting with this 'recipe' item.

Implementation

@JsonKey(name:'outputItemHash')
int? outputItemHash;