Package emu.grasscutter.net.proto
Interface BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption,BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption.Builder
- Enclosing class:
- BattlePassRewardTakeOptionOuterClass
public static interface BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasTag
boolean hasTag().BattlePassRewardTag tag = 12;- Returns:
- Whether the tag field is set.
-
getTag
.BattlePassRewardTag tag = 12;- Returns:
- The tag.
-
getTagOrBuilder
BattlePassRewardTagOuterClass.BattlePassRewardTagOrBuilder getTagOrBuilder().BattlePassRewardTag tag = 12; -
getOptionIdx
int getOptionIdx()uint32 option_idx = 13;- Returns:
- The optionIdx.
-