Package emu.grasscutter.net.proto
Interface ResinChangeNotifyOuterClass.ResinChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResinChangeNotifyOuterClass.ResinChangeNotify,ResinChangeNotifyOuterClass.ResinChangeNotify.Builder
- Enclosing class:
- ResinChangeNotifyOuterClass
public static interface ResinChangeNotifyOuterClass.ResinChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 curBuyCount = 13;intuint32 cur_value = 14;intuint32 nextAddTimestamp = 12;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
-
getCurValue
int getCurValue()uint32 cur_value = 14;- Returns:
- The curValue.
-
getCurBuyCount
int getCurBuyCount()uint32 curBuyCount = 13;- Returns:
- The curBuyCount.
-
getNextAddTimestamp
int getNextAddTimestamp()uint32 nextAddTimestamp = 12;- Returns:
- The nextAddTimestamp.
-