Package emu.grasscutter.net.proto
Interface SeaLampV3CampInfoOuterClass.SeaLampV3CampInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SeaLampV3CampInfoOuterClass.SeaLampV3CampInfo,SeaLampV3CampInfoOuterClass.SeaLampV3CampInfo.Builder
- Enclosing class:
- SeaLampV3CampInfoOuterClass
public static interface SeaLampV3CampInfoOuterClass.SeaLampV3CampInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetStageInfoList(int index) repeated .SeaLampV3CampStageInfo stage_info_list = 6;intrepeated .SeaLampV3CampStageInfo stage_info_list = 6;repeated .SeaLampV3CampStageInfo stage_info_list = 6;getStageInfoListOrBuilder(int index) repeated .SeaLampV3CampStageInfo stage_info_list = 6;repeated .SeaLampV3CampStageInfo stage_info_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
-
getStageInfoListList
List<SeaLampV3CampStageInfoOuterClass.SeaLampV3CampStageInfo> getStageInfoListList()repeated .SeaLampV3CampStageInfo stage_info_list = 6; -
getStageInfoList
repeated .SeaLampV3CampStageInfo stage_info_list = 6; -
getStageInfoListCount
int getStageInfoListCount()repeated .SeaLampV3CampStageInfo stage_info_list = 6; -
getStageInfoListOrBuilderList
List<? extends SeaLampV3CampStageInfoOuterClass.SeaLampV3CampStageInfoOrBuilder> getStageInfoListOrBuilderList()repeated .SeaLampV3CampStageInfo stage_info_list = 6; -
getStageInfoListOrBuilder
SeaLampV3CampStageInfoOuterClass.SeaLampV3CampStageInfoOrBuilder getStageInfoListOrBuilder(int index) repeated .SeaLampV3CampStageInfo stage_info_list = 6;
-