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) HKHDCHGMGIJbooleancontainsOldAffixLevelMap(int key) AEICCHNADDHlonguint64 avatar_guid = 6;Deprecated.intHKHDCHGMGIJHKHDCHGMGIJintgetCurAffixLevelMapOrDefault(int key, int defaultValue) HKHDCHGMGIJintgetCurAffixLevelMapOrThrow(int key) HKHDCHGMGIJDeprecated.intAEICCHNADDHAEICCHNADDHintgetOldAffixLevelMapOrDefault(int key, int defaultValue) AEICCHNADDHintgetOldAffixLevelMapOrThrow(int key) AEICCHNADDHintint32 retcode = 5;intuint32 target_weapon_awaken_level = 14;longuint64 target_weapon_guid = 15;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()AEICCHNADDH
map<uint32, uint32> old_affix_level_map = 4; -
containsOldAffixLevelMap
boolean containsOldAffixLevelMap(int key) AEICCHNADDH
map<uint32, uint32> old_affix_level_map = 4; -
getOldAffixLevelMap
Deprecated.UsegetOldAffixLevelMapMap()instead. -
getOldAffixLevelMapMap
AEICCHNADDH
map<uint32, uint32> old_affix_level_map = 4; -
getOldAffixLevelMapOrDefault
int getOldAffixLevelMapOrDefault(int key, int defaultValue) AEICCHNADDH
map<uint32, uint32> old_affix_level_map = 4; -
getOldAffixLevelMapOrThrow
int getOldAffixLevelMapOrThrow(int key) AEICCHNADDH
map<uint32, uint32> old_affix_level_map = 4; -
getRetcode
int getRetcode()int32 retcode = 5;- Returns:
- The retcode.
-
getTargetWeaponGuid
long getTargetWeaponGuid()uint64 target_weapon_guid = 15;- Returns:
- The targetWeaponGuid.
-
getCurAffixLevelMapCount
int getCurAffixLevelMapCount()HKHDCHGMGIJ
map<uint32, uint32> cur_affix_level_map = 13; -
containsCurAffixLevelMap
boolean containsCurAffixLevelMap(int key) HKHDCHGMGIJ
map<uint32, uint32> cur_affix_level_map = 13; -
getCurAffixLevelMap
Deprecated.UsegetCurAffixLevelMapMap()instead. -
getCurAffixLevelMapMap
HKHDCHGMGIJ
map<uint32, uint32> cur_affix_level_map = 13; -
getCurAffixLevelMapOrDefault
int getCurAffixLevelMapOrDefault(int key, int defaultValue) HKHDCHGMGIJ
map<uint32, uint32> cur_affix_level_map = 13; -
getCurAffixLevelMapOrThrow
int getCurAffixLevelMapOrThrow(int key) HKHDCHGMGIJ
map<uint32, uint32> cur_affix_level_map = 13; -
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 6;- Returns:
- The avatarGuid.
-
getTargetWeaponAwakenLevel
int getTargetWeaponAwakenLevel()uint32 target_weapon_awaken_level = 14;- Returns:
- The targetWeaponAwakenLevel.
-