Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintgetCoin()uint32 coin = 4;intuint32 max_kill_monster_count = 10;.GalleryStartSource start_source = 2;int.GalleryStartSource start_source = 2;intuint32 total_kill_monster_count = 12;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
-
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
GalleryStartSourceOuterClass.GalleryStartSource 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.
-