Package emu.grasscutter.net.proto
Interface FleurFairBossSettleInfoOuterClass.FleurFairBossSettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FleurFairBossSettleInfoOuterClass.FleurFairBossSettleInfo,FleurFairBossSettleInfoOuterClass.FleurFairBossSettleInfo.Builder
- Enclosing class:
- FleurFairBossSettleInfoOuterClass
public static interface FleurFairBossSettleInfoOuterClass.FleurFairBossSettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cost_time = 14;intuint32 energy = 4;booleanbool is_success = 2;intuint32 reward_token_num = 15;getStatInfoList(int index) repeated .FleurFairPlayerStatInfo stat_info_list = 11;intrepeated .FleurFairPlayerStatInfo stat_info_list = 11;repeated .FleurFairPlayerStatInfo stat_info_list = 11;getStatInfoListOrBuilder(int index) repeated .FleurFairPlayerStatInfo stat_info_list = 11;repeated .FleurFairPlayerStatInfo stat_info_list = 11;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
-
getCostTime
int getCostTime()uint32 cost_time = 14;- Returns:
- The costTime.
-
getStatInfoListList
List<FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo> getStatInfoListList()repeated .FleurFairPlayerStatInfo stat_info_list = 11; -
getStatInfoList
repeated .FleurFairPlayerStatInfo stat_info_list = 11; -
getStatInfoListCount
int getStatInfoListCount()repeated .FleurFairPlayerStatInfo stat_info_list = 11; -
getStatInfoListOrBuilderList
List<? extends FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfoOrBuilder> getStatInfoListOrBuilderList()repeated .FleurFairPlayerStatInfo stat_info_list = 11; -
getStatInfoListOrBuilder
FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfoOrBuilder getStatInfoListOrBuilder(int index) repeated .FleurFairPlayerStatInfo stat_info_list = 11; -
getEnergy
int getEnergy()uint32 energy = 4;- Returns:
- The energy.
-
getIsSuccess
boolean getIsSuccess()bool is_success = 2;- Returns:
- The isSuccess.
-
getRewardTokenNum
int getRewardTokenNum()uint32 reward_token_num = 15;- Returns:
- The rewardTokenNum.
-