Interface AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRspOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRsp, AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRsp.Builder
Enclosing class:
AvatarDieAnimationEndRspOuterClass

public static interface AvatarDieAnimationEndRspOuterClass.AvatarDieAnimationEndRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 die_guid = 12;
    int
    int32 retcode = 9;
    int
    uint32 skill_id = 7;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDieGuid

      long getDieGuid()
      uint64 die_guid = 12;
      Returns:
      The dieGuid.
    • getRetcode

      int getRetcode()
      int32 retcode = 9;
      Returns:
      The retcode.
    • getSkillId

      int getSkillId()
      uint32 skill_id = 7;
      Returns:
      The skillId.