Package emu.grasscutter.net.proto
Interface DungeonEntryToBeExploreNotifyOuterClass.DungeonEntryToBeExploreNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DungeonEntryToBeExploreNotifyOuterClass.DungeonEntryToBeExploreNotify,DungeonEntryToBeExploreNotifyOuterClass.DungeonEntryToBeExploreNotify.Builder
- Enclosing class:
- DungeonEntryToBeExploreNotifyOuterClass
public static interface DungeonEntryToBeExploreNotifyOuterClass.DungeonEntryToBeExploreNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 dungeon_entry_config_id = 2;intuint32 dungeon_entry_scene_point_id = 3;intuint32 scene_id = 6;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
-
getSceneId
int getSceneId()uint32 scene_id = 6;- Returns:
- The sceneId.
-
getDungeonEntryScenePointId
int getDungeonEntryScenePointId()uint32 dungeon_entry_scene_point_id = 3;- Returns:
- The dungeonEntryScenePointId.
-
getDungeonEntryConfigId
int getDungeonEntryConfigId()uint32 dungeon_entry_config_id = 2;- Returns:
- The dungeonEntryConfigId.
-