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