Package emu.grasscutter.net.proto
Interface RockBoardExploreDetailInfoOuterClass.RockBoardExploreDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RockBoardExploreDetailInfoOuterClass.RockBoardExploreDetailInfo,RockBoardExploreDetailInfoOuterClass.RockBoardExploreDetailInfo.Builder
- Enclosing class:
- RockBoardExploreDetailInfoOuterClass
public static interface RockBoardExploreDetailInfoOuterClass.RockBoardExploreDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetStageDataList(int index) repeated .RockBoardExploreStageData stage_data_list = 13;intrepeated .RockBoardExploreStageData stage_data_list = 13;repeated .RockBoardExploreStageData stage_data_list = 13;getStageDataListOrBuilder(int index) repeated .RockBoardExploreStageData stage_data_list = 13;repeated .RockBoardExploreStageData stage_data_list = 13;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
-
getStageDataListList
List<RockBoardExploreStageDataOuterClass.RockBoardExploreStageData> getStageDataListList()repeated .RockBoardExploreStageData stage_data_list = 13; -
getStageDataList
repeated .RockBoardExploreStageData stage_data_list = 13; -
getStageDataListCount
int getStageDataListCount()repeated .RockBoardExploreStageData stage_data_list = 13; -
getStageDataListOrBuilderList
List<? extends RockBoardExploreStageDataOuterClass.RockBoardExploreStageDataOrBuilder> getStageDataListOrBuilderList()repeated .RockBoardExploreStageData stage_data_list = 13; -
getStageDataListOrBuilder
RockBoardExploreStageDataOuterClass.RockBoardExploreStageDataOrBuilder getStageDataListOrBuilder(int index) repeated .RockBoardExploreStageData stage_data_list = 13;
-