Package emu.grasscutter.net.proto
Interface CityReputationExploreInfoOuterClass.CityReputationExploreInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CityReputationExploreInfoOuterClass.CityReputationExploreInfo,CityReputationExploreInfoOuterClass.CityReputationExploreInfo.Builder
- Enclosing class:
- CityReputationExploreInfoOuterClass
public static interface CityReputationExploreInfoOuterClass.CityReputationExploreInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 explore_percent = 1;booleanbool is_open = 13;intgetTakenExploreRewardList(int index) repeated uint32 taken_explore_reward_list = 15;intrepeated uint32 taken_explore_reward_list = 15;repeated uint32 taken_explore_reward_list = 15;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
-
getExplorePercent
int getExplorePercent()uint32 explore_percent = 1;- Returns:
- The explorePercent.
-
getTakenExploreRewardListList
repeated uint32 taken_explore_reward_list = 15;- Returns:
- A list containing the takenExploreRewardList.
-
getTakenExploreRewardListCount
int getTakenExploreRewardListCount()repeated uint32 taken_explore_reward_list = 15;- Returns:
- The count of takenExploreRewardList.
-
getTakenExploreRewardList
int getTakenExploreRewardList(int index) repeated uint32 taken_explore_reward_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The takenExploreRewardList at the given index.
-
getIsOpen
boolean getIsOpen()bool is_open = 13;- Returns:
- The isOpen.
-