Package emu.grasscutter.net.proto
Interface CoopChapterOuterClass.CoopChapterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoopChapterOuterClass.CoopChapter,CoopChapterOuterClass.CoopChapter.Builder
- Enclosing class:
- CoopChapterOuterClass
public static interface CoopChapterOuterClass.CoopChapterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsSeenEndingMap(int key) map<uint32, uint32> seen_ending_map = 15;getCoopCgList(int index) repeated .CoopCg coop_cg_list = 2;intrepeated .CoopCg coop_cg_list = 2;repeated .CoopCg coop_cg_list = 2;getCoopCgListOrBuilder(int index) repeated .CoopCg coop_cg_list = 2;List<? extends CoopCgOuterClass.CoopCgOrBuilder>repeated .CoopCg coop_cg_list = 2;getCoopPointList(int index) repeated .CoopPoint coop_point_list = 12;intrepeated .CoopPoint coop_point_list = 12;repeated .CoopPoint coop_point_list = 12;getCoopPointListOrBuilder(int index) repeated .CoopPoint coop_point_list = 12;List<? extends CoopPointOuterClass.CoopPointOrBuilder>repeated .CoopPoint coop_point_list = 12;getCoopRewardList(int index) repeated .CoopReward coop_reward_list = 3;intrepeated .CoopReward coop_reward_list = 3;repeated .CoopReward coop_reward_list = 3;getCoopRewardListOrBuilder(int index) repeated .CoopReward coop_reward_list = 3;List<? extends CoopRewardOuterClass.CoopRewardOrBuilder>repeated .CoopReward coop_reward_list = 3;intgetFinishDialogList(int index) repeated uint32 finish_dialog_list = 6;intrepeated uint32 finish_dialog_list = 6;repeated uint32 finish_dialog_list = 6;intuint32 finished_end_count = 8;intgetId()uint32 id = 9;intgetLockReasonList(int index) repeated uint32 lock_reason_list = 4;intrepeated uint32 lock_reason_list = 4;repeated uint32 lock_reason_list = 4;Deprecated.intmap<uint32, uint32> seen_ending_map = 15;map<uint32, uint32> seen_ending_map = 15;intgetSeenEndingMapOrDefault(int key, int defaultValue) map<uint32, uint32> seen_ending_map = 15;intgetSeenEndingMapOrThrow(int key) map<uint32, uint32> seen_ending_map = 15;getState().CoopChapter.State state = 7;int.CoopChapter.State state = 7;intuint32 total_end_count = 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
-
getId
int getId()uint32 id = 9;- Returns:
- The id.
-
getCoopPointListList
List<CoopPointOuterClass.CoopPoint> getCoopPointListList()repeated .CoopPoint coop_point_list = 12; -
getCoopPointList
repeated .CoopPoint coop_point_list = 12; -
getCoopPointListCount
int getCoopPointListCount()repeated .CoopPoint coop_point_list = 12; -
getCoopPointListOrBuilderList
List<? extends CoopPointOuterClass.CoopPointOrBuilder> getCoopPointListOrBuilderList()repeated .CoopPoint coop_point_list = 12; -
getCoopPointListOrBuilder
repeated .CoopPoint coop_point_list = 12; -
getFinishDialogListList
repeated uint32 finish_dialog_list = 6;- Returns:
- A list containing the finishDialogList.
-
getFinishDialogListCount
int getFinishDialogListCount()repeated uint32 finish_dialog_list = 6;- Returns:
- The count of finishDialogList.
-
getFinishDialogList
int getFinishDialogList(int index) repeated uint32 finish_dialog_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The finishDialogList at the given index.
-
getStateValue
int getStateValue().CoopChapter.State state = 7;- Returns:
- The enum numeric value on the wire for state.
-
getState
CoopChapterOuterClass.CoopChapter.State getState().CoopChapter.State state = 7;- Returns:
- The state.
-
getTotalEndCount
int getTotalEndCount()uint32 total_end_count = 11;- Returns:
- The totalEndCount.
-
getCoopRewardListList
List<CoopRewardOuterClass.CoopReward> getCoopRewardListList()repeated .CoopReward coop_reward_list = 3; -
getCoopRewardList
repeated .CoopReward coop_reward_list = 3; -
getCoopRewardListCount
int getCoopRewardListCount()repeated .CoopReward coop_reward_list = 3; -
getCoopRewardListOrBuilderList
List<? extends CoopRewardOuterClass.CoopRewardOrBuilder> getCoopRewardListOrBuilderList()repeated .CoopReward coop_reward_list = 3; -
getCoopRewardListOrBuilder
repeated .CoopReward coop_reward_list = 3; -
getLockReasonListList
repeated uint32 lock_reason_list = 4;- Returns:
- A list containing the lockReasonList.
-
getLockReasonListCount
int getLockReasonListCount()repeated uint32 lock_reason_list = 4;- Returns:
- The count of lockReasonList.
-
getLockReasonList
int getLockReasonList(int index) repeated uint32 lock_reason_list = 4;- Parameters:
index- The index of the element to return.- Returns:
- The lockReasonList at the given index.
-
getCoopCgListList
List<CoopCgOuterClass.CoopCg> getCoopCgListList()repeated .CoopCg coop_cg_list = 2; -
getCoopCgList
repeated .CoopCg coop_cg_list = 2; -
getCoopCgListCount
int getCoopCgListCount()repeated .CoopCg coop_cg_list = 2; -
getCoopCgListOrBuilderList
List<? extends CoopCgOuterClass.CoopCgOrBuilder> getCoopCgListOrBuilderList()repeated .CoopCg coop_cg_list = 2; -
getCoopCgListOrBuilder
repeated .CoopCg coop_cg_list = 2; -
getSeenEndingMapCount
int getSeenEndingMapCount()map<uint32, uint32> seen_ending_map = 15; -
containsSeenEndingMap
boolean containsSeenEndingMap(int key) map<uint32, uint32> seen_ending_map = 15; -
getSeenEndingMap
Deprecated.UsegetSeenEndingMapMap()instead. -
getSeenEndingMapMap
map<uint32, uint32> seen_ending_map = 15; -
getSeenEndingMapOrDefault
int getSeenEndingMapOrDefault(int key, int defaultValue) map<uint32, uint32> seen_ending_map = 15; -
getSeenEndingMapOrThrow
int getSeenEndingMapOrThrow(int key) map<uint32, uint32> seen_ending_map = 15; -
getFinishedEndCount
int getFinishedEndCount()uint32 finished_end_count = 8;- Returns:
- The finishedEndCount.
-