Interface ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder

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

public static interface ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 2;
    int
    uint32 op = 5;
    int
    uint32 param_duration = 10;
    int
    uint32 param_index = 15;
    int
    getParamList(int index)
    repeated uint32 param_list = 9;
    int
    repeated uint32 param_list = 9;
    repeated uint32 param_list = 9;
    string param_str = 11;
    com.google.protobuf.ByteString
    string param_str = 11;
    int
    getParamTargetList(int index)
    repeated uint32 param_target_list = 12;
    int
    repeated uint32 param_target_list = 12;
    repeated uint32 param_target_list = 12;
    int
    uint32 play_id = 13;
    int
    uint32 play_type = 14;
    int
    getUidList(int index)
    repeated uint32 uid_list = 6;
    int
    repeated uint32 uid_list = 6;
    repeated uint32 uid_list = 6;

    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

    • getOp

      int getOp()
      uint32 op = 5;
      Returns:
      The op.
    • getParamDuration

      int getParamDuration()
      uint32 param_duration = 10;
      Returns:
      The paramDuration.
    • getPlayId

      int getPlayId()
      uint32 play_id = 13;
      Returns:
      The playId.
    • getParamTargetListList

      List<Integer> getParamTargetListList()
      repeated uint32 param_target_list = 12;
      Returns:
      A list containing the paramTargetList.
    • getParamTargetListCount

      int getParamTargetListCount()
      repeated uint32 param_target_list = 12;
      Returns:
      The count of paramTargetList.
    • getParamTargetList

      int getParamTargetList(int index)
      repeated uint32 param_target_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramTargetList at the given index.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 2;
      Returns:
      The entityId.
    • getParamListList

      List<Integer> getParamListList()
      repeated uint32 param_list = 9;
      Returns:
      A list containing the paramList.
    • getParamListCount

      int getParamListCount()
      repeated uint32 param_list = 9;
      Returns:
      The count of paramList.
    • getParamList

      int getParamList(int index)
      repeated uint32 param_list = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramList at the given index.
    • getParamStr

      String getParamStr()
      string param_str = 11;
      Returns:
      The paramStr.
    • getParamStrBytes

      com.google.protobuf.ByteString getParamStrBytes()
      string param_str = 11;
      Returns:
      The bytes for paramStr.
    • getParamIndex

      int getParamIndex()
      uint32 param_index = 15;
      Returns:
      The paramIndex.
    • getUidListList

      List<Integer> getUidListList()
      repeated uint32 uid_list = 6;
      Returns:
      A list containing the uidList.
    • getUidListCount

      int getUidListCount()
      repeated uint32 uid_list = 6;
      Returns:
      The count of uidList.
    • getUidList

      int getUidList(int index)
      repeated uint32 uid_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The uidList at the given index.
    • getPlayType

      int getPlayType()
      uint32 play_type = 14;
      Returns:
      The playType.