Interface SceneGalleryIslandPartyDownHillInfoOuterClass.SceneGalleryIslandPartyDownHillInfoOrBuilder

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

public static interface SceneGalleryIslandPartyDownHillInfoOuterClass.SceneGalleryIslandPartyDownHillInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 coin = 4;
    int
    uint32 max_kill_monster_count = 10;
    .GalleryStartSource start_source = 2;
    int
    .GalleryStartSource start_source = 2;
    int
    uint32 total_kill_monster_count = 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

    • getMaxKillMonsterCount

      int getMaxKillMonsterCount()
      uint32 max_kill_monster_count = 10;
      Returns:
      The maxKillMonsterCount.
    • getStartSourceValue

      int getStartSourceValue()
      .GalleryStartSource start_source = 2;
      Returns:
      The enum numeric value on the wire for startSource.
    • getStartSource

      .GalleryStartSource start_source = 2;
      Returns:
      The startSource.
    • getTotalKillMonsterCount

      int getTotalKillMonsterCount()
      uint32 total_kill_monster_count = 12;
      Returns:
      The totalKillMonsterCount.
    • getCoin

      int getCoin()
      uint32 coin = 4;
      Returns:
      The coin.