Package emu.grasscutter.net.proto
Interface BattlePassScheduleOuterClass.BattlePassScheduleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BattlePassScheduleOuterClass.BattlePassSchedule,BattlePassScheduleOuterClass.BattlePassSchedule.Builder
- Enclosing class:
- BattlePassScheduleOuterClass
public static interface BattlePassScheduleOuterClass.BattlePassScheduleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 begin_time = 5;.BattlePassCycle cur_cycle = 3;.BattlePassCycle cur_cycle = 3;intuint32 curCyclePoints = 14;intuint32 end_time = 15;booleanbool isExtraPaidRewardTaken = 13;booleanbool isViewed = 2;intgetLevel()uint32 level = 4;intuint32 paidPlatformFlags = 7;intgetPoint()uint32 point = 12;.BattlePassProduct product_info = 10;.BattlePassProduct product_info = 10;getRewardTakenList(int index) repeated .BattlePassRewardTag reward_taken_list = 9;intrepeated .BattlePassRewardTag reward_taken_list = 9;repeated .BattlePassRewardTag reward_taken_list = 9;getRewardTakenListOrBuilder(int index) repeated .BattlePassRewardTag reward_taken_list = 9;repeated .BattlePassRewardTag reward_taken_list = 9;intuint32 schedule_id = 8;.BattlePassUnlockStatus unlock_status = 6;int.BattlePassUnlockStatus unlock_status = 6;boolean.BattlePassCycle cur_cycle = 3;boolean.BattlePassProduct product_info = 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
-
getIsViewed
boolean getIsViewed()bool isViewed = 2;- Returns:
- The isViewed.
-
getLevel
int getLevel()uint32 level = 4;- Returns:
- The level.
-
getIsExtraPaidRewardTaken
boolean getIsExtraPaidRewardTaken()bool isExtraPaidRewardTaken = 13;- Returns:
- The isExtraPaidRewardTaken.
-
getRewardTakenListList
List<BattlePassRewardTagOuterClass.BattlePassRewardTag> getRewardTakenListList()repeated .BattlePassRewardTag reward_taken_list = 9; -
getRewardTakenList
repeated .BattlePassRewardTag reward_taken_list = 9; -
getRewardTakenListCount
int getRewardTakenListCount()repeated .BattlePassRewardTag reward_taken_list = 9; -
getRewardTakenListOrBuilderList
List<? extends BattlePassRewardTagOuterClass.BattlePassRewardTagOrBuilder> getRewardTakenListOrBuilderList()repeated .BattlePassRewardTag reward_taken_list = 9; -
getRewardTakenListOrBuilder
repeated .BattlePassRewardTag reward_taken_list = 9; -
hasProductInfo
boolean hasProductInfo().BattlePassProduct product_info = 10;- Returns:
- Whether the productInfo field is set.
-
getProductInfo
BattlePassProductOuterClass.BattlePassProduct getProductInfo().BattlePassProduct product_info = 10;- Returns:
- The productInfo.
-
getProductInfoOrBuilder
BattlePassProductOuterClass.BattlePassProductOrBuilder getProductInfoOrBuilder().BattlePassProduct product_info = 10; -
getEndTime
int getEndTime()uint32 end_time = 15;- Returns:
- The endTime.
-
getPoint
int getPoint()uint32 point = 12;- Returns:
- The point.
-
getUnlockStatusValue
int getUnlockStatusValue().BattlePassUnlockStatus unlock_status = 6;- Returns:
- The enum numeric value on the wire for unlockStatus.
-
getUnlockStatus
BattlePassUnlockStatusOuterClass.BattlePassUnlockStatus getUnlockStatus().BattlePassUnlockStatus unlock_status = 6;- Returns:
- The unlockStatus.
-
getPaidPlatformFlags
int getPaidPlatformFlags()uint32 paidPlatformFlags = 7;- Returns:
- The paidPlatformFlags.
-
getCurCyclePoints
int getCurCyclePoints()uint32 curCyclePoints = 14;- Returns:
- The curCyclePoints.
-
hasCurCycle
boolean hasCurCycle().BattlePassCycle cur_cycle = 3;- Returns:
- Whether the curCycle field is set.
-
getCurCycle
BattlePassCycleOuterClass.BattlePassCycle getCurCycle().BattlePassCycle cur_cycle = 3;- Returns:
- The curCycle.
-
getCurCycleOrBuilder
BattlePassCycleOuterClass.BattlePassCycleOrBuilder getCurCycleOrBuilder().BattlePassCycle cur_cycle = 3; -
getScheduleId
int getScheduleId()uint32 schedule_id = 8;- Returns:
- The scheduleId.
-
getBeginTime
int getBeginTime()uint32 begin_time = 5;- Returns:
- The beginTime.
-