TextHoverEvent.item constructor

TextHoverEvent.item(
  1. Item item
)

Implementation

TextHoverEvent.item(Item item)
    : action = 'show_item',
      value = item.getNbt();