Package emu.grasscutter.net.proto
Interface MapAreaChangeNotifyOuterClass.MapAreaChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MapAreaChangeNotifyOuterClass.MapAreaChangeNotify,MapAreaChangeNotifyOuterClass.MapAreaChangeNotify.Builder
- Enclosing class:
- MapAreaChangeNotifyOuterClass
public static interface MapAreaChangeNotifyOuterClass.MapAreaChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMapAreaInfoList(int index) repeated .MapAreaInfo map_area_info_list = 6;intrepeated .MapAreaInfo map_area_info_list = 6;repeated .MapAreaInfo map_area_info_list = 6;getMapAreaInfoListOrBuilder(int index) repeated .MapAreaInfo map_area_info_list = 6;List<? extends MapAreaInfoOuterClass.MapAreaInfoOrBuilder>repeated .MapAreaInfo map_area_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
-
getMapAreaInfoListList
List<MapAreaInfoOuterClass.MapAreaInfo> getMapAreaInfoListList()repeated .MapAreaInfo map_area_info_list = 6; -
getMapAreaInfoList
repeated .MapAreaInfo map_area_info_list = 6; -
getMapAreaInfoListCount
int getMapAreaInfoListCount()repeated .MapAreaInfo map_area_info_list = 6; -
getMapAreaInfoListOrBuilderList
List<? extends MapAreaInfoOuterClass.MapAreaInfoOrBuilder> getMapAreaInfoListOrBuilderList()repeated .MapAreaInfo map_area_info_list = 6; -
getMapAreaInfoListOrBuilder
repeated .MapAreaInfo map_area_info_list = 6;
-