Package emu.grasscutter.net.proto
Interface DungeonReviseLevelNotifyOuterClass.DungeonReviseLevelNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DungeonReviseLevelNotifyOuterClass.DungeonReviseLevelNotify,DungeonReviseLevelNotifyOuterClass.DungeonReviseLevelNotify.Builder
- Enclosing class:
- DungeonReviseLevelNotifyOuterClass
public static interface DungeonReviseLevelNotifyOuterClass.DungeonReviseLevelNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 dungeon_id = 2;intuint32 revise_level = 3;intuint32 scene_level = 15;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
-
getDungeonId
int getDungeonId()uint32 dungeon_id = 2;- Returns:
- The dungeonId.
-
getReviseLevel
int getReviseLevel()uint32 revise_level = 3;- Returns:
- The reviseLevel.
-
getSceneLevel
int getSceneLevel()uint32 scene_level = 15;- Returns:
- The sceneLevel.
-