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 Details

    • getAreaId

      int getAreaId()
      uint32 area_id = 14;
      Returns:
      The areaId.
    • getSacrificeListList

      List<Integer> 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

      .LunaRiteHintStatusType hint_status = 1;
      Returns:
      The hintStatus.
    • getSacrificeRewardListList

      List<Integer> 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.