Interface CustomDungeonSettingMuipDataOuterClass.CustomDungeonSettingMuipDataOrBuilder

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

public static interface CustomDungeonSettingMuipDataOuterClass.CustomDungeonSettingMuipDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 coin_limit = 2;
    boolean
    bool is_arrive_finish = 1;
    boolean
    bool is_forbid_skill = 4;
    int
    uint32 life_num = 5;
    int
    uint32 time_limit = 3;

    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

    • getIsArriveFinish

      boolean getIsArriveFinish()
      bool is_arrive_finish = 1;
      Returns:
      The isArriveFinish.
    • getCoinLimit

      int getCoinLimit()
      uint32 coin_limit = 2;
      Returns:
      The coinLimit.
    • getTimeLimit

      int getTimeLimit()
      uint32 time_limit = 3;
      Returns:
      The timeLimit.
    • getIsForbidSkill

      boolean getIsForbidSkill()
      bool is_forbid_skill = 4;
      Returns:
      The isForbidSkill.
    • getLifeNum

      int getLifeNum()
      uint32 life_num = 5;
      Returns:
      The lifeNum.