Package emu.grasscutter.net.proto
Interface ReliquaryDecomposeRspOuterClass.ReliquaryDecomposeRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReliquaryDecomposeRspOuterClass.ReliquaryDecomposeRsp,ReliquaryDecomposeRspOuterClass.ReliquaryDecomposeRsp.Builder
- Enclosing class:
- ReliquaryDecomposeRspOuterClass
public static interface ReliquaryDecomposeRspOuterClass.ReliquaryDecomposeRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetGuidList(int index) repeated uint64 guid_list = 9;intrepeated uint64 guid_list = 9;repeated uint64 guid_list = 9;intint32 retcode = 7;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 = 7;- Returns:
- The retcode.
-
getGuidListList
repeated uint64 guid_list = 9;- Returns:
- A list containing the guidList.
-
getGuidListCount
int getGuidListCount()repeated uint64 guid_list = 9;- Returns:
- The count of guidList.
-
getGuidList
long getGuidList(int index) repeated uint64 guid_list = 9;- Parameters:
index- The index of the element to return.- Returns:
- The guidList at the given index.
-