Package emu.grasscutter.net.proto
Interface TakeBattlePassRewardReqOuterClass.TakeBattlePassRewardReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TakeBattlePassRewardReqOuterClass.TakeBattlePassRewardReq,TakeBattlePassRewardReqOuterClass.TakeBattlePassRewardReq.Builder
- Enclosing class:
- TakeBattlePassRewardReqOuterClass
public static interface TakeBattlePassRewardReqOuterClass.TakeBattlePassRewardReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetTakeOptionList(int index) repeated .BattlePassRewardTakeOption take_option_list = 11;intrepeated .BattlePassRewardTakeOption take_option_list = 11;repeated .BattlePassRewardTakeOption take_option_list = 11;getTakeOptionListOrBuilder(int index) repeated .BattlePassRewardTakeOption take_option_list = 11;repeated .BattlePassRewardTakeOption take_option_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
-
getTakeOptionListList
List<BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption> getTakeOptionListList()repeated .BattlePassRewardTakeOption take_option_list = 11; -
getTakeOptionList
repeated .BattlePassRewardTakeOption take_option_list = 11; -
getTakeOptionListCount
int getTakeOptionListCount()repeated .BattlePassRewardTakeOption take_option_list = 11; -
getTakeOptionListOrBuilderList
List<? extends BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOptionOrBuilder> getTakeOptionListOrBuilderList()repeated .BattlePassRewardTakeOption take_option_list = 11; -
getTakeOptionListOrBuilder
BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOptionOrBuilder getTakeOptionListOrBuilder(int index) repeated .BattlePassRewardTakeOption take_option_list = 11;
-