Package emu.grasscutter.net.proto
Interface ScenePlayBattleInfoListNotifyOuterClass.ScenePlayBattleInfoListNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScenePlayBattleInfoListNotifyOuterClass.ScenePlayBattleInfoListNotify,ScenePlayBattleInfoListNotifyOuterClass.ScenePlayBattleInfoListNotify.Builder
- Enclosing class:
- ScenePlayBattleInfoListNotifyOuterClass
public static interface ScenePlayBattleInfoListNotifyOuterClass.ScenePlayBattleInfoListNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBattleInfoList(int index) repeated .ScenePlayBattleInfo battle_info_list = 14;intrepeated .ScenePlayBattleInfo battle_info_list = 14;repeated .ScenePlayBattleInfo battle_info_list = 14;getBattleInfoListOrBuilder(int index) repeated .ScenePlayBattleInfo battle_info_list = 14;repeated .ScenePlayBattleInfo battle_info_list = 14;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
-
getBattleInfoListList
List<ScenePlayBattleInfoOuterClass.ScenePlayBattleInfo> getBattleInfoListList()repeated .ScenePlayBattleInfo battle_info_list = 14; -
getBattleInfoList
repeated .ScenePlayBattleInfo battle_info_list = 14; -
getBattleInfoListCount
int getBattleInfoListCount()repeated .ScenePlayBattleInfo battle_info_list = 14; -
getBattleInfoListOrBuilderList
List<? extends ScenePlayBattleInfoOuterClass.ScenePlayBattleInfoOrBuilder> getBattleInfoListOrBuilderList()repeated .ScenePlayBattleInfo battle_info_list = 14; -
getBattleInfoListOrBuilder
repeated .ScenePlayBattleInfo battle_info_list = 14;
-