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 = 1;intgetCodexIdList(int index) repeated uint32 codex_id_list = 12;intrepeated uint32 codex_id_list = 12;repeated uint32 codex_id_list = 12;booleangetHaveViewedList(int index) repeated bool have_viewed_list = 3;intrepeated bool have_viewed_list = 3;repeated bool have_viewed_list = 3;getType().CodexType type = 10;int.CodexType type = 10;Deprecated.intmap<uint32, uint32> weapon_max_promote_level_map = 1;map<uint32, uint32> weapon_max_promote_level_map = 1;intgetWeaponMaxPromoteLevelMapOrDefault(int key, int defaultValue) map<uint32, uint32> weapon_max_promote_level_map = 1;intgetWeaponMaxPromoteLevelMapOrThrow(int key) map<uint32, uint32> weapon_max_promote_level_map = 1;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
-
getWeaponMaxPromoteLevelMapCount
int getWeaponMaxPromoteLevelMapCount()map<uint32, uint32> weapon_max_promote_level_map = 1; -
containsWeaponMaxPromoteLevelMap
boolean containsWeaponMaxPromoteLevelMap(int key) map<uint32, uint32> weapon_max_promote_level_map = 1; -
getWeaponMaxPromoteLevelMap
Deprecated.UsegetWeaponMaxPromoteLevelMapMap()instead. -
getWeaponMaxPromoteLevelMapMap
map<uint32, uint32> weapon_max_promote_level_map = 1; -
getWeaponMaxPromoteLevelMapOrDefault
int getWeaponMaxPromoteLevelMapOrDefault(int key, int defaultValue) map<uint32, uint32> weapon_max_promote_level_map = 1; -
getWeaponMaxPromoteLevelMapOrThrow
int getWeaponMaxPromoteLevelMapOrThrow(int key) map<uint32, uint32> weapon_max_promote_level_map = 1; -
getTypeValue
int getTypeValue().CodexType type = 10;- Returns:
- The enum numeric value on the wire for type.
-
getType
CodexTypeOuterClass.CodexType getType().CodexType type = 10;- Returns:
- The type.
-
getCodexIdListList
repeated uint32 codex_id_list = 12;- Returns:
- A list containing the codexIdList.
-
getCodexIdListCount
int getCodexIdListCount()repeated uint32 codex_id_list = 12;- Returns:
- The count of codexIdList.
-
getCodexIdList
int getCodexIdList(int index) repeated uint32 codex_id_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The codexIdList at the given index.
-
getHaveViewedListList
repeated bool have_viewed_list = 3;- Returns:
- A list containing the haveViewedList.
-
getHaveViewedListCount
int getHaveViewedListCount()repeated bool have_viewed_list = 3;- Returns:
- The count of haveViewedList.
-
getHaveViewedList
boolean getHaveViewedList(int index) repeated bool have_viewed_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The haveViewedList at the given index.
-