Package emu.grasscutter.net.proto
Interface WeaponAwakenRspOuterClass.WeaponAwakenRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaponAwakenRspOuterClass.WeaponAwakenRsp,WeaponAwakenRspOuterClass.WeaponAwakenRsp.Builder
- Enclosing class:
- WeaponAwakenRspOuterClass
public static interface WeaponAwakenRspOuterClass.WeaponAwakenRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsCurAffixLevelMap(int key) KKDIFJGIAMNbooleancontainsOldAffixLevelMap(int key) MCLMGECDMHIlonguint64 avatar_guid = 7;Deprecated.intKKDIFJGIAMNKKDIFJGIAMNintgetCurAffixLevelMapOrDefault(int key, int defaultValue) KKDIFJGIAMNintgetCurAffixLevelMapOrThrow(int key) KKDIFJGIAMNDeprecated.intMCLMGECDMHIMCLMGECDMHIintgetOldAffixLevelMapOrDefault(int key, int defaultValue) MCLMGECDMHIintgetOldAffixLevelMapOrThrow(int key) MCLMGECDMHIintint32 retcode = 9;intuint32 target_weapon_awaken_level = 4;longuint64 target_weapon_guid = 13;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
-
getOldAffixLevelMapCount
int getOldAffixLevelMapCount()MCLMGECDMHI
map<uint32, uint32> old_affix_level_map = 11; -
containsOldAffixLevelMap
boolean containsOldAffixLevelMap(int key) MCLMGECDMHI
map<uint32, uint32> old_affix_level_map = 11; -
getOldAffixLevelMap
Deprecated.UsegetOldAffixLevelMapMap()instead. -
getOldAffixLevelMapMap
MCLMGECDMHI
map<uint32, uint32> old_affix_level_map = 11; -
getOldAffixLevelMapOrDefault
int getOldAffixLevelMapOrDefault(int key, int defaultValue) MCLMGECDMHI
map<uint32, uint32> old_affix_level_map = 11; -
getOldAffixLevelMapOrThrow
int getOldAffixLevelMapOrThrow(int key) MCLMGECDMHI
map<uint32, uint32> old_affix_level_map = 11; -
getRetcode
int getRetcode()int32 retcode = 9;- Returns:
- The retcode.
-
getCurAffixLevelMapCount
int getCurAffixLevelMapCount()KKDIFJGIAMN
map<uint32, uint32> cur_affix_level_map = 14; -
containsCurAffixLevelMap
boolean containsCurAffixLevelMap(int key) KKDIFJGIAMN
map<uint32, uint32> cur_affix_level_map = 14; -
getCurAffixLevelMap
Deprecated.UsegetCurAffixLevelMapMap()instead. -
getCurAffixLevelMapMap
KKDIFJGIAMN
map<uint32, uint32> cur_affix_level_map = 14; -
getCurAffixLevelMapOrDefault
int getCurAffixLevelMapOrDefault(int key, int defaultValue) KKDIFJGIAMN
map<uint32, uint32> cur_affix_level_map = 14; -
getCurAffixLevelMapOrThrow
int getCurAffixLevelMapOrThrow(int key) KKDIFJGIAMN
map<uint32, uint32> cur_affix_level_map = 14; -
getTargetWeaponAwakenLevel
int getTargetWeaponAwakenLevel()uint32 target_weapon_awaken_level = 4;- Returns:
- The targetWeaponAwakenLevel.
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 7;- Returns:
- The avatarGuid.
-
getTargetWeaponGuid
long getTargetWeaponGuid()uint64 target_weapon_guid = 13;- Returns:
- The targetWeaponGuid.
-