Package emu.grasscutter.net.proto
Interface PlayerWorldSceneInfoListNotifyOuterClass.PlayerWorldSceneInfoListNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerWorldSceneInfoListNotifyOuterClass.PlayerWorldSceneInfoListNotify,PlayerWorldSceneInfoListNotifyOuterClass.PlayerWorldSceneInfoListNotify.Builder
- Enclosing class:
- PlayerWorldSceneInfoListNotifyOuterClass
public static interface PlayerWorldSceneInfoListNotifyOuterClass.PlayerWorldSceneInfoListNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInfoList(int index) repeated .PlayerWorldSceneInfo info_list = 3;intrepeated .PlayerWorldSceneInfo info_list = 3;repeated .PlayerWorldSceneInfo info_list = 3;getInfoListOrBuilder(int index) repeated .PlayerWorldSceneInfo info_list = 3;repeated .PlayerWorldSceneInfo info_list = 3;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
-
getInfoListList
List<PlayerWorldSceneInfoOuterClass.PlayerWorldSceneInfo> getInfoListList()repeated .PlayerWorldSceneInfo info_list = 3; -
getInfoList
repeated .PlayerWorldSceneInfo info_list = 3; -
getInfoListCount
int getInfoListCount()repeated .PlayerWorldSceneInfo info_list = 3; -
getInfoListOrBuilderList
List<? extends PlayerWorldSceneInfoOuterClass.PlayerWorldSceneInfoOrBuilder> getInfoListOrBuilderList()repeated .PlayerWorldSceneInfo info_list = 3; -
getInfoListOrBuilder
repeated .PlayerWorldSceneInfo info_list = 3;
-