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) map<uint32, uint32> cur_affix_level_map = 3;booleancontainsOldAffixLevelMap(int key) map<uint32, uint32> old_affix_level_map = 15;longuint64 avatar_guid = 8;Deprecated.intmap<uint32, uint32> cur_affix_level_map = 3;map<uint32, uint32> cur_affix_level_map = 3;intgetCurAffixLevelMapOrDefault(int key, int defaultValue) map<uint32, uint32> cur_affix_level_map = 3;intgetCurAffixLevelMapOrThrow(int key) map<uint32, uint32> cur_affix_level_map = 3;Deprecated.intmap<uint32, uint32> old_affix_level_map = 15;map<uint32, uint32> old_affix_level_map = 15;intgetOldAffixLevelMapOrDefault(int key, int defaultValue) map<uint32, uint32> old_affix_level_map = 15;intgetOldAffixLevelMapOrThrow(int key) map<uint32, uint32> old_affix_level_map = 15;intint32 retcode = 9;intuint32 target_weapon_awaken_level = 2;longuint64 target_weapon_guid = 14;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
-
getCurAffixLevelMapCount
int getCurAffixLevelMapCount()map<uint32, uint32> cur_affix_level_map = 3; -
containsCurAffixLevelMap
boolean containsCurAffixLevelMap(int key) map<uint32, uint32> cur_affix_level_map = 3; -
getCurAffixLevelMap
Deprecated.UsegetCurAffixLevelMapMap()instead. -
getCurAffixLevelMapMap
map<uint32, uint32> cur_affix_level_map = 3; -
getCurAffixLevelMapOrDefault
int getCurAffixLevelMapOrDefault(int key, int defaultValue) map<uint32, uint32> cur_affix_level_map = 3; -
getCurAffixLevelMapOrThrow
int getCurAffixLevelMapOrThrow(int key) map<uint32, uint32> cur_affix_level_map = 3; -
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 8;- Returns:
- The avatarGuid.
-
getRetcode
int getRetcode()int32 retcode = 9;- Returns:
- The retcode.
-
getTargetWeaponGuid
long getTargetWeaponGuid()uint64 target_weapon_guid = 14;- Returns:
- The targetWeaponGuid.
-
getOldAffixLevelMapCount
int getOldAffixLevelMapCount()map<uint32, uint32> old_affix_level_map = 15; -
containsOldAffixLevelMap
boolean containsOldAffixLevelMap(int key) map<uint32, uint32> old_affix_level_map = 15; -
getOldAffixLevelMap
Deprecated.UsegetOldAffixLevelMapMap()instead. -
getOldAffixLevelMapMap
map<uint32, uint32> old_affix_level_map = 15; -
getOldAffixLevelMapOrDefault
int getOldAffixLevelMapOrDefault(int key, int defaultValue) map<uint32, uint32> old_affix_level_map = 15; -
getOldAffixLevelMapOrThrow
int getOldAffixLevelMapOrThrow(int key) map<uint32, uint32> old_affix_level_map = 15; -
getTargetWeaponAwakenLevel
int getTargetWeaponAwakenLevel()uint32 target_weapon_awaken_level = 2;- Returns:
- The targetWeaponAwakenLevel.
-