Package emu.grasscutter.net.proto
Interface MusicGameSettleReqOuterClass.MusicGameSettleReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MusicGameSettleReqOuterClass.MusicGameSettleReq,MusicGameSettleReqOuterClass.MusicGameSettleReq.Builder
- Enclosing class:
- MusicGameSettleReqOuterClass
public static interface MusicGameSettleReqOuterClass.MusicGameSettleReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 AHGFEMANIFF = 1415;intuint32 CNAJIGJCBAA = 12;intgetCombo()uint32 combo = 1;intuint32 correct_hit = 9;intgetDLGEHGGHDAI(int index) repeated uint32 DLGEHGGHDAI = 491;intrepeated uint32 DLGEHGGHDAI = 491;repeated uint32 DLGEHGGHDAI = 491;intuint32 HDOIBKCMFPK = 1291;intgetIENNECCNIFA(int index) repeated uint32 IENNECCNIFA = 4;intrepeated uint32 IENNECCNIFA = 4;repeated uint32 IENNECCNIFA = 4;booleanbool is_save_score = 6;booleanbool JBDMHEJEGIB = 23;booleanbool JGNMPPLDBON = 878;intuint32 LFBNPBMNLKD = 7;intuint32 max_combo = 2;intuint32 music_basic_id = 14;intuint32 NGCEDFEHHIM = 5;intuint32 PDAEMLNANJB = 599;intgetScore()uint32 score = 15;floatgetSpeed()float speed = 161;longuint64 ugc_guid = 8;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
-
getScore
int getScore()uint32 score = 15;- Returns:
- The score.
-
getLFBNPBMNLKD
int getLFBNPBMNLKD()uint32 LFBNPBMNLKD = 7;- Returns:
- The lFBNPBMNLKD.
-
getMaxCombo
int getMaxCombo()uint32 max_combo = 2;- Returns:
- The maxCombo.
-
getHDOIBKCMFPK
int getHDOIBKCMFPK()uint32 HDOIBKCMFPK = 1291;- Returns:
- The hDOIBKCMFPK.
-
getCorrectHit
int getCorrectHit()uint32 correct_hit = 9;- Returns:
- The correctHit.
-
getJBDMHEJEGIB
boolean getJBDMHEJEGIB()bool JBDMHEJEGIB = 23;- Returns:
- The jBDMHEJEGIB.
-
getPDAEMLNANJB
int getPDAEMLNANJB()uint32 PDAEMLNANJB = 599;- Returns:
- The pDAEMLNANJB.
-
getJGNMPPLDBON
boolean getJGNMPPLDBON()bool JGNMPPLDBON = 878;- Returns:
- The jGNMPPLDBON.
-
getUgcGuid
long getUgcGuid()uint64 ugc_guid = 8;- Returns:
- The ugcGuid.
-
getIsSaveScore
boolean getIsSaveScore()bool is_save_score = 6;- Returns:
- The isSaveScore.
-
getAHGFEMANIFF
int getAHGFEMANIFF()uint32 AHGFEMANIFF = 1415;- Returns:
- The aHGFEMANIFF.
-
getCNAJIGJCBAA
int getCNAJIGJCBAA()uint32 CNAJIGJCBAA = 12;- Returns:
- The cNAJIGJCBAA.
-
getNGCEDFEHHIM
int getNGCEDFEHHIM()uint32 NGCEDFEHHIM = 5;- Returns:
- The nGCEDFEHHIM.
-
getSpeed
float getSpeed()float speed = 161;- Returns:
- The speed.
-
getCombo
int getCombo()uint32 combo = 1;- Returns:
- The combo.
-
getMusicBasicId
int getMusicBasicId()uint32 music_basic_id = 14;- Returns:
- The musicBasicId.
-
getDLGEHGGHDAIList
repeated uint32 DLGEHGGHDAI = 491;- Returns:
- A list containing the dLGEHGGHDAI.
-
getDLGEHGGHDAICount
int getDLGEHGGHDAICount()repeated uint32 DLGEHGGHDAI = 491;- Returns:
- The count of dLGEHGGHDAI.
-
getDLGEHGGHDAI
int getDLGEHGGHDAI(int index) repeated uint32 DLGEHGGHDAI = 491;- Parameters:
index- The index of the element to return.- Returns:
- The dLGEHGGHDAI at the given index.
-
getIENNECCNIFAList
repeated uint32 IENNECCNIFA = 4;- Returns:
- A list containing the iENNECCNIFA.
-
getIENNECCNIFACount
int getIENNECCNIFACount()repeated uint32 IENNECCNIFA = 4;- Returns:
- The count of iENNECCNIFA.
-
getIENNECCNIFA
int getIENNECCNIFA(int index) repeated uint32 IENNECCNIFA = 4;- Parameters:
index- The index of the element to return.- Returns:
- The iENNECCNIFA at the given index.
-