recipeItemHash property

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

A reference to the associated crafting 'recipe' item definition, if this item can be crafted.

Implementation

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