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 gacha_schedule_id = 1;intuint32 gacha_type = 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
-
getGachaScheduleId
int getGachaScheduleId()uint32 gacha_schedule_id = 1;- Returns:
- The gachaScheduleId.
-
getGachaType
int getGachaType()uint32 gacha_type = 10;- Returns:
- The gachaType.
-