Interface FungusFighterV2LevelDataOuterClass.FungusFighterV2LevelDataOrBuilder

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

public static interface FungusFighterV2LevelDataOuterClass.FungusFighterV2LevelDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_level_open = 10;
    int
    uint32 level_id = 5;
    int
    uint32 PHEIGICNDCJ = 14;

    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

    • getLevelId

      int getLevelId()
      uint32 level_id = 5;
      Returns:
      The levelId.
    • getPHEIGICNDCJ

      int getPHEIGICNDCJ()
      uint32 PHEIGICNDCJ = 14;
      Returns:
      The pHEIGICNDCJ.
    • getIsLevelOpen

      boolean getIsLevelOpen()
      bool is_level_open = 10;
      Returns:
      The isLevelOpen.