Package emu.grasscutter.net.proto
Interface IrodoriMasterStartGalleryReqOuterClass.IrodoriMasterStartGalleryReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IrodoriMasterStartGalleryReqOuterClass.IrodoriMasterStartGalleryReq,IrodoriMasterStartGalleryReqOuterClass.IrodoriMasterStartGalleryReq.Builder
- Enclosing class:
- IrodoriMasterStartGalleryReqOuterClass
public static interface IrodoriMasterStartGalleryReqOuterClass.IrodoriMasterStartGalleryReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 difficulty = 15;intuint32 level_id = 7;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
-
getDifficulty
int getDifficulty()uint32 difficulty = 15;- Returns:
- The difficulty.
-
getLevelId
int getLevelId()uint32 level_id = 7;- Returns:
- The levelId.
-