Package emu.grasscutter.net.proto
Interface GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp,GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.Builder
- Enclosing class:
- GetHomeExchangeWoodInfoRspOuterClass
public static interface GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 4;getWoodInfoList(int index) repeated .GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo wood_info_list = 3;intrepeated .GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo wood_info_list = 3;repeated .GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo wood_info_list = 3;getWoodInfoListOrBuilder(int index) repeated .GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo wood_info_list = 3;List<? extends GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfoOrBuilder>repeated .GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo wood_info_list = 3;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
-
getRetcode
int getRetcode()int32 retcode = 4;- Returns:
- The retcode.
-
getWoodInfoListList
List<GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo> getWoodInfoListList()repeated .GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo wood_info_list = 3; -
getWoodInfoList
GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo getWoodInfoList(int index) repeated .GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo wood_info_list = 3; -
getWoodInfoListCount
int getWoodInfoListCount()repeated .GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo wood_info_list = 3; -
getWoodInfoListOrBuilderList
List<? extends GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfoOrBuilder> getWoodInfoListOrBuilderList()repeated .GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo wood_info_list = 3; -
getWoodInfoListOrBuilder
GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfoOrBuilder getWoodInfoListOrBuilder(int index) repeated .GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo wood_info_list = 3;
-