Package emu.grasscutter.net.proto
Interface RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify,RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotify.Builder
- Enclosing class:
- RemoveRandTaskInfoNotifyOuterClass
public static interface RemoveRandTaskInfoNotifyOuterClass.RemoveRandTaskInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_succ = 5;intuint32 rand_task_id = 10;.RemoveRandTaskInfoNotify.FinishReason reason = 13;int.RemoveRandTaskInfoNotify.FinishReason reason = 13;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
-
getRandTaskId
int getRandTaskId()uint32 rand_task_id = 10;- Returns:
- The randTaskId.
-
getReasonValue
int getReasonValue().RemoveRandTaskInfoNotify.FinishReason reason = 13;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
.RemoveRandTaskInfoNotify.FinishReason reason = 13;- Returns:
- The reason.
-
getIsSucc
boolean getIsSucc()bool is_succ = 5;- Returns:
- The isSucc.
-