Interface ServerCombatEndNotifyOuterClass.ServerCombatEndNotifyOrBuilder

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

public static interface ServerCombatEndNotifyOuterClass.ServerCombatEndNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 combat_end_type_list = 15;
    int
    repeated uint32 combat_end_type_list = 15;
    repeated uint32 combat_end_type_list = 15;

    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

    • getCombatEndTypeListList

      List<Integer> getCombatEndTypeListList()
      repeated uint32 combat_end_type_list = 15;
      Returns:
      A list containing the combatEndTypeList.
    • getCombatEndTypeListCount

      int getCombatEndTypeListCount()
      repeated uint32 combat_end_type_list = 15;
      Returns:
      The count of combatEndTypeList.
    • getCombatEndTypeList

      int getCombatEndTypeList(int index)
      repeated uint32 combat_end_type_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The combatEndTypeList at the given index.