Interface IslandPartySailInfoNotifyOuterClass.IslandPartySailInfoNotifyOrBuilder

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

public static interface IslandPartySailInfoNotifyOuterClass.IslandPartySailInfoNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 coin = 14;
    int
    uint32 kill_monster_count = 6;
    int
    uint32 progress = 9;
    .IslandPartySailStage stage = 2;
    int
    .IslandPartySailStage stage = 2;

    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

    • getStageValue

      int getStageValue()
      .IslandPartySailStage stage = 2;
      Returns:
      The enum numeric value on the wire for stage.
    • getStage

      .IslandPartySailStage stage = 2;
      Returns:
      The stage.
    • getKillMonsterCount

      int getKillMonsterCount()
      uint32 kill_monster_count = 6;
      Returns:
      The killMonsterCount.
    • getCoin

      int getCoin()
      uint32 coin = 14;
      Returns:
      The coin.
    • getProgress

      int getProgress()
      uint32 progress = 9;
      Returns:
      The progress.