Package emu.grasscutter.net.proto
Interface PotionResetChallengeRspOuterClass.PotionResetChallengeRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PotionResetChallengeRspOuterClass.PotionResetChallengeRsp,PotionResetChallengeRspOuterClass.PotionResetChallengeRsp.Builder
- Enclosing class:
- PotionResetChallengeRspOuterClass
public static interface PotionResetChallengeRspOuterClass.PotionResetChallengeRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 7;.PotionStageData stage_data = 5;.PotionStageData stage_data = 5;boolean.PotionStageData stage_data = 5;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
-
getRetcode
int getRetcode()int32 retcode = 7;- Returns:
- The retcode.
-
hasStageData
boolean hasStageData().PotionStageData stage_data = 5;- Returns:
- Whether the stageData field is set.
-
getStageData
PotionStageDataOuterClass.PotionStageData getStageData().PotionStageData stage_data = 5;- Returns:
- The stageData.
-
getStageDataOrBuilder
PotionStageDataOuterClass.PotionStageDataOrBuilder getStageDataOrBuilder().PotionStageData stage_data = 5;
-