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 = 14;intuint32 challenge_index = 15;.LunaRiteHintStatusType hint_status = 1;int.LunaRiteHintStatusType hint_status = 1;intgetSacrificeList(int index) repeated uint32 sacrifice_list = 4;intrepeated uint32 sacrifice_list = 4;repeated uint32 sacrifice_list = 4;intgetSacrificeRewardList(int index) repeated uint32 sacrifice_reward_list = 13;intrepeated uint32 sacrifice_reward_list = 13;repeated uint32 sacrifice_reward_list = 13;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
-
getAreaId
int getAreaId()uint32 area_id = 14;- Returns:
- The areaId.
-
getSacrificeListList
repeated uint32 sacrifice_list = 4;- Returns:
- A list containing the sacrificeList.
-
getSacrificeListCount
int getSacrificeListCount()repeated uint32 sacrifice_list = 4;- Returns:
- The count of sacrificeList.
-
getSacrificeList
int getSacrificeList(int index) repeated uint32 sacrifice_list = 4;- Parameters:
index- The index of the element to return.- Returns:
- The sacrificeList at the given index.
-
getHintStatusValue
int getHintStatusValue().LunaRiteHintStatusType hint_status = 1;- Returns:
- The enum numeric value on the wire for hintStatus.
-
getHintStatus
LunaRiteHintStatusTypeOuterClass.LunaRiteHintStatusType getHintStatus().LunaRiteHintStatusType hint_status = 1;- Returns:
- The hintStatus.
-
getSacrificeRewardListList
repeated uint32 sacrifice_reward_list = 13;- Returns:
- A list containing the sacrificeRewardList.
-
getSacrificeRewardListCount
int getSacrificeRewardListCount()repeated uint32 sacrifice_reward_list = 13;- Returns:
- The count of sacrificeRewardList.
-
getSacrificeRewardList
int getSacrificeRewardList(int index) repeated uint32 sacrifice_reward_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The sacrificeRewardList at the given index.
-
getChallengeIndex
int getChallengeIndex()uint32 challenge_index = 15;- Returns:
- The challengeIndex.
-