Package emu.grasscutter.net.proto
Interface IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo,IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfo.Builder
- Enclosing class:
- IrodoriChessEntranceDetailInfoOuterClass
public static interface IrodoriChessEntranceDetailInfoOuterClass.IrodoriChessEntranceDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInfoList(int index) repeated .IrodoriChessEntranceInfo info_list = 3;intrepeated .IrodoriChessEntranceInfo info_list = 3;repeated .IrodoriChessEntranceInfo info_list = 3;getInfoListOrBuilder(int index) repeated .IrodoriChessEntranceInfo info_list = 3;repeated .IrodoriChessEntranceInfo info_list = 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
-
getInfoListList
List<IrodoriChessEntranceInfoOuterClass.IrodoriChessEntranceInfo> getInfoListList()repeated .IrodoriChessEntranceInfo info_list = 3; -
getInfoList
repeated .IrodoriChessEntranceInfo info_list = 3; -
getInfoListCount
int getInfoListCount()repeated .IrodoriChessEntranceInfo info_list = 3; -
getInfoListOrBuilderList
List<? extends IrodoriChessEntranceInfoOuterClass.IrodoriChessEntranceInfoOrBuilder> getInfoListOrBuilderList()repeated .IrodoriChessEntranceInfo info_list = 3; -
getInfoListOrBuilder
IrodoriChessEntranceInfoOuterClass.IrodoriChessEntranceInfoOrBuilder getInfoListOrBuilder(int index) repeated .IrodoriChessEntranceInfo info_list = 3;
-