Package emu.grasscutter.net.proto
Interface IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo,IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfo.Builder
- Enclosing class:
- IrodoriChessMysteryInfoOuterClass
public static interface IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.IrodoriChessEntranceDetailInfo entrance_detail_info = 3;.IrodoriChessEntranceDetailInfo entrance_detail_info = 3;intgetEntrancePointIdList(int index) repeated uint32 entrance_point_id_list = 11;intrepeated uint32 entrance_point_id_list = 11;repeated uint32 entrance_point_id_list = 11;intgetExitPointIdList(int index) repeated uint32 exit_point_id_list = 14;intrepeated uint32 exit_point_id_list = 14;repeated uint32 exit_point_id_list = 14;boolean.IrodoriChessEntranceDetailInfo entrance_detail_info = 3;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
-
hasEntranceDetailInfo
boolean hasEntranceDetailInfo().IrodoriChessEntranceDetailInfo entrance_detail_info = 3;- Returns:
- Whether the entranceDetailInfo field is set.
-
getEntranceDetailInfo
IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo getEntranceDetailInfo().IrodoriChessEntranceDetailInfo entrance_detail_info = 3;- Returns:
- The entranceDetailInfo.
-
getEntranceDetailInfoOrBuilder
IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfoOrBuilder getEntranceDetailInfoOrBuilder().IrodoriChessEntranceDetailInfo entrance_detail_info = 3; -
getExitPointIdListList
repeated uint32 exit_point_id_list = 14;- Returns:
- A list containing the exitPointIdList.
-
getExitPointIdListCount
int getExitPointIdListCount()repeated uint32 exit_point_id_list = 14;- Returns:
- The count of exitPointIdList.
-
getExitPointIdList
int getExitPointIdList(int index) repeated uint32 exit_point_id_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The exitPointIdList at the given index.
-
getEntrancePointIdListList
repeated uint32 entrance_point_id_list = 11;- Returns:
- A list containing the entrancePointIdList.
-
getEntrancePointIdListCount
int getEntrancePointIdListCount()repeated uint32 entrance_point_id_list = 11;- Returns:
- The count of entrancePointIdList.
-
getEntrancePointIdList
int getEntrancePointIdList(int index) repeated uint32 entrance_point_id_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The entrancePointIdList at the given index.
-