Package emu.grasscutter.net.proto
Interface CodexDataFullNotifyOuterClass.CodexDataFullNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CodexDataFullNotifyOuterClass.CodexDataFullNotify,CodexDataFullNotifyOuterClass.CodexDataFullNotify.Builder
- Enclosing class:
- CodexDataFullNotifyOuterClass
public static interface CodexDataFullNotifyOuterClass.CodexDataFullNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 last_read_pushtips_codex_id = 7;intuint32 last_read_pushtips_type_id = 15;intgetRecentViewedPushtipsList(int index) repeated uint32 recent_viewed_pushtips_list = 14;intrepeated uint32 recent_viewed_pushtips_list = 14;repeated uint32 recent_viewed_pushtips_list = 14;getTypeDataList(int index) repeated .CodexTypeData type_data_list = 13;intrepeated .CodexTypeData type_data_list = 13;repeated .CodexTypeData type_data_list = 13;getTypeDataListOrBuilder(int index) repeated .CodexTypeData type_data_list = 13;repeated .CodexTypeData type_data_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
-
getLastReadPushtipsTypeId
int getLastReadPushtipsTypeId()uint32 last_read_pushtips_type_id = 15;- Returns:
- The lastReadPushtipsTypeId.
-
getTypeDataListList
List<CodexTypeDataOuterClass.CodexTypeData> getTypeDataListList()repeated .CodexTypeData type_data_list = 13; -
getTypeDataList
repeated .CodexTypeData type_data_list = 13; -
getTypeDataListCount
int getTypeDataListCount()repeated .CodexTypeData type_data_list = 13; -
getTypeDataListOrBuilderList
List<? extends CodexTypeDataOuterClass.CodexTypeDataOrBuilder> getTypeDataListOrBuilderList()repeated .CodexTypeData type_data_list = 13; -
getTypeDataListOrBuilder
repeated .CodexTypeData type_data_list = 13; -
getRecentViewedPushtipsListList
repeated uint32 recent_viewed_pushtips_list = 14;- Returns:
- A list containing the recentViewedPushtipsList.
-
getRecentViewedPushtipsListCount
int getRecentViewedPushtipsListCount()repeated uint32 recent_viewed_pushtips_list = 14;- Returns:
- The count of recentViewedPushtipsList.
-
getRecentViewedPushtipsList
int getRecentViewedPushtipsList(int index) repeated uint32 recent_viewed_pushtips_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The recentViewedPushtipsList at the given index.
-
getLastReadPushtipsCodexId
int getLastReadPushtipsCodexId()uint32 last_read_pushtips_codex_id = 7;- Returns:
- The lastReadPushtipsCodexId.
-