Package emu.grasscutter.net.proto
Interface TeamResonanceChangeNotifyOuterClass.TeamResonanceChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TeamResonanceChangeNotifyOuterClass.TeamResonanceChangeNotify,TeamResonanceChangeNotifyOuterClass.TeamResonanceChangeNotify.Builder
- Enclosing class:
- TeamResonanceChangeNotifyOuterClass
public static interface TeamResonanceChangeNotifyOuterClass.TeamResonanceChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInfoList(int index) repeated .AvatarTeamResonanceInfo info_list = 9;intrepeated .AvatarTeamResonanceInfo info_list = 9;repeated .AvatarTeamResonanceInfo info_list = 9;getInfoListOrBuilder(int index) repeated .AvatarTeamResonanceInfo info_list = 9;repeated .AvatarTeamResonanceInfo 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
-
getInfoListList
List<AvatarTeamResonanceInfoOuterClass.AvatarTeamResonanceInfo> getInfoListList()repeated .AvatarTeamResonanceInfo info_list = 9; -
getInfoList
repeated .AvatarTeamResonanceInfo info_list = 9; -
getInfoListCount
int getInfoListCount()repeated .AvatarTeamResonanceInfo info_list = 9; -
getInfoListOrBuilderList
List<? extends AvatarTeamResonanceInfoOuterClass.AvatarTeamResonanceInfoOrBuilder> getInfoListOrBuilderList()repeated .AvatarTeamResonanceInfo info_list = 9; -
getInfoListOrBuilder
repeated .AvatarTeamResonanceInfo info_list = 9;
-