Interface GalleryIslandPartyDownHillInfoNotifyOuterClass.GalleryIslandPartyDownHillInfoNotifyOrBuilder

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

public static interface GalleryIslandPartyDownHillInfoNotifyOuterClass.GalleryIslandPartyDownHillInfoNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 coin = 8;
    int
    uint32 gallery_id = 14;
    int
    uint32 total_kill_monster_count = 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

    • getCoin

      int getCoin()
      uint32 coin = 8;
      Returns:
      The coin.
    • getGalleryId

      int getGalleryId()
      uint32 gallery_id = 14;
      Returns:
      The galleryId.
    • getTotalKillMonsterCount

      int getTotalKillMonsterCount()
      uint32 total_kill_monster_count = 7;
      Returns:
      The totalKillMonsterCount.