Interface RogueEffectRecordOuterClass.RogueEffectRecordOrBuilder

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

public static interface RogueEffectRecordOuterClass.RogueEffectRecordOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 count = 3;
    int
    getExtraParamList(int index)
    repeated uint32 extra_param_list = 15;
    int
    repeated uint32 extra_param_list = 15;
    repeated uint32 extra_param_list = 15;
    boolean
    bool is_new = 8;
    int
    uint32 source_id = 9;

    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

    • getSourceId

      int getSourceId()
      uint32 source_id = 9;
      Returns:
      The sourceId.
    • getIsNew

      boolean getIsNew()
      bool is_new = 8;
      Returns:
      The isNew.
    • getCount

      int getCount()
      uint32 count = 3;
      Returns:
      The count.
    • getExtraParamListList

      List<Integer> getExtraParamListList()
      repeated uint32 extra_param_list = 15;
      Returns:
      A list containing the extraParamList.
    • getExtraParamListCount

      int getExtraParamListCount()
      repeated uint32 extra_param_list = 15;
      Returns:
      The count of extraParamList.
    • getExtraParamList

      int getExtraParamList(int index)
      repeated uint32 extra_param_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The extraParamList at the given index.