Package emu.grasscutter.net.proto
Interface SeaLampV3ShadowInfoOuterClass.SeaLampV3ShadowInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SeaLampV3ShadowInfoOuterClass.SeaLampV3ShadowInfo,SeaLampV3ShadowInfoOuterClass.SeaLampV3ShadowInfo.Builder
- Enclosing class:
- SeaLampV3ShadowInfoOuterClass
public static interface SeaLampV3ShadowInfoOuterClass.SeaLampV3ShadowInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetStageInfoList(int index) repeated .SeaLampV3ShadowStageInfo stage_info_list = 9;intrepeated .SeaLampV3ShadowStageInfo stage_info_list = 9;repeated .SeaLampV3ShadowStageInfo stage_info_list = 9;getStageInfoListOrBuilder(int index) repeated .SeaLampV3ShadowStageInfo stage_info_list = 9;repeated .SeaLampV3ShadowStageInfo stage_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
-
getStageInfoListList
List<SeaLampV3ShadowStageInfoOuterClass.SeaLampV3ShadowStageInfo> getStageInfoListList()repeated .SeaLampV3ShadowStageInfo stage_info_list = 9; -
getStageInfoList
repeated .SeaLampV3ShadowStageInfo stage_info_list = 9; -
getStageInfoListCount
int getStageInfoListCount()repeated .SeaLampV3ShadowStageInfo stage_info_list = 9; -
getStageInfoListOrBuilderList
List<? extends SeaLampV3ShadowStageInfoOuterClass.SeaLampV3ShadowStageInfoOrBuilder> getStageInfoListOrBuilderList()repeated .SeaLampV3ShadowStageInfo stage_info_list = 9; -
getStageInfoListOrBuilder
SeaLampV3ShadowStageInfoOuterClass.SeaLampV3ShadowStageInfoOrBuilder getStageInfoListOrBuilder(int index) repeated .SeaLampV3ShadowStageInfo stage_info_list = 9;
-