Package emu.grasscutter.net.proto
Interface GachaOpenWishNotifyOuterClass.GachaOpenWishNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GachaOpenWishNotifyOuterClass.GachaOpenWishNotify,GachaOpenWishNotifyOuterClass.GachaOpenWishNotify.Builder
- Enclosing class:
- GachaOpenWishNotifyOuterClass
public static interface GachaOpenWishNotifyOuterClass.GachaOpenWishNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gachaScheduleId = 14;intuint32 gachaType = 2;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
-
getGachaScheduleId
int getGachaScheduleId()uint32 gachaScheduleId = 14;- Returns:
- The gachaScheduleId.
-
getGachaType
int getGachaType()uint32 gachaType = 2;- Returns:
- The gachaType.
-