Package emu.grasscutter.net.proto
Interface GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo,GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfo.Builder
- Enclosing class:
- GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp
public static interface GetHomeExchangeWoodInfoRspOuterClass.GetHomeExchangeWoodInfoRsp.HomeExchangeWoodInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 exchangedCount = 14;intuint32 exchangeLimit = 9;intfixed32 next_refresh_time = 1;intuint32 wood_id = 8;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
-
getExchangedCount
int getExchangedCount()uint32 exchangedCount = 14;- Returns:
- The exchangedCount.
-
getWoodId
int getWoodId()uint32 wood_id = 8;- Returns:
- The woodId.
-
getExchangeLimit
int getExchangeLimit()uint32 exchangeLimit = 9;- Returns:
- The exchangeLimit.
-
getNextRefreshTime
int getNextRefreshTime()fixed32 next_refresh_time = 1;- Returns:
- The nextRefreshTime.
-