Package emu.grasscutter.net.proto
Interface InBattleIrodoriChessSettleInfoOuterClass.InBattleIrodoriChessSettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InBattleIrodoriChessSettleInfoOuterClass.InBattleIrodoriChessSettleInfo,InBattleIrodoriChessSettleInfoOuterClass.InBattleIrodoriChessSettleInfo.Builder
- Enclosing class:
- InBattleIrodoriChessSettleInfoOuterClass
public static interface InBattleIrodoriChessSettleInfoOuterClass.InBattleIrodoriChessSettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_activity_end = 5;booleanbool is_new_record = 7;booleanbool is_perfect = 8;intuint32 kill_monster_num = 15;longuint64 scene_time_ms = 14;intuint32 settle_score = 10;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
-
getKillMonsterNum
int getKillMonsterNum()uint32 kill_monster_num = 15;- Returns:
- The killMonsterNum.
-
getSceneTimeMs
long getSceneTimeMs()uint64 scene_time_ms = 14;- Returns:
- The sceneTimeMs.
-
getIsPerfect
boolean getIsPerfect()bool is_perfect = 8;- Returns:
- The isPerfect.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 7;- Returns:
- The isNewRecord.
-
getSettleScore
int getSettleScore()uint32 settle_score = 10;- Returns:
- The settleScore.
-
getIsActivityEnd
boolean getIsActivityEnd()bool is_activity_end = 5;- Returns:
- The isActivityEnd.
-