Package emu.grasscutter.net.proto
Interface BlossomChestCreateNotifyOuterClass.BlossomChestCreateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BlossomChestCreateNotifyOuterClass.BlossomChestCreateNotify,BlossomChestCreateNotifyOuterClass.BlossomChestCreateNotify.Builder
- Enclosing class:
- BlossomChestCreateNotifyOuterClass
public static interface BlossomChestCreateNotifyOuterClass.BlossomChestCreateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 circle_camp_id = 15;intuint32 refresh_id = 7;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
-
getRefreshId
int getRefreshId()uint32 refresh_id = 7;- Returns:
- The refreshId.
-
getCircleCampId
int getCircleCampId()uint32 circle_camp_id = 15;- Returns:
- The circleCampId.
-