Package emu.grasscutter.net.proto
Interface AvatarSkillMaxChargeCountNotifyOuterClass.AvatarSkillMaxChargeCountNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarSkillMaxChargeCountNotifyOuterClass.AvatarSkillMaxChargeCountNotify,AvatarSkillMaxChargeCountNotifyOuterClass.AvatarSkillMaxChargeCountNotify.Builder
- Enclosing class:
- AvatarSkillMaxChargeCountNotifyOuterClass
public static interface AvatarSkillMaxChargeCountNotifyOuterClass.AvatarSkillMaxChargeCountNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 avatar_guid = 14;intuint32 max_charge_count = 9;intuint32 skill_id = 3;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
-
getSkillId
int getSkillId()uint32 skill_id = 3;- Returns:
- The skillId.
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 14;- Returns:
- The avatarGuid.
-
getMaxChargeCount
int getMaxChargeCount()uint32 max_charge_count = 9;- Returns:
- The maxChargeCount.
-