Package emu.grasscutter.net.proto
Interface FallSettleInfoOuterClass.FallSettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FallSettleInfoOuterClass.FallSettleInfo,FallSettleInfoOuterClass.FallSettleInfo.Builder
- Enclosing class:
- FallSettleInfoOuterClass
public static interface FallSettleInfoOuterClass.FallSettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsFlowerRingCatchCountMap(int key) map<uint32, uint32> flower_ring_catch_count_map = 13;intuint32 catch_count = 1;intuint32 final_score = 14;Deprecated.intmap<uint32, uint32> flower_ring_catch_count_map = 13;map<uint32, uint32> flower_ring_catch_count_map = 13;intgetFlowerRingCatchCountMapOrDefault(int key, int defaultValue) map<uint32, uint32> flower_ring_catch_count_map = 13;intgetFlowerRingCatchCountMapOrThrow(int key) map<uint32, uint32> flower_ring_catch_count_map = 13;.OnlinePlayerInfo player_info = 9;.OnlinePlayerInfo player_info = 9;intuint32 remain_time = 6;intgetUid()uint32 uid = 2;boolean.OnlinePlayerInfo player_info = 9;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
-
getFinalScore
int getFinalScore()uint32 final_score = 14;- Returns:
- The finalScore.
-
hasPlayerInfo
boolean hasPlayerInfo().OnlinePlayerInfo player_info = 9;- Returns:
- Whether the playerInfo field is set.
-
getPlayerInfo
OnlinePlayerInfoOuterClass.OnlinePlayerInfo getPlayerInfo().OnlinePlayerInfo player_info = 9;- Returns:
- The playerInfo.
-
getPlayerInfoOrBuilder
OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder getPlayerInfoOrBuilder().OnlinePlayerInfo player_info = 9; -
getFlowerRingCatchCountMapCount
int getFlowerRingCatchCountMapCount()map<uint32, uint32> flower_ring_catch_count_map = 13; -
containsFlowerRingCatchCountMap
boolean containsFlowerRingCatchCountMap(int key) map<uint32, uint32> flower_ring_catch_count_map = 13; -
getFlowerRingCatchCountMap
Deprecated.UsegetFlowerRingCatchCountMapMap()instead. -
getFlowerRingCatchCountMapMap
map<uint32, uint32> flower_ring_catch_count_map = 13; -
getFlowerRingCatchCountMapOrDefault
int getFlowerRingCatchCountMapOrDefault(int key, int defaultValue) map<uint32, uint32> flower_ring_catch_count_map = 13; -
getFlowerRingCatchCountMapOrThrow
int getFlowerRingCatchCountMapOrThrow(int key) map<uint32, uint32> flower_ring_catch_count_map = 13; -
getUid
int getUid()uint32 uid = 2;- Returns:
- The uid.
-
getCatchCount
int getCatchCount()uint32 catch_count = 1;- Returns:
- The catchCount.
-
getRemainTime
int getRemainTime()uint32 remain_time = 6;- Returns:
- The remainTime.
-