Package emu.grasscutter.net.proto
Interface ActivityShopSheetInfoOuterClass.ActivityShopSheetInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActivityShopSheetInfoOuterClass.ActivityShopSheetInfo,ActivityShopSheetInfoOuterClass.ActivityShopSheetInfo.Builder
- Enclosing class:
- ActivityShopSheetInfoOuterClass
public static interface ActivityShopSheetInfoOuterClass.ActivityShopSheetInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 begin_time = 7;intuint32 end_time = 8;intuint32 sheet_id = 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
-
getEndTime
int getEndTime()uint32 end_time = 8;- Returns:
- The endTime.
-
getSheetId
int getSheetId()uint32 sheet_id = 10;- Returns:
- The sheetId.
-
getBeginTime
int getBeginTime()uint32 begin_time = 7;- Returns:
- The beginTime.
-