Package emu.grasscutter.net.proto
Interface UnlockCoopChapterRspOuterClass.UnlockCoopChapterRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnlockCoopChapterRspOuterClass.UnlockCoopChapterRsp,UnlockCoopChapterRspOuterClass.UnlockCoopChapterRsp.Builder
- Enclosing class:
- UnlockCoopChapterRspOuterClass
public static interface UnlockCoopChapterRspOuterClass.UnlockCoopChapterRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 chapter_id = 1;intint32 retcode = 4;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
-
getRetcode
int getRetcode()int32 retcode = 4;- Returns:
- The retcode.
-
getChapterId
int getChapterId()uint32 chapter_id = 1;- Returns:
- The chapterId.
-