Package emu.grasscutter.net.proto
Interface ChessEntranceDetailInfoOuterClass.ChessEntranceDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChessEntranceDetailInfoOuterClass.ChessEntranceDetailInfo,ChessEntranceDetailInfoOuterClass.ChessEntranceDetailInfo.Builder
- Enclosing class:
- ChessEntranceDetailInfoOuterClass
public static interface ChessEntranceDetailInfoOuterClass.ChessEntranceDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInfoList(int index) repeated .ChessEntranceInfo info_list = 9;intrepeated .ChessEntranceInfo info_list = 9;repeated .ChessEntranceInfo info_list = 9;getInfoListOrBuilder(int index) repeated .ChessEntranceInfo info_list = 9;repeated .ChessEntranceInfo info_list = 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
-
getInfoListList
List<ChessEntranceInfoOuterClass.ChessEntranceInfo> getInfoListList()repeated .ChessEntranceInfo info_list = 9; -
getInfoList
repeated .ChessEntranceInfo info_list = 9; -
getInfoListCount
int getInfoListCount()repeated .ChessEntranceInfo info_list = 9; -
getInfoListOrBuilderList
List<? extends ChessEntranceInfoOuterClass.ChessEntranceInfoOrBuilder> getInfoListOrBuilderList()repeated .ChessEntranceInfo info_list = 9; -
getInfoListOrBuilder
repeated .ChessEntranceInfo info_list = 9;
-