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 = 6;intrepeated .RockBoardExploreStageData stage_data_list = 6;repeated .RockBoardExploreStageData stage_data_list = 6;getStageDataListOrBuilder(int index) repeated .RockBoardExploreStageData stage_data_list = 6;repeated .RockBoardExploreStageData stage_data_list = 6;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 = 6; -
getStageDataList
repeated .RockBoardExploreStageData stage_data_list = 6; -
getStageDataListCount
int getStageDataListCount()repeated .RockBoardExploreStageData stage_data_list = 6; -
getStageDataListOrBuilderList
List<? extends RockBoardExploreStageDataOuterClass.RockBoardExploreStageDataOrBuilder> getStageDataListOrBuilderList()repeated .RockBoardExploreStageData stage_data_list = 6; -
getStageDataListOrBuilder
RockBoardExploreStageDataOuterClass.RockBoardExploreStageDataOrBuilder getStageDataListOrBuilder(int index) repeated .RockBoardExploreStageData stage_data_list = 6;
-