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