Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintuint32 coin_limit = 2;booleanbool is_arrive_finish = 1;booleanbool is_forbid_skill = 4;intuint32 life_num = 5;intuint32 time_limit = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-