Package emu.grasscutter.net.proto
Interface LunaRiteAreaInfoOuterClass.LunaRiteAreaInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LunaRiteAreaInfoOuterClass.LunaRiteAreaInfo,LunaRiteAreaInfoOuterClass.LunaRiteAreaInfo.Builder
- Enclosing class:
- LunaRiteAreaInfoOuterClass
public static interface LunaRiteAreaInfoOuterClass.LunaRiteAreaInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 area_id = 15;intuint32 challenge_index = 1;.LunaRiteHintStatusType hint_status = 7;int.LunaRiteHintStatusType hint_status = 7;intgetSacrificeList(int index) repeated uint32 sacrifice_list = 14;intrepeated uint32 sacrifice_list = 14;repeated uint32 sacrifice_list = 14;intgetSacrificeRewardList(int index) repeated uint32 sacrifice_reward_list = 11;intrepeated uint32 sacrifice_reward_list = 11;repeated uint32 sacrifice_reward_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
-
getSacrificeRewardListList
repeated uint32 sacrifice_reward_list = 11;- Returns:
- A list containing the sacrificeRewardList.
-
getSacrificeRewardListCount
int getSacrificeRewardListCount()repeated uint32 sacrifice_reward_list = 11;- Returns:
- The count of sacrificeRewardList.
-
getSacrificeRewardList
int getSacrificeRewardList(int index) repeated uint32 sacrifice_reward_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The sacrificeRewardList at the given index.
-
getAreaId
int getAreaId()uint32 area_id = 15;- Returns:
- The areaId.
-
getChallengeIndex
int getChallengeIndex()uint32 challenge_index = 1;- Returns:
- The challengeIndex.
-
getHintStatusValue
int getHintStatusValue().LunaRiteHintStatusType hint_status = 7;- Returns:
- The enum numeric value on the wire for hintStatus.
-
getHintStatus
LunaRiteHintStatusTypeOuterClass.LunaRiteHintStatusType getHintStatus().LunaRiteHintStatusType hint_status = 7;- Returns:
- The hintStatus.
-
getSacrificeListList
repeated uint32 sacrifice_list = 14;- Returns:
- A list containing the sacrificeList.
-
getSacrificeListCount
int getSacrificeListCount()repeated uint32 sacrifice_list = 14;- Returns:
- The count of sacrificeList.
-
getSacrificeList
int getSacrificeList(int index) repeated uint32 sacrifice_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The sacrificeList at the given index.
-