Package emu.grasscutter.net.proto
Interface SceneGalleryIrodoriMasterInfoOuterClass.SceneGalleryIrodoriMasterInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneGalleryIrodoriMasterInfoOuterClass.SceneGalleryIrodoriMasterInfo,SceneGalleryIrodoriMasterInfoOuterClass.SceneGalleryIrodoriMasterInfo.Builder
- Enclosing class:
- SceneGalleryIrodoriMasterInfoOuterClass
public static interface SceneGalleryIrodoriMasterInfoOuterClass.SceneGalleryIrodoriMasterInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 difficulty = 10;booleanbool is_cg_viewed = 12;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
-
getIsCgViewed
boolean getIsCgViewed()bool is_cg_viewed = 12;- Returns:
- The isCgViewed.
-
getDifficulty
int getDifficulty()uint32 difficulty = 10;- Returns:
- The difficulty.
-
getLevelId
int getLevelId()uint32 level_id = 7;- Returns:
- The levelId.
-