Package emu.grasscutter.net.proto
Interface ChessMysteryInfoOuterClass.ChessMysteryInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChessMysteryInfoOuterClass.ChessMysteryInfo,ChessMysteryInfoOuterClass.ChessMysteryInfo.Builder
- Enclosing class:
- ChessMysteryInfoOuterClass
public static interface ChessMysteryInfoOuterClass.ChessMysteryInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsDetailInfoMap(int key) map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8;booleancontainsEntrancePointMap(int key) map<uint32, uint32> entrance_point_map = 10;Deprecated.intmap<uint32, .ChessEntranceDetailInfo> detail_info_map = 8;map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8;getDetailInfoMapOrDefault(int key, ChessEntranceDetailInfoOuterClass.ChessEntranceDetailInfo defaultValue) map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8;getDetailInfoMapOrThrow(int key) map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8;Deprecated.intmap<uint32, uint32> entrance_point_map = 10;map<uint32, uint32> entrance_point_map = 10;intgetEntrancePointMapOrDefault(int key, int defaultValue) map<uint32, uint32> entrance_point_map = 10;intgetEntrancePointMapOrThrow(int key) map<uint32, uint32> entrance_point_map = 10;intgetExitPointIdList(int index) repeated uint32 exit_point_id_list = 15;intrepeated uint32 exit_point_id_list = 15;repeated uint32 exit_point_id_list = 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
-
getExitPointIdListList
repeated uint32 exit_point_id_list = 15;- Returns:
- A list containing the exitPointIdList.
-
getExitPointIdListCount
int getExitPointIdListCount()repeated uint32 exit_point_id_list = 15;- Returns:
- The count of exitPointIdList.
-
getExitPointIdList
int getExitPointIdList(int index) repeated uint32 exit_point_id_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The exitPointIdList at the given index.
-
getEntrancePointMapCount
int getEntrancePointMapCount()map<uint32, uint32> entrance_point_map = 10; -
containsEntrancePointMap
boolean containsEntrancePointMap(int key) map<uint32, uint32> entrance_point_map = 10; -
getEntrancePointMap
Deprecated.UsegetEntrancePointMapMap()instead. -
getEntrancePointMapMap
map<uint32, uint32> entrance_point_map = 10; -
getEntrancePointMapOrDefault
int getEntrancePointMapOrDefault(int key, int defaultValue) map<uint32, uint32> entrance_point_map = 10; -
getEntrancePointMapOrThrow
int getEntrancePointMapOrThrow(int key) map<uint32, uint32> entrance_point_map = 10; -
getDetailInfoMapCount
int getDetailInfoMapCount()map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8; -
containsDetailInfoMap
boolean containsDetailInfoMap(int key) map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8; -
getDetailInfoMap
@Deprecated Map<Integer,ChessEntranceDetailInfoOuterClass.ChessEntranceDetailInfo> getDetailInfoMap()Deprecated.UsegetDetailInfoMapMap()instead. -
getDetailInfoMapMap
Map<Integer,ChessEntranceDetailInfoOuterClass.ChessEntranceDetailInfo> getDetailInfoMapMap()map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8; -
getDetailInfoMapOrDefault
ChessEntranceDetailInfoOuterClass.ChessEntranceDetailInfo getDetailInfoMapOrDefault(int key, ChessEntranceDetailInfoOuterClass.ChessEntranceDetailInfo defaultValue) map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8; -
getDetailInfoMapOrThrow
map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8;
-