Package emu.grasscutter.net.proto
Interface VintageCampChallengeLevelDataOuterClass.VintageCampChallengeLevelDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VintageCampChallengeLevelDataOuterClass.VintageCampChallengeLevelData,VintageCampChallengeLevelDataOuterClass.VintageCampChallengeLevelData.Builder
- Enclosing class:
- VintageCampChallengeLevelDataOuterClass
public static interface VintageCampChallengeLevelDataOuterClass.VintageCampChallengeLevelDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_finish = 9;booleanbool is_open = 15;intuint32 level_id = 2;intuint32 stage_id = 7;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
-
getLevelId
int getLevelId()uint32 level_id = 2;- Returns:
- The levelId.
-
getStageId
int getStageId()uint32 stage_id = 7;- Returns:
- The stageId.
-
getIsFinish
boolean getIsFinish()bool is_finish = 9;- Returns:
- The isFinish.
-
getIsOpen
boolean getIsOpen()bool is_open = 15;- Returns:
- The isOpen.
-