Package emu.grasscutter.net.proto
Interface SaveMainCoopRspOuterClass.SaveMainCoopRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SaveMainCoopRspOuterClass.SaveMainCoopRsp,SaveMainCoopRspOuterClass.SaveMainCoopRsp.Builder
- Enclosing class:
- SaveMainCoopRspOuterClass
public static interface SaveMainCoopRspOuterClass.SaveMainCoopRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()uint32 id = 11;intint32 retcode = 6;intgetSavePointIdList(int index) repeated uint32 save_point_id_list = 3;intrepeated uint32 save_point_id_list = 3;repeated uint32 save_point_id_list = 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
-
getId
int getId()uint32 id = 11;- Returns:
- The id.
-
getSavePointIdListList
repeated uint32 save_point_id_list = 3;- Returns:
- A list containing the savePointIdList.
-
getSavePointIdListCount
int getSavePointIdListCount()repeated uint32 save_point_id_list = 3;- Returns:
- The count of savePointIdList.
-
getSavePointIdList
int getSavePointIdList(int index) repeated uint32 save_point_id_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The savePointIdList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 6;- Returns:
- The retcode.
-