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 exchanged_count = 7;intuint32 exchange_limit = 4;intuint32 next_refresh_time = 14;intuint32 wood_id = 1;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
-
getWoodId
int getWoodId()uint32 wood_id = 1;- Returns:
- The woodId.
-
getExchangedCount
int getExchangedCount()uint32 exchanged_count = 7;- Returns:
- The exchangedCount.
-
getNextRefreshTime
int getNextRefreshTime()uint32 next_refresh_time = 14;- Returns:
- The nextRefreshTime.
-
getExchangeLimit
int getExchangeLimit()uint32 exchange_limit = 4;- Returns:
- The exchangeLimit.
-