Package emu.grasscutter.net.proto
Interface ChannelerSlabStageActiveChallengeIndexNotifyOuterClass.ChannelerSlabStageActiveChallengeIndexNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChannelerSlabStageActiveChallengeIndexNotifyOuterClass.ChannelerSlabStageActiveChallengeIndexNotify,ChannelerSlabStageActiveChallengeIndexNotifyOuterClass.ChannelerSlabStageActiveChallengeIndexNotify.Builder
- Enclosing class:
- ChannelerSlabStageActiveChallengeIndexNotifyOuterClass
public static interface ChannelerSlabStageActiveChallengeIndexNotifyOuterClass.ChannelerSlabStageActiveChallengeIndexNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 active_camp_index = 14;intuint32 challenge_index = 1;intuint32 stage_id = 10;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
-
getChallengeIndex
int getChallengeIndex()uint32 challenge_index = 1;- Returns:
- The challengeIndex.
-
getActiveCampIndex
int getActiveCampIndex()uint32 active_camp_index = 14;- Returns:
- The activeCampIndex.
-
getStageId
int getStageId()uint32 stage_id = 10;- Returns:
- The stageId.
-