Package emu.grasscutter.net.proto
Interface MichiaeMatsuriActivityDetailInfoOuterClass.MichiaeMatsuriActivityDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MichiaeMatsuriActivityDetailInfoOuterClass.MichiaeMatsuriActivityDetailInfo,MichiaeMatsuriActivityDetailInfoOuterClass.MichiaeMatsuriActivityDetailInfo.Builder
- Enclosing class:
- MichiaeMatsuriActivityDetailInfoOuterClass
public static interface MichiaeMatsuriActivityDetailInfoOuterClass.MichiaeMatsuriActivityDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChallengePosList(int index) repeated .MichiaeMatsuriChallengePositionInfo challenge_pos_list = 13;intrepeated .MichiaeMatsuriChallengePositionInfo challenge_pos_list = 13;repeated .MichiaeMatsuriChallengePositionInfo challenge_pos_list = 13;getChallengePosListOrBuilder(int index) repeated .MichiaeMatsuriChallengePositionInfo challenge_pos_list = 13;List<? extends MichiaeMatsuriChallengePositionInfoOuterClass.MichiaeMatsuriChallengePositionInfoOrBuilder>repeated .MichiaeMatsuriChallengePositionInfo challenge_pos_list = 13;getChestPosList(int index) repeated .MichiaeMatsuriChestPositionInfo chest_pos_list = 12;intrepeated .MichiaeMatsuriChestPositionInfo chest_pos_list = 12;repeated .MichiaeMatsuriChestPositionInfo chest_pos_list = 12;getChestPosListOrBuilder(int index) repeated .MichiaeMatsuriChestPositionInfo chest_pos_list = 12;repeated .MichiaeMatsuriChestPositionInfo chest_pos_list = 12;intuint32 gain_crystal_exp = 4;getStageList(int index) repeated .MichiaeMatsuriStage stage_list = 14;intrepeated .MichiaeMatsuriStage stage_list = 14;repeated .MichiaeMatsuriStage stage_list = 14;getStageListOrBuilder(int index) repeated .MichiaeMatsuriStage stage_list = 14;repeated .MichiaeMatsuriStage stage_list = 14;intgetUnlockedCrystalSkillList(int index) repeated uint32 unlocked_crystal_skill_list = 6;intrepeated uint32 unlocked_crystal_skill_list = 6;repeated uint32 unlocked_crystal_skill_list = 6;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
-
getChestPosListList
List<MichiaeMatsuriChestPositionInfoOuterClass.MichiaeMatsuriChestPositionInfo> getChestPosListList()repeated .MichiaeMatsuriChestPositionInfo chest_pos_list = 12; -
getChestPosList
MichiaeMatsuriChestPositionInfoOuterClass.MichiaeMatsuriChestPositionInfo getChestPosList(int index) repeated .MichiaeMatsuriChestPositionInfo chest_pos_list = 12; -
getChestPosListCount
int getChestPosListCount()repeated .MichiaeMatsuriChestPositionInfo chest_pos_list = 12; -
getChestPosListOrBuilderList
List<? extends MichiaeMatsuriChestPositionInfoOuterClass.MichiaeMatsuriChestPositionInfoOrBuilder> getChestPosListOrBuilderList()repeated .MichiaeMatsuriChestPositionInfo chest_pos_list = 12; -
getChestPosListOrBuilder
MichiaeMatsuriChestPositionInfoOuterClass.MichiaeMatsuriChestPositionInfoOrBuilder getChestPosListOrBuilder(int index) repeated .MichiaeMatsuriChestPositionInfo chest_pos_list = 12; -
getUnlockedCrystalSkillListList
repeated uint32 unlocked_crystal_skill_list = 6;- Returns:
- A list containing the unlockedCrystalSkillList.
-
getUnlockedCrystalSkillListCount
int getUnlockedCrystalSkillListCount()repeated uint32 unlocked_crystal_skill_list = 6;- Returns:
- The count of unlockedCrystalSkillList.
-
getUnlockedCrystalSkillList
int getUnlockedCrystalSkillList(int index) repeated uint32 unlocked_crystal_skill_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The unlockedCrystalSkillList at the given index.
-
getChallengePosListList
List<MichiaeMatsuriChallengePositionInfoOuterClass.MichiaeMatsuriChallengePositionInfo> getChallengePosListList()repeated .MichiaeMatsuriChallengePositionInfo challenge_pos_list = 13; -
getChallengePosList
MichiaeMatsuriChallengePositionInfoOuterClass.MichiaeMatsuriChallengePositionInfo getChallengePosList(int index) repeated .MichiaeMatsuriChallengePositionInfo challenge_pos_list = 13; -
getChallengePosListCount
int getChallengePosListCount()repeated .MichiaeMatsuriChallengePositionInfo challenge_pos_list = 13; -
getChallengePosListOrBuilderList
List<? extends MichiaeMatsuriChallengePositionInfoOuterClass.MichiaeMatsuriChallengePositionInfoOrBuilder> getChallengePosListOrBuilderList()repeated .MichiaeMatsuriChallengePositionInfo challenge_pos_list = 13; -
getChallengePosListOrBuilder
MichiaeMatsuriChallengePositionInfoOuterClass.MichiaeMatsuriChallengePositionInfoOrBuilder getChallengePosListOrBuilder(int index) repeated .MichiaeMatsuriChallengePositionInfo challenge_pos_list = 13; -
getGainCrystalExp
int getGainCrystalExp()uint32 gain_crystal_exp = 4;- Returns:
- The gainCrystalExp.
-
getStageListList
List<MichiaeMatsuriStageOuterClass.MichiaeMatsuriStage> getStageListList()repeated .MichiaeMatsuriStage stage_list = 14; -
getStageList
repeated .MichiaeMatsuriStage stage_list = 14; -
getStageListCount
int getStageListCount()repeated .MichiaeMatsuriStage stage_list = 14; -
getStageListOrBuilderList
List<? extends MichiaeMatsuriStageOuterClass.MichiaeMatsuriStageOrBuilder> getStageListOrBuilderList()repeated .MichiaeMatsuriStage stage_list = 14; -
getStageListOrBuilder
repeated .MichiaeMatsuriStage stage_list = 14;
-