Package emu.grasscutter.net.proto
Interface ReliquaryPromoteRspOuterClass.ReliquaryPromoteRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReliquaryPromoteRspOuterClass.ReliquaryPromoteRsp,ReliquaryPromoteRspOuterClass.ReliquaryPromoteRsp.Builder
- Enclosing class:
- ReliquaryPromoteRspOuterClass
public static interface ReliquaryPromoteRspOuterClass.ReliquaryPromoteRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCurAppendPropList(int index) CHKOMADPLAOintCHKOMADPLAOCHKOMADPLAOintONKINPFPNPJintgetOldAppendPropList(int index) PBPLNHFCKIOintPBPLNHFCKIOPBPLNHFCKIOintPJGFEEMIPBLintint32 retcode = 13;longuint64 target_reliquary_guid = 2;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 = 13;- Returns:
- The retcode.
-
getCurPromoteLevel
int getCurPromoteLevel()ONKINPFPNPJ
uint32 cur_promote_level = 9;- Returns:
- The curPromoteLevel.
-
getOldPromoteLevel
int getOldPromoteLevel()PJGFEEMIPBL
uint32 old_promote_level = 8;- Returns:
- The oldPromoteLevel.
-
getCurAppendPropListList
CHKOMADPLAO
repeated uint32 cur_append_prop_list = 14;- Returns:
- A list containing the curAppendPropList.
-
getCurAppendPropListCount
int getCurAppendPropListCount()CHKOMADPLAO
repeated uint32 cur_append_prop_list = 14;- Returns:
- The count of curAppendPropList.
-
getCurAppendPropList
int getCurAppendPropList(int index) CHKOMADPLAO
repeated uint32 cur_append_prop_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The curAppendPropList at the given index.
-
getOldAppendPropListList
PBPLNHFCKIO
repeated uint32 old_append_prop_list = 11;- Returns:
- A list containing the oldAppendPropList.
-
getOldAppendPropListCount
int getOldAppendPropListCount()PBPLNHFCKIO
repeated uint32 old_append_prop_list = 11;- Returns:
- The count of oldAppendPropList.
-
getOldAppendPropList
int getOldAppendPropList(int index) PBPLNHFCKIO
repeated uint32 old_append_prop_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The oldAppendPropList at the given index.
-
getTargetReliquaryGuid
long getTargetReliquaryGuid()uint64 target_reliquary_guid = 2;- Returns:
- The targetReliquaryGuid.
-