Package emu.grasscutter.net.proto
Interface GCGStartChallengeByCheckRewardReqOuterClass.GCGStartChallengeByCheckRewardReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGStartChallengeByCheckRewardReqOuterClass.GCGStartChallengeByCheckRewardReq,GCGStartChallengeByCheckRewardReqOuterClass.GCGStartChallengeByCheckRewardReq.Builder
- Enclosing class:
- GCGStartChallengeByCheckRewardReqOuterClass
public static interface GCGStartChallengeByCheckRewardReqOuterClass.GCGStartChallengeByCheckRewardReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 config_id = 5;intuint32 level_id = 13;.GCGLevelType level_type = 3;int.GCGLevelType level_type = 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
-
getLevelId
int getLevelId()uint32 level_id = 13;- Returns:
- The levelId.
-
getLevelTypeValue
int getLevelTypeValue().GCGLevelType level_type = 3;- Returns:
- The enum numeric value on the wire for levelType.
-
getLevelType
GCGLevelTypeOuterClass.GCGLevelType getLevelType().GCGLevelType level_type = 3;- Returns:
- The levelType.
-
getConfigId
int getConfigId()uint32 config_id = 5;- Returns:
- The configId.
-