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