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 gachaScheduleId = 15;intuint32 gachaType = 5;intint32 retcode = 1;intKKDFKKEMEBAintFBILBJNNIKEintKDFPKENAIOJMethods 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
-
getWishItemId
int getWishItemId()KKDFKKEMEBA
uint32 wishItemId = 4;- Returns:
- The wishItemId.
-
getGachaScheduleId
int getGachaScheduleId()uint32 gachaScheduleId = 15;- Returns:
- The gachaScheduleId.
-
getWishMaxProgress
int getWishMaxProgress()FBILBJNNIKE
uint32 wishMaxProgress = 14;- Returns:
- The wishMaxProgress.
-
getWishProgress
int getWishProgress()KDFPKENAIOJ
uint32 wishProgress = 6;- Returns:
- The wishProgress.
-
getRetcode
int getRetcode()int32 retcode = 1;- Returns:
- The retcode.
-
getGachaType
int getGachaType()uint32 gachaType = 5;- Returns:
- The gachaType.
-