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 = 4;intuint32 last_read_pushtips_type_id = 13;intgetRecentViewedPushtipsList(int index) repeated uint32 recent_viewed_pushtips_list = 1;intrepeated uint32 recent_viewed_pushtips_list = 1;repeated uint32 recent_viewed_pushtips_list = 1;getTypeDataList(int index) repeated .CodexTypeData type_data_list = 14;intrepeated .CodexTypeData type_data_list = 14;repeated .CodexTypeData type_data_list = 14;getTypeDataListOrBuilder(int index) repeated .CodexTypeData type_data_list = 14;repeated .CodexTypeData type_data_list = 14;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
-
getTypeDataListList
List<CodexTypeDataOuterClass.CodexTypeData> getTypeDataListList()repeated .CodexTypeData type_data_list = 14; -
getTypeDataList
repeated .CodexTypeData type_data_list = 14; -
getTypeDataListCount
int getTypeDataListCount()repeated .CodexTypeData type_data_list = 14; -
getTypeDataListOrBuilderList
List<? extends CodexTypeDataOuterClass.CodexTypeDataOrBuilder> getTypeDataListOrBuilderList()repeated .CodexTypeData type_data_list = 14; -
getTypeDataListOrBuilder
repeated .CodexTypeData type_data_list = 14; -
getLastReadPushtipsCodexId
int getLastReadPushtipsCodexId()uint32 last_read_pushtips_codex_id = 4;- Returns:
- The lastReadPushtipsCodexId.
-
getLastReadPushtipsTypeId
int getLastReadPushtipsTypeId()uint32 last_read_pushtips_type_id = 13;- Returns:
- The lastReadPushtipsTypeId.
-
getRecentViewedPushtipsListList
repeated uint32 recent_viewed_pushtips_list = 1;- Returns:
- A list containing the recentViewedPushtipsList.
-
getRecentViewedPushtipsListCount
int getRecentViewedPushtipsListCount()repeated uint32 recent_viewed_pushtips_list = 1;- Returns:
- The count of recentViewedPushtipsList.
-
getRecentViewedPushtipsList
int getRecentViewedPushtipsList(int index) repeated uint32 recent_viewed_pushtips_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The recentViewedPushtipsList at the given index.
-