Package emu.grasscutter.net.proto
Interface SumoSwitchTeamReqOuterClass.SumoSwitchTeamReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SumoSwitchTeamReqOuterClass.SumoSwitchTeamReq,SumoSwitchTeamReqOuterClass.SumoSwitchTeamReq.Builder
- Enclosing class:
- SumoSwitchTeamReqOuterClass
public static interface SumoSwitchTeamReqOuterClass.SumoSwitchTeamReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 activity_id = 6;intuint32 stage_id = 8;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
-
getStageId
int getStageId()uint32 stage_id = 8;- Returns:
- The stageId.
-
getActivityId
int getActivityId()uint32 activity_id = 6;- Returns:
- The activityId.
-