Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintgetCoin()uint32 coin = 8;intuint32 gallery_id = 14;intuint32 total_kill_monster_count = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-