Package emu.grasscutter.net.proto
Interface UpdateSalvageBundleMarkReqOuterClass.UpdateSalvageBundleMarkReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateSalvageBundleMarkReqOuterClass.UpdateSalvageBundleMarkReq,UpdateSalvageBundleMarkReqOuterClass.UpdateSalvageBundleMarkReq.Builder
- Enclosing class:
- UpdateSalvageBundleMarkReqOuterClass
public static interface UpdateSalvageBundleMarkReqOuterClass.UpdateSalvageBundleMarkReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 challenge_type = 6;intuint32 stage_id = 11;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
-
getChallengeType
int getChallengeType()uint32 challenge_type = 6;- Returns:
- The challengeType.
-
getStageId
int getStageId()uint32 stage_id = 11;- Returns:
- The stageId.
-