Interface AvatarDieAnimationEndReqOuterClass.AvatarDieAnimationEndReqOrBuilder

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

public static interface AvatarDieAnimationEndReqOuterClass.AvatarDieAnimationEndReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 die_guid = 15;
    .Vector reborn_pos = 2;
    .Vector reborn_pos = 2;
    int
    uint32 skill_id = 13;
    boolean
    .Vector reborn_pos = 2;

    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

    • getSkillId

      int getSkillId()
      uint32 skill_id = 13;
      Returns:
      The skillId.
    • getDieGuid

      long getDieGuid()
      uint64 die_guid = 15;
      Returns:
      The dieGuid.
    • hasRebornPos

      boolean hasRebornPos()
      .Vector reborn_pos = 2;
      Returns:
      Whether the rebornPos field is set.
    • getRebornPos

      VectorOuterClass.Vector getRebornPos()
      .Vector reborn_pos = 2;
      Returns:
      The rebornPos.
    • getRebornPosOrBuilder

      VectorOuterClass.VectorOrBuilder getRebornPosOrBuilder()
      .Vector reborn_pos = 2;