Interface VintageMarketNpcEventFinishNotifyOuterClass.VintageMarketNpcEventFinishNotifyOrBuilder

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

public static interface VintageMarketNpcEventFinishNotifyOuterClass.VintageMarketNpcEventFinishNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 coin_a = 3;
    int
    uint32 coin_c = 9;
    int
    repeated uint32 unlock_strategy_list = 12;
    int
    repeated uint32 unlock_strategy_list = 12;
    repeated uint32 unlock_strategy_list = 12;

    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

    • getCoinA

      int getCoinA()
      uint32 coin_a = 3;
      Returns:
      The coinA.
    • getCoinC

      int getCoinC()
      uint32 coin_c = 9;
      Returns:
      The coinC.
    • getUnlockStrategyListList

      List<Integer> getUnlockStrategyListList()
      repeated uint32 unlock_strategy_list = 12;
      Returns:
      A list containing the unlockStrategyList.
    • getUnlockStrategyListCount

      int getUnlockStrategyListCount()
      repeated uint32 unlock_strategy_list = 12;
      Returns:
      The count of unlockStrategyList.
    • getUnlockStrategyList

      int getUnlockStrategyList(int index)
      repeated uint32 unlock_strategy_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The unlockStrategyList at the given index.