Package emu.grasscutter.net.proto
Interface LanternRiteEndFireworksReformRspOuterClass.LanternRiteEndFireworksReformRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LanternRiteEndFireworksReformRspOuterClass.LanternRiteEndFireworksReformRsp,LanternRiteEndFireworksReformRspOuterClass.LanternRiteEndFireworksReformRsp.Builder
- Enclosing class:
- LanternRiteEndFireworksReformRspOuterClass
public static interface LanternRiteEndFireworksReformRspOuterClass.LanternRiteEndFireworksReformRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 challenge_id = 4;intuint32 final_score = 15;booleanbool is_full_score = 7;booleanbool is_new_record = 10;intint32 retcode = 9;intuint32 stage_id = 13;booleanbool Unk3300_ALMNEGCIILA = 6;booleanbool Unk3300_CGJNBGAKFAD = 11;booleanbool Unk3300_FPEFIADFBNI = 1;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
-
getUnk3300CGJNBGAKFAD
boolean getUnk3300CGJNBGAKFAD()bool Unk3300_CGJNBGAKFAD = 11;- Returns:
- The unk3300CGJNBGAKFAD.
-
getUnk3300FPEFIADFBNI
boolean getUnk3300FPEFIADFBNI()bool Unk3300_FPEFIADFBNI = 1;- Returns:
- The unk3300FPEFIADFBNI.
-
getRetcode
int getRetcode()int32 retcode = 9;- Returns:
- The retcode.
-
getStageId
int getStageId()uint32 stage_id = 13;- Returns:
- The stageId.
-
getFinalScore
int getFinalScore()uint32 final_score = 15;- Returns:
- The finalScore.
-
getUnk3300ALMNEGCIILA
boolean getUnk3300ALMNEGCIILA()bool Unk3300_ALMNEGCIILA = 6;- Returns:
- The unk3300ALMNEGCIILA.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 10;- Returns:
- The isNewRecord.
-
getChallengeId
int getChallengeId()uint32 challenge_id = 4;- Returns:
- The challengeId.
-
getIsFullScore
boolean getIsFullScore()bool is_full_score = 7;- Returns:
- The isFullScore.
-