Interface HideAndSeekPlayerBattleInfoOuterClass.HideAndSeekPlayerBattleInfoOrBuilder

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

public static interface HideAndSeekPlayerBattleInfoOuterClass.HideAndSeekPlayerBattleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 avatar_id = 15;
    int
    uint32 costume_id = 4;
    boolean
    bool is_ready = 12;
    int
    getSkillList(int index)
    repeated uint32 skill_list = 11;
    int
    repeated uint32 skill_list = 11;
    repeated uint32 skill_list = 11;

    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

    • getIsReady

      boolean getIsReady()
      bool is_ready = 12;
      Returns:
      The isReady.
    • getSkillListList

      List<Integer> getSkillListList()
      repeated uint32 skill_list = 11;
      Returns:
      A list containing the skillList.
    • getSkillListCount

      int getSkillListCount()
      repeated uint32 skill_list = 11;
      Returns:
      The count of skillList.
    • getSkillList

      int getSkillList(int index)
      repeated uint32 skill_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The skillList at the given index.
    • getAvatarId

      int getAvatarId()
      uint32 avatar_id = 15;
      Returns:
      The avatarId.
    • getCostumeId

      int getCostumeId()
      uint32 costume_id = 4;
      Returns:
      The costumeId.