Interface IrodoriChessMonsterInfoOuterClass.IrodoriChessMonsterInfoOrBuilder

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

public static interface IrodoriChessMonsterInfoOuterClass.IrodoriChessMonsterInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getAffixList(int index)
    repeated uint32 affix_list = 3;
    int
    repeated uint32 affix_list = 3;
    repeated uint32 affix_list = 3;
    int
    uint32 grant_points = 8;
    int
    uint32 level = 2;
    int
    uint32 monster_id = 7;

    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

    • getMonsterId

      int getMonsterId()
      uint32 monster_id = 7;
      Returns:
      The monsterId.
    • getLevel

      int getLevel()
      uint32 level = 2;
      Returns:
      The level.
    • getGrantPoints

      int getGrantPoints()
      uint32 grant_points = 8;
      Returns:
      The grantPoints.
    • getAffixListList

      List<Integer> getAffixListList()
      repeated uint32 affix_list = 3;
      Returns:
      A list containing the affixList.
    • getAffixListCount

      int getAffixListCount()
      repeated uint32 affix_list = 3;
      Returns:
      The count of affixList.
    • getAffixList

      int getAffixList(int index)
      repeated uint32 affix_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The affixList at the given index.