Package emu.grasscutter.net.proto
Interface CodexTypeDataOuterClass.CodexTypeDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CodexTypeDataOuterClass.CodexTypeData,CodexTypeDataOuterClass.CodexTypeData.Builder
- Enclosing class:
- CodexTypeDataOuterClass
public static interface CodexTypeDataOuterClass.CodexTypeDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsWeaponMaxPromoteLevelMap(int key) map<uint32, uint32> weapon_max_promote_level_map = 10;intgetCodexIdList(int index) repeated uint32 codex_id_list = 1;intrepeated uint32 codex_id_list = 1;repeated uint32 codex_id_list = 1;booleangetHaveViewedList(int index) repeated bool have_viewed_list = 6;intrepeated bool have_viewed_list = 6;repeated bool have_viewed_list = 6;getType().CodexType type = 8;int.CodexType type = 8;Deprecated.intmap<uint32, uint32> weapon_max_promote_level_map = 10;map<uint32, uint32> weapon_max_promote_level_map = 10;intgetWeaponMaxPromoteLevelMapOrDefault(int key, int defaultValue) map<uint32, uint32> weapon_max_promote_level_map = 10;intgetWeaponMaxPromoteLevelMapOrThrow(int key) map<uint32, uint32> weapon_max_promote_level_map = 10;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
-
getCodexIdListList
repeated uint32 codex_id_list = 1;- Returns:
- A list containing the codexIdList.
-
getCodexIdListCount
int getCodexIdListCount()repeated uint32 codex_id_list = 1;- Returns:
- The count of codexIdList.
-
getCodexIdList
int getCodexIdList(int index) repeated uint32 codex_id_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The codexIdList at the given index.
-
getWeaponMaxPromoteLevelMapCount
int getWeaponMaxPromoteLevelMapCount()map<uint32, uint32> weapon_max_promote_level_map = 10; -
containsWeaponMaxPromoteLevelMap
boolean containsWeaponMaxPromoteLevelMap(int key) map<uint32, uint32> weapon_max_promote_level_map = 10; -
getWeaponMaxPromoteLevelMap
Deprecated.UsegetWeaponMaxPromoteLevelMapMap()instead. -
getWeaponMaxPromoteLevelMapMap
map<uint32, uint32> weapon_max_promote_level_map = 10; -
getWeaponMaxPromoteLevelMapOrDefault
int getWeaponMaxPromoteLevelMapOrDefault(int key, int defaultValue) map<uint32, uint32> weapon_max_promote_level_map = 10; -
getWeaponMaxPromoteLevelMapOrThrow
int getWeaponMaxPromoteLevelMapOrThrow(int key) map<uint32, uint32> weapon_max_promote_level_map = 10; -
getTypeValue
int getTypeValue().CodexType type = 8;- Returns:
- The enum numeric value on the wire for type.
-
getType
CodexTypeOuterClass.CodexType getType().CodexType type = 8;- Returns:
- The type.
-
getHaveViewedListList
repeated bool have_viewed_list = 6;- Returns:
- A list containing the haveViewedList.
-
getHaveViewedListCount
int getHaveViewedListCount()repeated bool have_viewed_list = 6;- Returns:
- The count of haveViewedList.
-
getHaveViewedList
boolean getHaveViewedList(int index) repeated bool have_viewed_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The haveViewedList at the given index.
-