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 gacha_random = 9;intuint32 gacha_schedule_id = 6;string gacha_tag = 14;com.google.protobuf.ByteStringstring gacha_tag = 14;intuint32 gacha_times = 3;intuint32 gacha_type = 1;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
-
getGachaTag
String getGachaTag()string gacha_tag = 14;- Returns:
- The gachaTag.
-
getGachaTagBytes
com.google.protobuf.ByteString getGachaTagBytes()string gacha_tag = 14;- Returns:
- The bytes for gachaTag.
-
getGachaScheduleId
int getGachaScheduleId()uint32 gacha_schedule_id = 6;- Returns:
- The gachaScheduleId.
-
getGachaType
int getGachaType()uint32 gacha_type = 1;- Returns:
- The gachaType.
-
getGachaRandom
int getGachaRandom()uint32 gacha_random = 9;- Returns:
- The gachaRandom.
-
getGachaTimes
int getGachaTimes()uint32 gacha_times = 3;- Returns:
- The gachaTimes.
-