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