Interface MetadataDef.Entry<T>

All Known Implementing Classes:
MetadataDef.Entry.BitMask, MetadataDef.Entry.ByteMask, MetadataDef.Entry.Index
Enclosing class:
MetadataDef

public static sealed interface MetadataDef.Entry<T> permits MetadataDef.Entry.Index<T>, MetadataDef.Entry.BitMask, MetadataDef.Entry.ByteMask
  • Method Details

    • index

      int index()
    • defaultValue

      T defaultValue()