Package emu.grasscutter.net.proto
Interface GravenInnocenceRaceSettleNotifyOuterClass.GravenInnocenceRaceSettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GravenInnocenceRaceSettleNotifyOuterClass.GravenInnocenceRaceSettleNotify,GravenInnocenceRaceSettleNotifyOuterClass.GravenInnocenceRaceSettleNotify.Builder
- Enclosing class:
- GravenInnocenceRaceSettleNotifyOuterClass
public static interface GravenInnocenceRaceSettleNotifyOuterClass.GravenInnocenceRaceSettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 9;booleanbool is_new_record = 3;booleanbool is_success = 10;intuint32 level_id = 11;.GalleryStopReason reason = 12;int.GalleryStopReason reason = 12;intuint32 remain_time = 2;intgetScore()uint32 score = 4;intuint32 Unk3300_BOIPHOPMHJM = 8;intuint32 Unk3300_IPGJKKFDPJJ = 6;intuint32 Unk3300_OHAHHKNAJKL = 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
-
getGalleryId
int getGalleryId()uint32 gallery_id = 9;- Returns:
- The galleryId.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 3;- Returns:
- The isNewRecord.
-
getLevelId
int getLevelId()uint32 level_id = 11;- Returns:
- The levelId.
-
getUnk3300BOIPHOPMHJM
int getUnk3300BOIPHOPMHJM()uint32 Unk3300_BOIPHOPMHJM = 8;- Returns:
- The unk3300BOIPHOPMHJM.
-
getScore
int getScore()uint32 score = 4;- Returns:
- The score.
-
getIsSuccess
boolean getIsSuccess()bool is_success = 10;- Returns:
- The isSuccess.
-
getReasonValue
int getReasonValue().GalleryStopReason reason = 12;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
GalleryStopReasonOuterClass.GalleryStopReason getReason().GalleryStopReason reason = 12;- Returns:
- The reason.
-
getUnk3300IPGJKKFDPJJ
int getUnk3300IPGJKKFDPJJ()uint32 Unk3300_IPGJKKFDPJJ = 6;- Returns:
- The unk3300IPGJKKFDPJJ.
-
getRemainTime
int getRemainTime()uint32 remain_time = 2;- Returns:
- The remainTime.
-
getUnk3300OHAHHKNAJKL
int getUnk3300OHAHHKNAJKL()uint32 Unk3300_OHAHHKNAJKL = 7;- Returns:
- The unk3300OHAHHKNAJKL.
-