Package emu.grasscutter.net.proto
Interface ShareCDInfoOuterClass.ShareCDInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShareCDInfoOuterClass.ShareCDInfo,ShareCDInfoOuterClass.ShareCDInfo.Builder
- Enclosing class:
- ShareCDInfoOuterClass
public static interface ShareCDInfoOuterClass.ShareCDInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 cd_start_time = 1;intgetIndex()uint32 index = 13;intuint32 share_cd_id = 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
-
getCdStartTime
long getCdStartTime()uint64 cd_start_time = 1;- Returns:
- The cdStartTime.
-
getIndex
int getIndex()uint32 index = 13;- Returns:
- The index.
-