Package emu.grasscutter.net.proto
Interface BuoyantCombatGallerySettleInfoOuterClass.BuoyantCombatGallerySettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuoyantCombatGallerySettleInfoOuterClass.BuoyantCombatGallerySettleInfo,BuoyantCombatGallerySettleInfoOuterClass.BuoyantCombatGallerySettleInfo.Builder
- Enclosing class:
- BuoyantCombatGallerySettleInfoOuterClass
public static interface BuoyantCombatGallerySettleInfoOuterClass.BuoyantCombatGallerySettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 final_score = 12;intuint32 gallery_id = 2;intuint32 gallery_level = 11;intuint32 kill_monster_count = 1;intuint32 kill_special_monster_count = 9;intuint32 Unk3300_HLFHLPEKOML = 7;intuint32 Unk3300_KPCJBOOGEMG = 10;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
-
getGalleryLevel
int getGalleryLevel()uint32 gallery_level = 11;- Returns:
- The galleryLevel.
-
getKillMonsterCount
int getKillMonsterCount()uint32 kill_monster_count = 1;- Returns:
- The killMonsterCount.
-
getKillSpecialMonsterCount
int getKillSpecialMonsterCount()uint32 kill_special_monster_count = 9;- Returns:
- The killSpecialMonsterCount.
-
getUnk3300HLFHLPEKOML
int getUnk3300HLFHLPEKOML()uint32 Unk3300_HLFHLPEKOML = 7;- Returns:
- The unk3300HLFHLPEKOML.
-
getGalleryId
int getGalleryId()uint32 gallery_id = 2;- Returns:
- The galleryId.
-
getUnk3300KPCJBOOGEMG
int getUnk3300KPCJBOOGEMG()uint32 Unk3300_KPCJBOOGEMG = 10;- Returns:
- The unk3300KPCJBOOGEMG.
-
getFinalScore
int getFinalScore()uint32 final_score = 12;- Returns:
- The finalScore.
-