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 TypeMethodDescriptionintuint32 AKLAKDIDLBE = 14;intuint32 BDLCGNNPHLJ = 9;intgetFPGACFGKCCK(int index) repeated uint32 FPGACFGKCCK = 10;intrepeated uint32 FPGACFGKCCK = 10;repeated uint32 FPGACFGKCCK = 10;intgetPHGKJLPHCBI(int index) repeated uint32 PHGKJLPHCBI = 7;intrepeated uint32 PHGKJLPHCBI = 7;repeated uint32 PHGKJLPHCBI = 7;intint32 retcode = 13;longuint64 target_reliquary_guid = 6;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
-
getTargetReliquaryGuid
long getTargetReliquaryGuid()uint64 target_reliquary_guid = 6;- Returns:
- The targetReliquaryGuid.
-
getBDLCGNNPHLJ
int getBDLCGNNPHLJ()uint32 BDLCGNNPHLJ = 9;- Returns:
- The bDLCGNNPHLJ.
-
getFPGACFGKCCKList
repeated uint32 FPGACFGKCCK = 10;- Returns:
- A list containing the fPGACFGKCCK.
-
getFPGACFGKCCKCount
int getFPGACFGKCCKCount()repeated uint32 FPGACFGKCCK = 10;- Returns:
- The count of fPGACFGKCCK.
-
getFPGACFGKCCK
int getFPGACFGKCCK(int index) repeated uint32 FPGACFGKCCK = 10;- Parameters:
index- The index of the element to return.- Returns:
- The fPGACFGKCCK at the given index.
-
getPHGKJLPHCBIList
repeated uint32 PHGKJLPHCBI = 7;- Returns:
- A list containing the pHGKJLPHCBI.
-
getPHGKJLPHCBICount
int getPHGKJLPHCBICount()repeated uint32 PHGKJLPHCBI = 7;- Returns:
- The count of pHGKJLPHCBI.
-
getPHGKJLPHCBI
int getPHGKJLPHCBI(int index) repeated uint32 PHGKJLPHCBI = 7;- Parameters:
index- The index of the element to return.- Returns:
- The pHGKJLPHCBI at the given index.
-
getRetcode
int getRetcode()int32 retcode = 13;- Returns:
- The retcode.
-
getAKLAKDIDLBE
int getAKLAKDIDLBE()uint32 AKLAKDIDLBE = 14;- Returns:
- The aKLAKDIDLBE.
-