Interface MusicGameRecordOuterClass.MusicGameRecordOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MusicGameRecordOuterClass.MusicGameRecord, MusicGameRecordOuterClass.MusicGameRecord.Builder
Enclosing class:
MusicGameRecordOuterClass

public static interface MusicGameRecordOuterClass.MusicGameRecordOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_unlock = 12;
    int
    uint32 max_combo = 7;
    int
    uint32 max_score = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getIsUnlock

      boolean getIsUnlock()
      bool is_unlock = 12;
      Returns:
      The isUnlock.
    • getMaxScore

      int getMaxScore()
      uint32 max_score = 4;
      Returns:
      The maxScore.
    • getMaxCombo

      int getMaxCombo()
      uint32 max_combo = 7;
      Returns:
      The maxCombo.