Package emu.grasscutter.net.proto
Interface ScenePlayInfoListNotifyOuterClass.ScenePlayInfoListNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScenePlayInfoListNotifyOuterClass.ScenePlayInfoListNotify,ScenePlayInfoListNotifyOuterClass.ScenePlayInfoListNotify.Builder
- Enclosing class:
- ScenePlayInfoListNotifyOuterClass
public static interface ScenePlayInfoListNotifyOuterClass.ScenePlayInfoListNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPlayInfoList(int index) repeated .ScenePlayInfo play_info_list = 15;intrepeated .ScenePlayInfo play_info_list = 15;repeated .ScenePlayInfo play_info_list = 15;getPlayInfoListOrBuilder(int index) repeated .ScenePlayInfo play_info_list = 15;repeated .ScenePlayInfo play_info_list = 15;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
-
getPlayInfoListList
List<ScenePlayInfoOuterClass.ScenePlayInfo> getPlayInfoListList()repeated .ScenePlayInfo play_info_list = 15; -
getPlayInfoList
repeated .ScenePlayInfo play_info_list = 15; -
getPlayInfoListCount
int getPlayInfoListCount()repeated .ScenePlayInfo play_info_list = 15; -
getPlayInfoListOrBuilderList
List<? extends ScenePlayInfoOuterClass.ScenePlayInfoOrBuilder> getPlayInfoListOrBuilderList()repeated .ScenePlayInfo play_info_list = 15; -
getPlayInfoListOrBuilder
repeated .ScenePlayInfo play_info_list = 15;
-