Package emu.grasscutter.net.proto
Interface GachaWishRspOuterClass.GachaWishRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GachaWishRspOuterClass.GachaWishRsp,GachaWishRspOuterClass.GachaWishRsp.Builder
- Enclosing class:
- GachaWishRspOuterClass
public static interface GachaWishRspOuterClass.GachaWishRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gacha_schedule_id = 11;intuint32 gacha_type = 8;intint32 retcode = 13;intuint32 wish_item_id = 15;intuint32 wish_max_progress = 10;intuint32 wish_progress = 6;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
-
getWishProgress
int getWishProgress()uint32 wish_progress = 6;- Returns:
- The wishProgress.
-
getWishItemId
int getWishItemId()uint32 wish_item_id = 15;- Returns:
- The wishItemId.
-
getGachaScheduleId
int getGachaScheduleId()uint32 gacha_schedule_id = 11;- Returns:
- The gachaScheduleId.
-
getRetcode
int getRetcode()int32 retcode = 13;- Returns:
- The retcode.
-
getWishMaxProgress
int getWishMaxProgress()uint32 wish_max_progress = 10;- Returns:
- The wishMaxProgress.
-
getGachaType
int getGachaType()uint32 gacha_type = 8;- Returns:
- The gachaType.
-