Package emu.grasscutter.net.proto
Interface InstableSprayTeamInfoOuterClass.InstableSprayTeamInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstableSprayTeamInfoOuterClass.InstableSprayTeamInfo,InstableSprayTeamInfoOuterClass.InstableSprayTeamInfo.Builder
- Enclosing class:
- InstableSprayTeamInfoOuterClass
public static interface InstableSprayTeamInfoOuterClass.InstableSprayTeamInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAvatarInfoList(int index) repeated .InstableSprayAvatarInfo avatar_info_list = 7;intrepeated .InstableSprayAvatarInfo avatar_info_list = 7;repeated .InstableSprayAvatarInfo avatar_info_list = 7;getAvatarInfoListOrBuilder(int index) repeated .InstableSprayAvatarInfo avatar_info_list = 7;repeated .InstableSprayAvatarInfo avatar_info_list = 7;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
-
getAvatarInfoListList
List<InstableSprayAvatarInfoOuterClass.InstableSprayAvatarInfo> getAvatarInfoListList()repeated .InstableSprayAvatarInfo avatar_info_list = 7; -
getAvatarInfoList
repeated .InstableSprayAvatarInfo avatar_info_list = 7; -
getAvatarInfoListCount
int getAvatarInfoListCount()repeated .InstableSprayAvatarInfo avatar_info_list = 7; -
getAvatarInfoListOrBuilderList
List<? extends InstableSprayAvatarInfoOuterClass.InstableSprayAvatarInfoOrBuilder> getAvatarInfoListOrBuilderList()repeated .InstableSprayAvatarInfo avatar_info_list = 7; -
getAvatarInfoListOrBuilder
InstableSprayAvatarInfoOuterClass.InstableSprayAvatarInfoOrBuilder getAvatarInfoListOrBuilder(int index) repeated .InstableSprayAvatarInfo avatar_info_list = 7;
-