Package emu.grasscutter.net.proto
Interface SelectAsterMidDifficultyRspOuterClass.SelectAsterMidDifficultyRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SelectAsterMidDifficultyRspOuterClass.SelectAsterMidDifficultyRsp,SelectAsterMidDifficultyRspOuterClass.SelectAsterMidDifficultyRsp.Builder
- Enclosing class:
- SelectAsterMidDifficultyRspOuterClass
public static interface SelectAsterMidDifficultyRspOuterClass.SelectAsterMidDifficultyRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 difficulty_id = 8;intuint32 gadget_entity_id = 12;intint32 retcode = 7;intuint32 schedule_id = 15;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
-
getScheduleId
int getScheduleId()uint32 schedule_id = 15;- Returns:
- The scheduleId.
-
getGadgetEntityId
int getGadgetEntityId()uint32 gadget_entity_id = 12;- Returns:
- The gadgetEntityId.
-
getRetcode
int getRetcode()int32 retcode = 7;- Returns:
- The retcode.
-
getDifficultyId
int getDifficultyId()uint32 difficulty_id = 8;- Returns:
- The difficultyId.
-