Package emu.grasscutter.net.proto
Interface ViewCodexRspOuterClass.ViewCodexRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ViewCodexRspOuterClass.ViewCodexRsp,ViewCodexRspOuterClass.ViewCodexRsp.Builder
- Enclosing class:
- ViewCodexRspOuterClass
public static interface ViewCodexRspOuterClass.ViewCodexRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetRecentViewedPushtipsList(int index) repeated uint32 recent_viewed_pushtips_list = 14;intrepeated uint32 recent_viewed_pushtips_list = 14;repeated uint32 recent_viewed_pushtips_list = 14;intint32 retcode = 11;getTypeDataList(int index) repeated .CodexTypeData type_data_list = 12;intrepeated .CodexTypeData type_data_list = 12;repeated .CodexTypeData type_data_list = 12;getTypeDataListOrBuilder(int index) repeated .CodexTypeData type_data_list = 12;repeated .CodexTypeData type_data_list = 12;intgetUnk3300CBGDAAOBGNB(int index) repeated uint32 Unk3300_CBGDAAOBGNB = 10;intrepeated uint32 Unk3300_CBGDAAOBGNB = 10;repeated uint32 Unk3300_CBGDAAOBGNB = 10;intgetUnk3300IDNOLALHFFA(int index) repeated uint32 Unk3300_IDNOLALHFFA = 3;intrepeated uint32 Unk3300_IDNOLALHFFA = 3;repeated uint32 Unk3300_IDNOLALHFFA = 3;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 = 12; -
getTypeDataList
repeated .CodexTypeData type_data_list = 12; -
getTypeDataListCount
int getTypeDataListCount()repeated .CodexTypeData type_data_list = 12; -
getTypeDataListOrBuilderList
List<? extends CodexTypeDataOuterClass.CodexTypeDataOrBuilder> getTypeDataListOrBuilderList()repeated .CodexTypeData type_data_list = 12; -
getTypeDataListOrBuilder
repeated .CodexTypeData type_data_list = 12; -
getUnk3300IDNOLALHFFAList
repeated uint32 Unk3300_IDNOLALHFFA = 3;- Returns:
- A list containing the unk3300IDNOLALHFFA.
-
getUnk3300IDNOLALHFFACount
int getUnk3300IDNOLALHFFACount()repeated uint32 Unk3300_IDNOLALHFFA = 3;- Returns:
- The count of unk3300IDNOLALHFFA.
-
getUnk3300IDNOLALHFFA
int getUnk3300IDNOLALHFFA(int index) repeated uint32 Unk3300_IDNOLALHFFA = 3;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300IDNOLALHFFA at the given index.
-
getUnk3300CBGDAAOBGNBList
repeated uint32 Unk3300_CBGDAAOBGNB = 10;- Returns:
- A list containing the unk3300CBGDAAOBGNB.
-
getUnk3300CBGDAAOBGNBCount
int getUnk3300CBGDAAOBGNBCount()repeated uint32 Unk3300_CBGDAAOBGNB = 10;- Returns:
- The count of unk3300CBGDAAOBGNB.
-
getUnk3300CBGDAAOBGNB
int getUnk3300CBGDAAOBGNB(int index) repeated uint32 Unk3300_CBGDAAOBGNB = 10;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300CBGDAAOBGNB at the given index.
-
getRetcode
int getRetcode()int32 retcode = 11;- Returns:
- The retcode.
-
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.
-