Package emu.grasscutter.net.proto
Interface InBattleChessSettleInfoOuterClass.InBattleChessSettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InBattleChessSettleInfoOuterClass.InBattleChessSettleInfo,InBattleChessSettleInfoOuterClass.InBattleChessSettleInfo.Builder
- Enclosing class:
- InBattleChessSettleInfoOuterClass
public static interface InBattleChessSettleInfoOuterClass.InBattleChessSettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_success = 6;longuint64 scene_time_ms = 8;getScoreList(int index) repeated .ExhibitionDisplayInfo score_list = 4;intrepeated .ExhibitionDisplayInfo score_list = 4;repeated .ExhibitionDisplayInfo score_list = 4;getScoreListOrBuilder(int index) repeated .ExhibitionDisplayInfo score_list = 4;repeated .ExhibitionDisplayInfo score_list = 4;intuint32 Unk3300_EMNLLDJHMEI = 1;intuint32 Unk3300_IPGILJCBABK = 2;intuint32 Unk3300_LPANFEBFJOJ = 5;intuint32 Unk3300_NKHDFHAPNCN = 13;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
-
getUnk3300LPANFEBFJOJ
int getUnk3300LPANFEBFJOJ()uint32 Unk3300_LPANFEBFJOJ = 5;- Returns:
- The unk3300LPANFEBFJOJ.
-
getSceneTimeMs
long getSceneTimeMs()uint64 scene_time_ms = 8;- Returns:
- The sceneTimeMs.
-
getUnk3300NKHDFHAPNCN
int getUnk3300NKHDFHAPNCN()uint32 Unk3300_NKHDFHAPNCN = 13;- Returns:
- The unk3300NKHDFHAPNCN.
-
getIsSuccess
boolean getIsSuccess()bool is_success = 6;- Returns:
- The isSuccess.
-
getUnk3300EMNLLDJHMEI
int getUnk3300EMNLLDJHMEI()uint32 Unk3300_EMNLLDJHMEI = 1;- Returns:
- The unk3300EMNLLDJHMEI.
-
getScoreListList
List<ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> getScoreListList()repeated .ExhibitionDisplayInfo score_list = 4; -
getScoreList
repeated .ExhibitionDisplayInfo score_list = 4; -
getScoreListCount
int getScoreListCount()repeated .ExhibitionDisplayInfo score_list = 4; -
getScoreListOrBuilderList
List<? extends ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder> getScoreListOrBuilderList()repeated .ExhibitionDisplayInfo score_list = 4; -
getScoreListOrBuilder
repeated .ExhibitionDisplayInfo score_list = 4; -
getUnk3300IPGILJCBABK
int getUnk3300IPGILJCBABK()uint32 Unk3300_IPGILJCBABK = 2;- Returns:
- The unk3300IPGILJCBABK.
-