Interface WithValue<V>

All Known Subinterfaces:
Ref<V>
All Known Implementing Classes:
CustomRegistryType.Unit, Ref.OfKey, Ref.OfValue

public interface WithValue<V>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default V
     
  • Method Details

    • optionalValue

      @Nullable V optionalValue()
    • value

      default V value()