Interface PotionLevelDataOuterClass.PotionLevelDataOrBuilder

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

public static interface PotionLevelDataOuterClass.PotionLevelDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 difficulty_level = 10;
    int
    uint32 level_id = 7;
    int
    uint32 mode_id = 15;
    int
    uint32 score = 13;

    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

    • getScore

      int getScore()
      uint32 score = 13;
      Returns:
      The score.
    • getModeId

      int getModeId()
      uint32 mode_id = 15;
      Returns:
      The modeId.
    • getLevelId

      int getLevelId()
      uint32 level_id = 7;
      Returns:
      The levelId.
    • getDifficultyLevel

      int getDifficultyLevel()
      uint32 difficulty_level = 10;
      Returns:
      The difficultyLevel.