Package emu.grasscutter.net.proto
Interface McoinExchangeHcoinRspOuterClass.McoinExchangeHcoinRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
McoinExchangeHcoinRspOuterClass.McoinExchangeHcoinRsp,McoinExchangeHcoinRspOuterClass.McoinExchangeHcoinRsp.Builder
- Enclosing class:
- McoinExchangeHcoinRspOuterClass
public static interface McoinExchangeHcoinRspOuterClass.McoinExchangeHcoinRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetHcoin()uint32 hcoin = 1;intuint32 mcoin_cost = 12;intint32 retcode = 10;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
-
getMcoinCost
int getMcoinCost()uint32 mcoin_cost = 12;- Returns:
- The mcoinCost.
-
getRetcode
int getRetcode()int32 retcode = 10;- Returns:
- The retcode.
-
getHcoin
int getHcoin()uint32 hcoin = 1;- Returns:
- The hcoin.
-