INBTItem.value

  1. T value [@property getter]
    interface INBTItem
    @property
    T
    value
    (
    T
    )
    ()
  2. T value [@property setter]

Return Value

Type: T

the current value as specified in the child classes.

Meta