Package emu.grasscutter.net.proto
Interface DoGachaReqOuterClass.DoGachaReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DoGachaReqOuterClass.DoGachaReq,DoGachaReqOuterClass.DoGachaReq.Builder
- Enclosing class:
- DoGachaReqOuterClass
public static interface DoGachaReqOuterClass.DoGachaReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gachaRandom = 5;intuint32 gachaScheduleId = 12;string gachaTag = 1;com.google.protobuf.ByteStringstring gachaTag = 1;intuint32 gachaTimes = 2;intuint32 gachaType = 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
-
getGachaRandom
int getGachaRandom()uint32 gachaRandom = 5;- Returns:
- The gachaRandom.
-
getGachaType
int getGachaType()uint32 gachaType = 6;- Returns:
- The gachaType.
-
getGachaTag
String getGachaTag()string gachaTag = 1;- Returns:
- The gachaTag.
-
getGachaTagBytes
com.google.protobuf.ByteString getGachaTagBytes()string gachaTag = 1;- Returns:
- The bytes for gachaTag.
-
getGachaScheduleId
int getGachaScheduleId()uint32 gachaScheduleId = 12;- Returns:
- The gachaScheduleId.
-
getGachaTimes
int getGachaTimes()uint32 gachaTimes = 2;- Returns:
- The gachaTimes.
-