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 AIOANFPLOPL = 8;intuint32 KAOIMONFEOK = 5;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 = 4;intrepeated .CodexTypeData type_data_list = 4;repeated .CodexTypeData type_data_list = 4;getTypeDataListOrBuilder(int index) repeated .CodexTypeData type_data_list = 4;repeated .CodexTypeData type_data_list = 4;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
-
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.
-
getKAOIMONFEOK
int getKAOIMONFEOK()uint32 KAOIMONFEOK = 5;- Returns:
- The kAOIMONFEOK.
-
getAIOANFPLOPL
int getAIOANFPLOPL()uint32 AIOANFPLOPL = 8;- Returns:
- The aIOANFPLOPL.
-
getTypeDataListList
List<CodexTypeDataOuterClass.CodexTypeData> getTypeDataListList()repeated .CodexTypeData type_data_list = 4; -
getTypeDataList
repeated .CodexTypeData type_data_list = 4; -
getTypeDataListCount
int getTypeDataListCount()repeated .CodexTypeData type_data_list = 4; -
getTypeDataListOrBuilderList
List<? extends CodexTypeDataOuterClass.CodexTypeDataOrBuilder> getTypeDataListOrBuilderList()repeated .CodexTypeData type_data_list = 4; -
getTypeDataListOrBuilder
repeated .CodexTypeData type_data_list = 4;
-