Package emu.grasscutter.net.proto
Interface SeaLampTakePhaseRewardReqOuterClass.SeaLampTakePhaseRewardReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SeaLampTakePhaseRewardReqOuterClass.SeaLampTakePhaseRewardReq,SeaLampTakePhaseRewardReqOuterClass.SeaLampTakePhaseRewardReq.Builder
- Enclosing class:
- SeaLampTakePhaseRewardReqOuterClass
public static interface SeaLampTakePhaseRewardReqOuterClass.SeaLampTakePhaseRewardReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 activity_id = 14;intuint32 phase_id = 9;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
-
getPhaseId
int getPhaseId()uint32 phase_id = 9;- Returns:
- The phaseId.
-
getActivityId
int getActivityId()uint32 activity_id = 14;- Returns:
- The activityId.
-