Interface BrickBreakerPlayerSetSkillNotifyOuterClass.BrickBreakerPlayerSetSkillNotifyOrBuilder

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

public static interface BrickBreakerPlayerSetSkillNotifyOuterClass.BrickBreakerPlayerSetSkillNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getSkillIdList(int index)
    repeated uint32 skill_id_list = 2;
    int
    repeated uint32 skill_id_list = 2;
    repeated uint32 skill_id_list = 2;
    int
    uint32 uid = 4;

    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

    • getUid

      int getUid()
      uint32 uid = 4;
      Returns:
      The uid.
    • getSkillIdListList

      List<Integer> getSkillIdListList()
      repeated uint32 skill_id_list = 2;
      Returns:
      A list containing the skillIdList.
    • getSkillIdListCount

      int getSkillIdListCount()
      repeated uint32 skill_id_list = 2;
      Returns:
      The count of skillIdList.
    • getSkillIdList

      int getSkillIdList(int index)
      repeated uint32 skill_id_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The skillIdList at the given index.