Package emu.grasscutter.net.proto
Interface GalleryFallCatchNotifyOuterClass.GalleryFallCatchNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GalleryFallCatchNotifyOuterClass.GalleryFallCatchNotify,GalleryFallCatchNotifyOuterClass.GalleryFallCatchNotify.Builder
- Enclosing class:
- GalleryFallCatchNotifyOuterClass
public static interface GalleryFallCatchNotifyOuterClass.GalleryFallCatchNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsBallCatchCountMap(int key) map<uint32, uint32> ball_catch_count_map = 14;intuint32 add_score = 1;Deprecated.intmap<uint32, uint32> ball_catch_count_map = 14;map<uint32, uint32> ball_catch_count_map = 14;intgetBallCatchCountMapOrDefault(int key, int defaultValue) map<uint32, uint32> ball_catch_count_map = 14;intgetBallCatchCountMapOrThrow(int key) map<uint32, uint32> ball_catch_count_map = 14;intuint32 cur_score = 11;intuint32 gallery_id = 7;booleanbool is_ground = 8;intuint32 time_cost = 15;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
-
getAddScore
int getAddScore()uint32 add_score = 1;- Returns:
- The addScore.
-
getGalleryId
int getGalleryId()uint32 gallery_id = 7;- Returns:
- The galleryId.
-
getCurScore
int getCurScore()uint32 cur_score = 11;- Returns:
- The curScore.
-
getTimeCost
int getTimeCost()uint32 time_cost = 15;- Returns:
- The timeCost.
-
getIsGround
boolean getIsGround()bool is_ground = 8;- Returns:
- The isGround.
-
getBallCatchCountMapCount
int getBallCatchCountMapCount()map<uint32, uint32> ball_catch_count_map = 14; -
containsBallCatchCountMap
boolean containsBallCatchCountMap(int key) map<uint32, uint32> ball_catch_count_map = 14; -
getBallCatchCountMap
Deprecated.UsegetBallCatchCountMapMap()instead. -
getBallCatchCountMapMap
map<uint32, uint32> ball_catch_count_map = 14; -
getBallCatchCountMapOrDefault
int getBallCatchCountMapOrDefault(int key, int defaultValue) map<uint32, uint32> ball_catch_count_map = 14; -
getBallCatchCountMapOrThrow
int getBallCatchCountMapOrThrow(int key) map<uint32, uint32> ball_catch_count_map = 14;
-