Interface LifeStateChangeNotifyOuterClass.LifeStateChangeNotifyOrBuilder

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

public static interface LifeStateChangeNotifyOuterClass.LifeStateChangeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDieTypeValue

      int getDieTypeValue()
      .PlayerDieType die_type = 5;
      Returns:
      The enum numeric value on the wire for dieType.
    • getDieType

      .PlayerDieType die_type = 5;
      Returns:
      The dieType.
    • getMoveReliableSeq

      int getMoveReliableSeq()
      uint32 move_reliable_seq = 6;
      Returns:
      The moveReliableSeq.
    • getAttackTag

      String getAttackTag()
      string attack_tag = 11;
      Returns:
      The attackTag.
    • getAttackTagBytes

      com.google.protobuf.ByteString getAttackTagBytes()
      string attack_tag = 11;
      Returns:
      The bytes for attackTag.
    • getServerBuffListList

      List<ServerBuffOuterClass.ServerBuff> getServerBuffListList()
      repeated .ServerBuff server_buff_list = 9;
    • getServerBuffList

      ServerBuffOuterClass.ServerBuff getServerBuffList(int index)
      repeated .ServerBuff server_buff_list = 9;
    • getServerBuffListCount

      int getServerBuffListCount()
      repeated .ServerBuff server_buff_list = 9;
    • getServerBuffListOrBuilderList

      List<? extends ServerBuffOuterClass.ServerBuffOrBuilder> getServerBuffListOrBuilderList()
      repeated .ServerBuff server_buff_list = 9;
    • getServerBuffListOrBuilder

      ServerBuffOuterClass.ServerBuffOrBuilder getServerBuffListOrBuilder(int index)
      repeated .ServerBuff server_buff_list = 9;
    • getEntityId

      int getEntityId()
      uint32 entity_id = 13;
      Returns:
      The entityId.
    • getLifeState

      int getLifeState()
      uint32 life_state = 10;
      Returns:
      The lifeState.
    • getSourceEntityId

      int getSourceEntityId()
      uint32 source_entity_id = 2;
      Returns:
      The sourceEntityId.